Skip to content

Commit 716c6cd

Browse files
authored
Merge pull request #15375 from atorralba/atorralba/docs/amend-change-note
Fix change note category for clarity
2 parents d603076 + 736df6f commit 716c6cd

File tree

1 file changed

+4
-4
lines changed
  • java/ql/src/change-notes/released

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## 0.8.6
22

3-
### Deprecated Queries
4-
5-
* The three queries `java/insufficient-key-size`, `java/server-side-template-injection`, and `java/android/implicit-pendingintents` had accidentally general extension points allowing arbitrary string-based flow state. This has been fixed and the old extension points have been deprecated where possible, and otherwise updated.
6-
73
### New Queries
84

95
* Added the `java/insecure-randomness` query to detect uses of weakly random values which an attacker may be able to predict. Also added the `crypto-parameter` sink kind for sinks which represent the parameters and keys of cryptographic operations.
@@ -13,3 +9,7 @@
139
* Modified the `java/potentially-weak-cryptographic-algorithm` query to include the use of weak cryptographic algorithms from configuration values specified in properties files.
1410
* The query `java/android/missing-certificate-pinning` should no longer alert about requests pointing to the local filesystem.
1511
* Removed some spurious sinks related to `com.opensymphony.xwork2.TextProvider.getText` from the query `java/ognl-injection`.
12+
13+
### Bug Fixes
14+
15+
* The three queries `java/insufficient-key-size`, `java/server-side-template-injection`, and `java/android/implicit-pendingintents` had accidentally general extension points allowing arbitrary string-based flow state. This has been fixed and the old extension points have been deprecated where possible, and otherwise updated.

0 commit comments

Comments
 (0)