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

objectmapper-2 #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

objectmapper-2 #118

wants to merge 1 commit into from

Conversation

carlosu7
Copy link
Owner

Thank you for submitting a pull request to the WebGoat!

Copy link

sonarcloud bot commented Jul 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)
D Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Key publicKey = keyPair.getPublic();
System.out.println("Hola");

Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding" + "Hola"); // Insecure padding

Check failure

Code scanning / SonarCloud

Encryption algorithms should be used with secure mode and padding scheme High

Use a secure padding scheme. See more on SonarCloud
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