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 8602c4c commit a7c4ba5Copy full SHA for a7c4ba5
go/ql/lib/semmle/go/frameworks/XPath.qll
@@ -30,6 +30,7 @@ module XPath {
30
}
31
32
33
+ /** A sanitizer for XPath injection. */
34
abstract class Sanitizer extends DataFlow::Node { }
35
36
private class ExternalSanitizer extends Sanitizer {
0 commit comments