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.
1 parent 09d84ec commit f6433bcCopy full SHA for f6433bc
docs/TaintAnalysis.md
@@ -20,7 +20,7 @@ sources:
20
com:
21
abc.method1:
22
add-to: [this, return]
23
- marks: nullable
+ marks: xss
24
bca.method2:
25
add-to: return
26
marks: [sensitive-data, sql-injection]
@@ -51,14 +51,14 @@ cleaners:
51
52
com.company.method8:
53
remove-from: [arg1, return]
54
55
56
sinks:
57
org.example:
58
log:
59
- check-in: arg1
60
- marks: [sensitive-data, nullable]
+ check: arg1
+ marks: sensitive-data
61
sink0:
62
- check-in: [arg1, arg3]
63
+ check: [arg1, arg3]
+ marks: [sql-injection, xss]
64
```
0 commit comments