Skip to content

Commit cfa14ad

Browse files
authored
Update org.springframework.core.io.model.yml
Model summary for `getInputStream` methods
1 parent e43d39a commit cfa14ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/lib/ext/org.springframework.core.io.model.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ extensions:
1010
pack: codeql/java-all
1111
extensible: summaryModel
1212
data:
13+
- ["org.springframework.core.io", "ByteArrayResource", True, "getInputStream", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
1314
- ["org.springframework.core.io", "ClassPathResource", False, "ClassPathResource", "", "", "Argument[0]", "Argument[this]", "taint", "manual"]
1415
- ["org.springframework.core.io", "ClassPathResource", True, "getFilename", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
16+
- ["org.springframework.core.io", "ClassPathResource", True, "getInputStream", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
1517
- ["org.springframework.core.io", "ClassPathResource", True, "getPath", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
1618
- ["org.springframework.core.io", "ClassPathResource", True, "getURL", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
1719
- ["org.springframework.core.io", "ClassPathResource", True, "resolveURL", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]

0 commit comments

Comments
 (0)