Skip to content

Commit 52f1930

Browse files
committed
Add key-read-steps as local additional taint steps
1 parent 3923acb commit 52f1930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ private module Cached {
6969
|
7070
f instanceof ArrayContent or
7171
f instanceof CollectionContent or
72+
f instanceof MapKeyContent or
7273
f instanceof MapValueContent
7374
)
7475
or

0 commit comments

Comments
 (0)