Skip to content

Commit ce37916

Browse files
committed
Add change note
1 parent 7a9cb64 commit ce37916

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Calls to `String.matches` are now treated as sanitizers for the `java/ssrf` query.

misc/scripts/create-change-note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - What language the change note is for
88
# - Whether it's a query or library change (the string `src` or `lib`)
99
# - The name of the change note (in kebab-case)
10-
# - The category of the change.
10+
# - The category of the change (see https://github.com/github/codeql/blob/main/docs/change-notes.md#change-categories).
1111

1212
# The change note will be created in the `{language}/ql/{subdir}/change-notes` directory, where `subdir` is either `src` or `lib`.
1313

0 commit comments

Comments
 (0)