-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/qa 7793 dpop #795
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
base: develop
Are you sure you want to change the base?
Feature/qa 7793 dpop #795
Conversation
…nza' into feature/QA-7793-dpop-refactor # Conflicts: # interop-qa-tests/src/main/java/it/pagopa/interop/config/springconfig/springconfig/JwtTokenServiceConfiguration.java
# Conflicts: # interop-qa-tests/config/application-dev.properties # interop-qa-tests/config/application-qa.properties # interop-qa-tests/pom.xml # interop-qa-tests/src/main/java/it/pagopa/interop/authorization/service/M2MTokenService.java # interop-qa-tests/src/main/java/it/pagopa/interop/authorization/service/identity/IdentityServiceInteropImpl.java # interop-qa-tests/src/test/java/it/pagopa/pn/interop/cucumber/steps/m2m/M2MAuthSteps.java
| keyPairGenerator = KeyPairGenerator.getInstance("RSA"); | ||
| keyPairGenerator.initialize(modulusLength); | ||
| } else if ("EC".equalsIgnoreCase(keyType)) { | ||
| keyPairGenerator = KeyPairGenerator.getInstance("EC"); |
Check failure
Code scanning / CodeQL
Use of a potentially broken or risky cryptographic algorithm High
EC
Copilot Autofix
AI about 1 month ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
No description provided.