Skip to content

Commit 0a8dfba

Browse files
owen-mcatorralba
andauthored
Accept suggestion to put models under the right heading
Co-authored-by: Tony Torralba <[email protected]>
1 parent 0e1c45e commit 0a8dfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/ext/java.text.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ extensions:
33
pack: codeql/java-all
44
extensible: neutralModel
55
data:
6+
# summary neutrals
67
- ["java.text", "Format", "format", "", "summary", "manual"] # similar issue as `Object.toString`; depends on the object being passed as the argument
78
- ["java.text", "MessageFormat", "format", "", "summary", "manual"] # similar issue as `Object.toString`; depends on the object being passed as the argument
89

9-
# summary neutrals
1010
# The below APIs have numeric flow and are currently being stored as neutral models.
1111
# These may be changed to summary models with kinds "value-numeric" and "taint-numeric" (or similar) in the future.
1212
- ["java.text", "DateFormat", "format", "(Date)", "summary", "manual"] # taint-numeric

0 commit comments

Comments
 (0)