зеркало из https://github.com/github/codeql.git
JavaScript: add import that populate the shared abstract classes
This commit is contained in:
Родитель
57c757c0a6
Коммит
f48b47c656
|
@ -20,6 +20,13 @@ module Shared {
|
|||
string getVulnerabilityKind() { result = "Cross-site scripting" }
|
||||
}
|
||||
|
||||
// import the various XSS query customizations, they populate the shared classes
|
||||
private import DomBasedXssCustomizations
|
||||
private import ReflectedXssCustomizations
|
||||
private import StoredXssCustomizations
|
||||
private import XssThroughDomCustomizations
|
||||
private import ExceptionXssCustomizations
|
||||
|
||||
/** A sanitizer for XSS vulnerabilities. */
|
||||
abstract class Sanitizer extends DataFlow::Node { }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче