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 d407a68 commit a42dbc5Copy full SHA for a42dbc5
go/ql/lib/semmle/go/security/SafeUrlFlowCustomizations.qll
@@ -35,6 +35,7 @@ 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