We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9b7ac commit 3be7c20Copy full SHA for 3be7c20
1 file changed
csharp/ql/src/semmle/code/csharp/security/dataflow/ZipSlip.qll
@@ -40,6 +40,8 @@ module ZipSlip {
40
override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
41
guard instanceof SanitizerGuard
42
}
43
+
44
+ override int fieldFlowBranchLimit() { result = 0 }
45
46
47
/** An access to the `FullName` property of a `ZipArchiveEntry`. */
0 commit comments