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 169bde8 commit d407a68Copy full SHA for d407a68
go/ql/lib/semmle/go/security/SafeUrlFlowCustomizations.qll
@@ -35,7 +35,6 @@ module SafeUrlFlow {
35
private class UnsafeUrlMethodEdge extends SanitizerEdge {
36
UnsafeUrlMethodEdge() { this = any(UnsafeUrlMethod um).getACall().getReceiver() }
37
}
38
-
39
/** Any slicing of the URL, considered as a sanitizer for safe URL flow. */
40
private class StringSlicingEdge extends SanitizerEdge {
41
StringSlicingEdge() { this = any(DataFlow::SliceNode sn) }
0 commit comments