mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 14:12:58 +08:00
Deserialization of Untrusted Data
introduced through: unknown:unknown@0.0.0 › com.google.code.gson:gson@2.8.6 Fix: Upgrade to com.google.code.gson:gson@2.8.9 Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes, which may lead to DoS attacks.
This commit is contained in:
@@ -19,7 +19,7 @@ eclipse.project.name = '_JsonDoclet'
|
|||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "com.google.code.gson:gson:2.8.6"
|
api "com.google.code.gson:gson@2.8.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.createJsondocs.dependsOn jar
|
rootProject.createJsondocs.dependsOn jar
|
||||||
|
|||||||
Reference in New Issue
Block a user