Skip to content

Commit 1719fd8

Browse files
authored
Merge pull request #15769 from github/coadaflorin/changelog-2.16.3-updates
Match changelog updates with public unified changelog
2 parents 0f1106b + a8816a6 commit 1719fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Minor Analysis Improvements
1616

1717
* The sanitizer for the path injection queries has been improved to handle more cases where `equals` is used to check an exact path match.
18-
* The query `java/unvalidated-url-redirection` now sanitizes results following the same logic as the query `java/ssrf`. URLs the destination of which cannot be externally controlled will not be reported anymore.
18+
* The query `java/unvalidated-url-redirection` now sanitizes results following the same logic as the query `java/ssrf`. URLs where the destination cannot be controlled externally are no longer reported.
1919

2020
## 0.8.8
2121

java/ql/src/change-notes/released/0.8.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
### Minor Analysis Improvements
1616

1717
* The sanitizer for the path injection queries has been improved to handle more cases where `equals` is used to check an exact path match.
18-
* The query `java/unvalidated-url-redirection` now sanitizes results following the same logic as the query `java/ssrf`. URLs the destination of which cannot be externally controlled will not be reported anymore.
18+
* The query `java/unvalidated-url-redirection` now sanitizes results following the same logic as the query `java/ssrf`. URLs where the destination cannot be controlled externally are no longer reported.

0 commit comments

Comments
 (0)