mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
Update python/ql/lib/semmle/python/security/dataflow/UrlRedirectCustomizations.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -166,7 +166,7 @@ module UrlRedirect {
|
||||
*/
|
||||
class SanitizerFromModel extends Sanitizer {
|
||||
SanitizerFromModel() {
|
||||
this = DataFlow::ExternalBarrierGuard::getAnExternalBarrierNode("url-redirection")
|
||||
ModelOutput::barrierNode(this, "url-redirection")
|
||||
}
|
||||
|
||||
override predicate sanitizes(FlowState state) {
|
||||
|
||||
Reference in New Issue
Block a user