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