You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/lib/ext/java.text.model.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ extensions:
4
4
extensible: neutralModel
5
5
data:
6
6
# summary neutrals
7
+
- ["java.text", "Format", "format", "", "summary", "manual"] # similar issue as `Object.toString`; depends on the object being passed as the argument
8
+
- ["java.text", "MessageFormat", "format", "", "summary", "manual"] # similar issue as `Object.toString`; depends on the object being passed as the argument
9
+
7
10
# The below APIs have numeric flow and are currently being stored as neutral models.
8
11
# These may be changed to summary models with kinds "value-numeric" and "taint-numeric" (or similar) in the future.
Copy file name to clipboardExpand all lines: java/ql/lib/ext/java.util.stream.model.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,11 @@ extensions:
92
92
pack: codeql/java-all
93
93
extensible: neutralModel
94
94
data:
95
+
- ["java.util.stream", "Collectors", "joining", "", "summary", "manual"] # cannot be modeled completely without a model for `java.util.stream.Stream#collect(Collector)` as well
- ["java.util.stream", "Stream", "collect", "(Collector)", "summary", "manual"] # handled separately on a case-by-case basis as it is too complex for MaD
0 commit comments