We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insecure deserialisation
1 parent f7f8aa5 commit 7dd8674Copy full SHA for 7dd8674
benchmarks/GENUINE/WebGoatRulesIDES.json
@@ -0,0 +1,24 @@
1
+{
2
+ "namespace": "com.diffblue.security",
3
+ "rules":
4
+ [
5
+ {
6
+ "comment": "Incoming accountName is potentially dangerous.",
7
+ "class": "Main",
8
+ "method": "makeTainted:(Ljava/lang/String;)Ljava/lang/String;",
9
+ "result": {
10
+ "location": "returns",
11
+ "taint": "Tainted XML string"
12
+ }
13
+ },
14
15
+ "comment": "A tainted XML string is insecurely deserialised.",
16
+ "class": "com.thoughtworks.xstream.XStream",
17
+ "method": "fromXML:(Ljava/lang/String;)Ljava/lang/Object;",
18
+ "sinkTarget": {
19
+ "location": "arg1",
20
21
22
23
+ ]
24
+}
0 commit comments