Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48083d6

Browse files
RasmusWLyoff
andauthored
Python: Apply code-review suggestion
Co-authored-by: yoff <[email protected]>
1 parent 526ccdd commit 48083d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/security/dataflow/UrlRedirect.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UrlRedirectConfiguration extends TaintTracking::Configuration {
2424

2525
override predicate isSanitizer(DataFlow::Node node) {
2626
// 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
27+
// TODO: This is a copy of the taint-sanitizer from the old points-to query, which doesn't
2828
// cover formatting.
2929
exists(BinaryExprNode string_concat | string_concat.getOp() instanceof Add |
3030
string_concat.getRight() = node.asCfgNode()

0 commit comments

Comments
 (0)