mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Release preparation for version 2.23.7
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 7.8.0
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
* The SSA interface has been updated and all classes and several predicates have been renamed. See the qldoc for more specific migration information.
|
||||
|
||||
## 7.7.4
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
## 7.8.0
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
* The SSA interface has been updated and all classes and several predicates have been renamed. See the qldoc for more specific migration information.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 7.7.4
|
||||
lastReleaseVersion: 7.8.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-all
|
||||
version: 7.7.5-dev
|
||||
version: 7.8.0
|
||||
groups: java
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## 1.10.1
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.
|
||||
|
||||
## 1.10.0
|
||||
|
||||
### Query Metadata Changes
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.
|
||||
## 1.10.1
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.10.0
|
||||
lastReleaseVersion: 1.10.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-queries
|
||||
version: 1.10.1-dev
|
||||
version: 1.10.1
|
||||
groups:
|
||||
- java
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user