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 a8eb1d1 commit 35fbc95Copy full SHA for 35fbc95
java/ql/lib/semmle/code/java/security/UrlForward.qll
@@ -129,7 +129,6 @@ private class CheckUrlEncodingGuard extends Guard instanceof CheckUrlEncodingCal
129
130
/** Holds if `g` is guard for a URL that does not contain URL encoding. */
131
private predicate noUrlEncodingGuard(Guard g, Expr e, boolean branch) {
132
- g instanceof CheckUrlEncodingGuard and
133
e = g.(CheckUrlEncodingGuard).getCheckedExpr() and
134
branch = false
135
or
0 commit comments