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 4c1612f commit cf65ab8Copy full SHA for cf65ab8
python/ql/lib/semmle/python/security/dataflow/ReflectedXSSCustomizations.qll
@@ -48,7 +48,9 @@ module ReflectedXss {
48
* A data flow sink for "reflected cross-site scripting" vulnerabilities.
49
*/
50
private class DefaultReflectedXss extends Sink {
51
- DefaultReflectedXss() { this = ModelOutput::getASourceNode(["html-injection", "js-injection"]).asSource() }
+ DefaultReflectedXss() {
52
+ this = ModelOutput::getASourceNode(["html-injection", "js-injection"]).asSource()
53
+ }
54
}
55
56
/**
0 commit comments