-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
…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
…licies-support multiple policies test
… add license information to docs folder
…ly excluding them
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
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
…cense-information feature: TRACEFOSS-1961 add license information
…code-coverage chore: TRACEFOSS-XXX remove unused methods and classes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changed