Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526ccdd commit 48083d6Copy full SHA for 48083d6
1 file changed
python/ql/src/semmle/python/security/dataflow/UrlRedirect.qll
@@ -24,7 +24,7 @@ class UrlRedirectConfiguration extends TaintTracking::Configuration {
24
25
override predicate isSanitizer(DataFlow::Node node) {
26
// Url redirection is a problem only if the user controls the prefix of the URL.
27
- // This is a copy of the taint-sanitizer from the old points-to query, which doesn't
+ // TODO: This is a copy of the taint-sanitizer from the old points-to query, which doesn't
28
// cover formatting.
29
exists(BinaryExprNode string_concat | string_concat.getOp() instanceof Add |
30
string_concat.getRight() = node.asCfgNode()
0 commit comments