@@ -10,10 +10,9 @@ extensions:
10
10
pack : codeql/java-all
11
11
extensible : summaryModel
12
12
data :
13
- - ["org.springframework.core.io", "ByteArrayResource", True, "getInputStream", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
14
13
- ["org.springframework.core.io", "ClassPathResource", False, "ClassPathResource", "", "", "Argument[0]", "Argument[this]", "taint", "manual"]
15
14
- ["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"]
17
15
- ["org.springframework.core.io", "ClassPathResource", True, "getPath", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
18
16
- ["org.springframework.core.io", "ClassPathResource", True, "getURL", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
19
17
- ["org.springframework.core.io", "ClassPathResource", True, "resolveURL", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
18
+ - ["org.springframework.core.io", "InputStreamSource", True, "getInputStream", "", "", "Argument[this]", "ReturnValue", "taint", "manual"]
0 commit comments