We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fdf3c commit f0e6888Copy full SHA for f0e6888
python/ql/lib/semmle/python/security/dataflow/UrlRedirectCustomizations.qll
@@ -93,6 +93,7 @@ module UrlRedirect {
93
private class SinkFromModel extends Sink {
94
SinkFromModel() { this = ModelOutput::getASinkNode("url-redirection").asSink() }
95
}
96
+
97
/**
98
* The right side of a string-concat, considered as a sanitizer.
99
*/
0 commit comments