Skip to content

Commit a5050c9

Browse files
committed
Python/UnsafeUnpackQuery
python/ql/src/experimental/Security/CWE-022bis/UnsafeUnpack.ql
1 parent e7720f7 commit a5050c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ql/src/experimental/Security/UnsafeUnpackQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ module UnsafeUnpackConfig implements DataFlow::ConfigSig {
210210
}
211211

212212
predicate observeDiffInformedIncrementalMode() { any() }
213-
214-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
215213
}
216214

217215
/** Global taint-tracking for detecting "UnsafeUnpacking" vulnerabilities. */

0 commit comments

Comments
 (0)