We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aae0a commit f613823Copy full SHA for f613823
java/ql/lib/semmle/code/java/security/RequestForgery.qll
@@ -86,7 +86,9 @@ private class HostnameSantizer extends RequestForgerySanitizer {
86
}
87
88
/**
89
- * An argument to a call to `List.contains()` that is a sanitizer for URL redirects.
+ * An argument to a call to a `.contains()` method that is a sanitizer for URL redirects.
90
+ *
91
+ * Matches any method call where the method is named `contains`.
92
*/
93
private predicate isContainsUrlSanitizer(Guard guard, Expr e, boolean branch) {
94
guard =
0 commit comments