forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 4 vulnerabilities #490
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
Open
officialmofabs
wants to merge
1
commit into
master
Choose a base branch
from
snyk-fix-c0c42139b111cd19ad76dd4d42d299af
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1
−1
Conversation
This file contains hidden or 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
… vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10676854 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10674391 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10676855
Reviewer's GuideAddresses four high-severity vulnerabilities in the springboot-lombok-data sample by bumping the springdoc OpenAPI UI version in the POM, applying a major version upgrade to close security gaps. Flow diagram for Snyk automated vulnerability fix processflowchart TD
A[Snyk scans project dependencies] --> B[Identifies vulnerabilities]
B --> C[Determines available upgrades]
C --> D[Upgrades springdoc-openapi-ui from 1.6.14 to 1.7.0]
D --> E[Creates PR with dependency update]
E --> F[Project maintainers review and merge]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Snyk has created this PR to fix 4 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
samples/server/petstore/springboot-lombok-data/pom.xml
Vulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-ORGAPACHETOMCATEMBED-10676854
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754
1.6.14
->1.7.0
Major version upgrade
No Known Exploit
SNYK-JAVA-ORGAPACHETOMCATEMBED-10674391
Major version upgrade
No Known Exploit
SNYK-JAVA-ORGAPACHETOMCATEMBED-10676855
Major version upgrade
No Known Exploit
Vulnerabilities that could not be fixed
com.fasterxml.jackson.core:[email protected]
tocom.fasterxml.jackson.core:[email protected]
; Reasoncould not apply upgrade, dependency is managed externally
; Location:https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
com.fasterxml.jackson.dataformat:[email protected]
tocom.fasterxml.jackson.dataformat:[email protected]
; Reasoncould not apply upgrade, dependency is managed externally
; Location:https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
com.fasterxml.jackson.datatype:[email protected]
tocom.fasterxml.jackson.datatype:[email protected]
; Reasoncould not apply upgrade, dependency is managed externally
; Location:https://maven-central.storage-download.googleapis.com/maven2/com/fasterxml/jackson/jackson-bom/2.13.5/jackson-bom-2.13.5.pom
org.springframework.boot:[email protected]
toorg.springframework.boot:[email protected]
; Reasoncould not apply upgrade, dependency is managed externally
; Location:https://maven-central.storage-download.googleapis.com/maven2/org/springframework/boot/spring-boot-dependencies/2.7.15/spring-boot-dependencies-2.7.15.pom
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Race Condition
🦉 Allocation of Resources Without Limits or Throttling
Summary by Sourcery
Bug Fixes: