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 43f100f commit 4f64219Copy full SHA for 4f64219
go/ql/src/experimental/CWE-525/WebCacheDeception.ql
@@ -22,4 +22,4 @@ where
22
rn.reads(f) and
23
f.getParameter(0) = hw.getResponseWriter() and
24
hw.getHeaderName() = "cache-control"
25
-select httpHandleFuncCall.getArgument(0), hw.getResponseWriter()
+select "Wildcard Endpoint used on : " + httpHandleFuncCall.getArgument(0), hw.getHeaderName()+ " Header is used"
0 commit comments