Skip to content

Conversation

giuseppe-veldorale
Copy link
Collaborator

No description provided.

…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

Cryptographic algorithm
EC
may not be secure. Consider using a different algorithm.

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.

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.

1 participant