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 96646ab commit 43f100fCopy full SHA for 43f100f
go/ql/src/experimental/CWE-525/WebCacheDeception.ql
@@ -17,7 +17,6 @@ from
17
DeclaredFunction f
18
where
19
httpHandleFuncCall.getTarget().hasQualifiedName("net/http", "HandleFunc") and
20
- httpHandleFuncCall.getArgument(0).getType().getUnderlyingType() instanceof StringType and
21
httpHandleFuncCall.getArgument(0).getStringValue().matches("%/") and
22
httpHandleFuncCall.getArgument(1) = rn and
23
rn.reads(f) and
0 commit comments