Skip to content

Commit da275b3

Browse files
aydinnyunusowen-mc
andauthored
Update go/ql/src/experimental/CWE-525/WebCacheDeception.ql
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
1 parent a47ffc6 commit da275b3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

go/ql/src/experimental/CWE-525/WebCacheDeception.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import go
1414
import WebCacheDeceptionLib
1515
import WebCacheDeception::Flow::PathGraph
1616

17-
from WebCacheDeception::Flow::PathNode source, WebCacheDeception::Flow::PathNode sink
18-
where WebCacheDeception::Flow::flowPath(source, sink)
19-
select sink.getNode(), source, sink, "$@ is used as wildcard endpoint.", source.getNode(),
17+
from WebCacheDeception::Sink httpHandleFuncCall
18+
select httpHandleFuncCall, "$@ is used as wildcard endpoint.", httpHandleFuncCall.getNode(),
2019
"Web Cache Deception"

0 commit comments

Comments
 (0)