Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified IRS Policies support to handle multiple policies #211

Merged
merged 25 commits into from
Jul 11, 2023

Conversation

ds-mmaul
Copy link
Contributor

Changed

  • Modified IRS Policies support to handle multiple policies

ds-lcapellino and others added 19 commits July 10, 2023 16:34
…code-coverage

chore: increase code coverage
…code-coverage

chore: TRACEFOSS-XXX remove sonar exclusions
…code-coverage

chore: TRACEFOSS-XXX increase code coverage and refactor exception handling
when(edcService.initializeContractNegotiation(anyString(), any(), anyString(), any()))
.thenReturn("negotiationId");

Algorithm algorithm = Algorithm.HMAC256("Catena-X");

Check failure

Code scanning / CodeQL

Hard-coded credential in API call

Hard-coded value flows to [sensitive API call](1).
when(edcService.initializeContractNegotiation(anyString(), any(), anyString(), any()))
.thenReturn("negotiationId");

Algorithm algorithm = Algorithm.HMAC256("Catena-X");

Check failure

Code scanning / CodeQL

Hard-coded credential in API call

Hard-coded value flows to [sensitive API call](1).
Copy link
Contributor

@ds-mwesener ds-mwesener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-mwesener ds-mwesener merged commit de766b6 into eclipse-tractusx:main Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants