Skip to content

Commit 720d873

Browse files
authored
Merge pull request #15447 from github/henrymercer/2.16.0-mergeback
Merge `codeql-cli-2.16.0` back into `codeql-cli-2.16.1`
2 parents b24dad6 + 6bef140 commit 720d873

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.16.0.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Improvements
5050
Query Packs
5151
-----------
5252

53+
Bug Fixes
54+
~~~~~~~~~
55+
56+
Java
57+
""""
58+
59+
* The three queries :code:`java/insufficient-key-size`, :code:`java/server-side-template-injection`, and :code:`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.
60+
5361
Minor Analysis Improvements
5462
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5563

@@ -81,14 +89,6 @@ Swift
8189

8290
* Added additional sinks for the "Cleartext logging of sensitive information" (:code:`swift/cleartext-logging`) query. Some of these sinks are heuristic (imprecise) in nature.
8391

84-
Deprecated Queries
85-
~~~~~~~~~~~~~~~~~~
86-
87-
Java
88-
""""
89-
90-
* The three queries :code:`java/insufficient-key-size`, :code:`java/server-side-template-injection`, and :code:`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.
91-
9292
New Queries
9393
~~~~~~~~~~~
9494

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)