mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
update select clause and expected file
This commit is contained in:
@@ -22,5 +22,6 @@ where
|
||||
rn.reads(f) and
|
||||
f.getParameter(0) = hw.getResponseWriter() and
|
||||
hw.getHeaderName() = "cache-control"
|
||||
select "Wildcard Endpoint used with : " + httpHandleFuncCall.getArgument(0),
|
||||
hw.getHeaderName() + " Header is used"
|
||||
select httpHandleFuncCall.getArgument(0),
|
||||
"Wildcard Endpoint used with " + httpHandleFuncCall.getArgument(0) + " and '" + hw.getHeaderName()
|
||||
+ "' Header is used"
|
||||
|
||||
@@ -1 +1 @@
|
||||
| Wildcard Endpoint used with : "/adminusers/" | cache-control Header is used |
|
||||
| WebCacheDeceptionBad.go:82:18:82:31 | "/adminusers/" | Wildcard Endpoint used with "/adminusers/" and 'cache-control' Header is used |
|
||||
Reference in New Issue
Block a user