Skip to content

Commit 00235ed

Browse files
haby0smowton
andauthored
Update java/ql/src/semmle/code/java/frameworks/Servlets.qll
Co-authored-by: Chris Smowton <[email protected]>
1 parent 25b012d commit 00235ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/frameworks/Servlets.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class FilterChain extends Interface {
352352
FilterChain() { hasQualifiedName("javax.servlet", "FilterChain") }
353353
}
354354

355-
/** Holds if `m` is a filter handler method (for example `doFilter`). */
355+
/** Holds if `m` is an implementation of `javax.servlet.Filter.doFilter`. */
356356
predicate isDoFilterMethod(Method m) {
357357
m.getName() = "doFilter" and
358358
m.getDeclaringType() instanceof FilterClass and

0 commit comments

Comments
 (0)