mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
JS: Add reminder to update ClientSideUrlRedirect
This commit is contained in:
@@ -35,7 +35,7 @@ module ClientSideUrlRedirect {
|
||||
* hence are only partially user-controlled.
|
||||
*/
|
||||
abstract class DocumentUrl extends DataFlow::FlowLabel {
|
||||
DocumentUrl() { this = "document.url" }
|
||||
DocumentUrl() { this = "document.url" } // TODO: replace with TaintedUrlSuffix
|
||||
}
|
||||
|
||||
/** A source of remote user input, considered as a flow source for unvalidated URL redirects. */
|
||||
|
||||
Reference in New Issue
Block a user