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 57c757c commit f48b47cCopy full SHA for f48b47c
javascript/ql/lib/semmle/javascript/security/dataflow/Xss.qll
@@ -20,6 +20,13 @@ module Shared {
20
string getVulnerabilityKind() { result = "Cross-site scripting" }
21
}
22
23
+ // import the various XSS query customizations, they populate the shared classes
24
+ private import DomBasedXssCustomizations
25
+ private import ReflectedXssCustomizations
26
+ private import StoredXssCustomizations
27
+ private import XssThroughDomCustomizations
28
+ private import ExceptionXssCustomizations
29
+
30
/** A sanitizer for XSS vulnerabilities. */
31
abstract class Sanitizer extends DataFlow::Node { }
32
0 commit comments