Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.24</version>
<version>1.2.48</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

While upgrading to 1.2.48 resolves the specific Snyk issue, this version is still outdated and vulnerable to numerous critical remote code execution (RCE) vulnerabilities via deserialization.

The fastjson library has a long history of security issues, and it is highly recommended to upgrade to a much more recent version to mitigate these risks. For instance, many widely-publicized vulnerabilities were only fixed in versions 1.2.68 and later.

To properly secure the application, I strongly recommend upgrading to the latest stable version in the 1.x series, which is 1.2.83. This will provide much stronger protection against known deserialization vulnerabilities.

Suggested change
<version>1.2.48</version>
<version>1.2.83</version>

</dependency>


Expand Down
Loading