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 c271e52 commit ca805e9Copy full SHA for ca805e9
go/ql/lib/semmle/go/security/XPathInjectionCustomizations.qll
@@ -35,6 +35,6 @@ module XPathInjection {
35
/** An XPath expression string, considered as a taint sink for XPath injection. */
36
class XPathExpressionStringAsSink extends Sink instanceof XPath::XPathExpressionString { }
37
38
- /** An XPath expression string, considered as a taint sink for XPath injection. */
+ /** A sanitizer for XPath injection. */
39
class XPathSanitizer extends Sanitizer instanceof XPath::Sanitizer { }
40
}
0 commit comments