-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 3 vulnerabilities #86
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -100,7 +100,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.alibaba</groupId> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| <artifactId>fastjson</artifactId> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| <version>1.2.31</version> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| <version>1.2.48</version> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+103
to
106
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
| <version>1.2.48</version> | |
| </dependency> | |
| <dependency> | |
| <version>1.2.83</version> | |
| </dependency> | |
| <!-- Override embedded Tomcat to secure versions to address SNYK-JAVA-ORGAPACHETOMCATEMBED-8523186 and SNYK-JAVA-ORGAPACHETOMCATEMBED-8547999 --> | |
| <dependency> | |
| <groupId>org.apache.tomcat.embed</groupId> | |
| <artifactId>tomcat-embed-core</artifactId> | |
| <version>8.5.88</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.tomcat.embed</groupId> | |
| <artifactId>tomcat-embed-el</artifactId> | |
| <version>8.5.88</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.tomcat.embed</groupId> | |
| <artifactId>tomcat-embed-websocket</artifactId> | |
| <version>8.5.88</version> | |
| </dependency> | |
| <dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upgrade to fastjson 1.2.48 is insufficient and leaves the application vulnerable. Fastjson version 1.2.48 has numerous known critical security vulnerabilities (CVEs) including remote code execution flaws. The minimum recommended version is 1.2.83 or higher. Consider upgrading to the latest stable version of fastjson (2.x series) to ensure all known vulnerabilities are addressed.