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 dbe352f commit fc913e7Copy full SHA for fc913e7
java/ql/src/semmle/code/java/frameworks/jackson/JacksonSerializability.qll
@@ -280,6 +280,7 @@ private class JacksonModel extends SummaryModelCsv {
280
row =
281
[
282
"com.fasterxml.jackson.databind;ObjectMapper;true;valueToTree;;;Argument[0];ReturnValue;taint",
283
+ "com.fasterxml.jackson.databind;ObjectMapper;true;valueToTree;;;MapValue of Argument[0];ReturnValue;taint",
284
"com.fasterxml.jackson.databind;ObjectMapper;true;convertValue;;;Argument[0];ReturnValue;taint"
285
]
286
}
0 commit comments