File tree Expand file tree Collapse file tree
java/ql/src/semmle/code/java/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class SetPolymorphicTypeValidatorSource extends DataFlow::ExprNode {
7777 }
7878}
7979
80- /** Holds if `fromNode` to `toNode` is a dataflow step that resolves a class. s */
80+ /** Holds if `fromNode` to `toNode` is a dataflow step that resolves a class. */
8181predicate resolveClassStep ( DataFlow:: Node fromNode , DataFlow:: Node toNode ) {
8282 exists ( ReflectiveClassIdentifierMethodAccess ma |
8383 ma .getArgument ( 0 ) = fromNode .asExpr ( ) and
@@ -88,7 +88,7 @@ predicate resolveClassStep(DataFlow::Node fromNode, DataFlow::Node toNode) {
8888/**
8989 * Holds if `fromNode` to `toNode` is a dataflow step that creates a Jackson parser.
9090 *
91- * For example, a `createParser(userString)` call yields a `JsonParser` which becomes dangerous
91+ * For example, a `createParser(userString)` call yields a `JsonParser`, which becomes dangerous
9292 * if passed to an unsafely-configured `ObjectMapper`'s `readValue` method.
9393 */
9494predicate createJacksonJsonParserStep ( DataFlow:: Node fromNode , DataFlow:: Node toNode ) {
You can’t perform that action at this time.
0 commit comments