Skip to content

Commit 15fc450

Browse files
committed
JS: Add reminder to update ClientSideUrlRedirect
1 parent da69681 commit 15fc450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ClientSideUrlRedirectCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module ClientSideUrlRedirect {
3535
* hence are only partially user-controlled.
3636
*/
3737
abstract class DocumentUrl extends DataFlow::FlowLabel {
38-
DocumentUrl() { this = "document.url" }
38+
DocumentUrl() { this = "document.url" } // TODO: replace with TaintedUrlSuffix
3939
}
4040

4141
/** A source of remote user input, considered as a flow source for unvalidated URL redirects. */

0 commit comments

Comments
 (0)