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 7959e76 commit 6c973b5Copy full SHA for 6c973b5
java/ql/src/semmle/code/java/frameworks/Jackson.qll
@@ -156,7 +156,7 @@ predicate hasArgumentWithUnsafeJacksonAnnotation(MethodAccess call) {
156
157
/**
158
* 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,
+ * A method probably resolves a class if it takes a string, returns a type descriptor,
160
* and its name contains "resolve", "load", etc.
161
*
162
* Any method call that satisfies the rule above is assumed to propagate taint from its string arguments,
0 commit comments