Skip to content

Commit f6433bc

Browse files
committed
small fixes
1 parent 09d84ec commit f6433bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/TaintAnalysis.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sources:
2020
com:
2121
abc.method1:
2222
add-to: [this, return]
23-
marks: nullable
23+
marks: xss
2424
bca.method2:
2525
add-to: return
2626
marks: [sensitive-data, sql-injection]
@@ -51,14 +51,14 @@ cleaners:
5151
marks: [sensitive-data, sql-injection]
5252
com.company.method8:
5353
remove-from: [arg1, return]
54-
marks: nullable
54+
marks: xss
5555

5656
sinks:
5757
org.example:
5858
log:
59-
check-in: arg1
60-
marks: [sensitive-data, nullable]
59+
check: arg1
60+
marks: sensitive-data
6161
sink0:
62-
check-in: [arg1, arg3]
63-
marks: nullable
62+
check: [arg1, arg3]
63+
marks: [sql-injection, xss]
6464
```

0 commit comments

Comments
 (0)