Skip to content

Commit a1c5d9d

Browse files
committed
Swift/UnsafeUnpackQuery
swift/ql/src/experimental/Security/CWE-022/UnsafeUnpack.ql
1 parent 21d74db commit a1c5d9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swift/ql/lib/codeql/swift/security/UnsafeUnpackQuery.qll

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

2828
predicate observeDiffInformedIncrementalMode() { any() }
29-
30-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
3129
}
3230

3331
/**

0 commit comments

Comments
 (0)