forked from eclipse-tractusx/item-relationship-service
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps):[#xxx] fix OWASP dependency errors #729
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHANGELOG file was not updated! Make sure to include important changes. |
graal-sdk comes via transitive dependency from jsonschemafriend but newest version of this still uses 21.2.0. The property with the newer version isn't used anywhere anymore.
reason: https://nvd.nist.gov/vuln/detail/CVE-2024-20932 "... This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator)..."
dsmf
changed the title
chore(deps):[#xxx] update logback.version to 1.4.14 because of CVE-20…
chore(deps):[#xxx] update dependencies
Jan 22, 2024
dsmf
changed the title
chore(deps):[#xxx] update dependencies
chore(deps):[#xxx] fix OWASP dependency errors
Jan 22, 2024
ds-ext-kmassalski
previously approved these changes
Jan 25, 2024
…cies # Conflicts: # CHANGELOG.md
… updating spring boot to 3.1.8 also fixes CVE-2023-6378 logback serialization vulnerability therefore undo of manual dependency management for logback
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
ds-ext-kmassalski
approved these changes
Jan 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Suppressed CVE-2024-20932 from graal-sdk-21.2.0.jar because according to comment in CVE this is not applicable for us.
Update to Spring Boot 3.1.8: This fixes the following CVEs: