update select clause and expected file

This commit is contained in:
Yunus AYDIN
2023-11-17 13:37:17 +03:00
parent 7bf7e59017
commit 9e5a80ac59
2 changed files with 4 additions and 3 deletions

View File

@@ -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"

View File

@@ -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 |