Skip to content

Commit 7888dcb

Browse files
committed
1 parent 3785dbe commit 7888dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/lib/semmle/code/java/security/TempDirLocalInformationDisclosureQuery.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ module TempDirSystemGetPropertyToCreateConfig implements DataFlow::ConfigSig {
145145
or
146146
sanitizer instanceof WindowsOsSanitizer
147147
}
148+
149+
predicate observeDiffInformedIncrementalMode() { any() }
150+
151+
Location getASelectedSinkLocation(DataFlow::Node sink) { none() }
148152
}
149153

150154
/**

0 commit comments

Comments
 (0)