forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 14 vulnerabilities #530
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-f5662e1bc46eab30a98e8c468ce887d8
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
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
…lnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-1277109 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631 - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1048058 - https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356
Reviewer's GuideThis PR addresses 14 security vulnerabilities by updating the sample project’s Resteasy dependencies via the pom.xml: it bumps the central resteasy-version property to 4.5.10.Final—upgrading the multipart provider—and separately upgrades the Jackson2 provider to 6.2.11.Final. Flow diagram for dependency upgrade process in pom.xmlflowchart TD
Start([Start]) --> Check[Check current resteasy-version in pom.xml]
Check --> Update[Update resteasy-version to 4.5.10.Final]
Update --> Upgrade[Upgrade resteasy-multipart-provider and resteasy-jackson2-provider]
Upgrade --> Test[Run tests to verify upgrade]
Test --> End([End])
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 14 vulnerabilities in the maven dependencies of this project.
Snyk changed the following file(s):
samples/server/petstore/jaxrs-resteasy/joda/pom.xml
Vulnerabilities that will be fixed with an upgrade:
SNYK-JAVA-COMMONSIO-1277109
3.13.0.Final
->4.5.10.Final
Mature
SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
3.13.0.Final
->6.2.11.Final
Major version upgrade
Proof of Concept
SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426
3.13.0.Final
->6.2.11.Final
Major version upgrade
Proof of Concept
SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631
3.13.0.Final
->6.2.11.Final
Major version upgrade
Proof of Concept
SNYK-JAVA-COMMONSIO-8161190
3.13.0.Final
->4.5.10.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
SNYK-JAVA-COMGOOGLEGUAVA-1015415
3.13.0.Final
->6.2.11.Final
Major version upgrade
Proof of Concept
SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1048058
3.13.0.Final
->4.5.10.Final
No Known Exploit
SNYK-JAVA-COMMONSCODEC-561518
3.13.0.Final
->4.5.10.Final
No Known Exploit
SNYK-JAVA-COMGOOGLEGUAVA-5710356
3.13.0.Final
->6.2.11.Final
Major version upgrade
No Known Exploit
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:
🦉 Information Exposure
🦉 Denial of Service (DoS)
🦉 XML External Entity (XXE) Injection
🦉 More lessons are available in Snyk Learn
Summary by Sourcery
Upgrade Resteasy dependencies to address 14 security vulnerabilities
Bug Fixes: