Skip to content

Commit f40f2db

Browse files
committed
Ruby: Fix name of url-redirection sink model
1 parent 6a38223 commit f40f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/UrlRedirectCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module UrlRedirect {
7575
}
7676

7777
private class ExternalUrlRedirectSink extends Sink {
78-
ExternalUrlRedirectSink() { this = ModelOutput::getASinkNode("url-redirect").asSink() }
78+
ExternalUrlRedirectSink() { this = ModelOutput::getASinkNode("url-redirection").asSink() }
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)