Skip to content

Commit ad12848

Browse files
author
Yunus AYDIN
committed
remove unnecessary file
1 parent eb25d0d commit ad12848

File tree

5 files changed

+3
-178
lines changed

5 files changed

+3
-178
lines changed

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

Whitespace-only changes.

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

Lines changed: 0 additions & 87 deletions
This file was deleted.

go/ql/src/experimental/CWE-525/WebCacheDeceptionFiber.expected

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
import go
1414

15-
from DataFlow::CallNode httpHandleFuncCall, ImportSpec importSpec, Function f
16-
where
15+
from DataFlow::CallNode httpHandleFuncCall, ImportSpec importSpec
16+
where
1717
importSpec.getPath() = "github.com/gofiber/fiber/v2" and
1818
httpHandleFuncCall.getCall().getArgument(0).toString().matches("%/*%") and
1919
not httpHandleFuncCall.getCall().getArgument(0).toString().matches("%$%")
2020
select httpHandleFuncCall.getCall().getArgument(0),
21-
"Wildcard Endpoint used with " + httpHandleFuncCall.getCall().getArgument(0)
21+
"Wildcard Endpoint used with " + httpHandleFuncCall.getCall().getArgument(0)

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

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)