Skip to content

Commit 711d8da

Browse files
committed
Propagate taint through field reads
1 parent c43b03b commit 711d8da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ private module Cached {
141141
(
142142
containerContent(f)
143143
or
144+
f instanceof DataFlow::FieldContent
145+
or
144146
f instanceof TaintInheritingContent
145147
)
146148
)

0 commit comments

Comments
 (0)