Skip to content

Commit 1bdd366

Browse files
committed
Remove unused code
1 parent 3840d92 commit 1bdd366

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/ZipSlipQuery.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ class RootSanitizerMethodCall extends SanitizerMethodCall {
140140
exists(MethodSystemStringStartsWith sm | this.getTarget() = sm) and
141141
exists(Expr q, MethodCallGetFullPath mcGetFullPath |
142142
this.getQualifier() = q and
143-
// JB1: Try and detect existentials with non-interelated variables
144-
// , AbstractValue v
145-
// v.(AbstractValues::BooleanValue).getValue() = true and
146143
safeCombineGetFullPathSequence(mcGetFullPath, q)
147144
)
148145
}

0 commit comments

Comments
 (0)