Skip to content

Commit 6c973b5

Browse files
authored
Update java/ql/src/semmle/code/java/frameworks/Jackson.qll
1 parent 7959e76 commit 6c973b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ predicate hasArgumentWithUnsafeJacksonAnnotation(MethodAccess call) {
156156

157157
/**
158158
* Holds if `fromNode` to `toNode` is a dataflow step that looks like resolving a class.
159-
* A method probably resolves a class if takes a string, returns a type descriptor,
159+
* A method probably resolves a class if it takes a string, returns a type descriptor,
160160
* and its name contains "resolve", "load", etc.
161161
*
162162
* Any method call that satisfies the rule above is assumed to propagate taint from its string arguments,

0 commit comments

Comments
 (0)