Skip to content

Commit ca805e9

Browse files
authored
Fix QLDoc
1 parent c271e52 commit ca805e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/security/XPathInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ module XPathInjection {
3535
/** An XPath expression string, considered as a taint sink for XPath injection. */
3636
class XPathExpressionStringAsSink extends Sink instanceof XPath::XPathExpressionString { }
3737

38-
/** An XPath expression string, considered as a taint sink for XPath injection. */
38+
/** A sanitizer for XPath injection. */
3939
class XPathSanitizer extends Sanitizer instanceof XPath::Sanitizer { }
4040
}

0 commit comments

Comments
 (0)