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 a4cd913 commit f6ada6eCopy full SHA for f6ada6e
go/ql/lib/semmle/go/security/InsecureRandomness.qll
@@ -29,5 +29,7 @@ module InsecureRandomness {
29
30
/** Holds if `sink` is a sink for this configuration with kind `kind`. */
31
predicate isSink(Sink sink, string kind) { kind = sink.getKind() }
32
+
33
+ override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
34
}
35
0 commit comments