mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Release preparation for version 2.10.2
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
## 0.3.2
|
||||
|
||||
### New Features
|
||||
|
||||
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
|
||||
related false positives in the nullness queries.
|
||||
* Added data flow models for `java.util.Scanner`.
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### New Features
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added data flow models for `java.util.Scanner`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
|
||||
related false positives in the nullness queries.
|
||||
11
java/ql/lib/change-notes/released/0.3.2.md
Normal file
11
java/ql/lib/change-notes/released/0.3.2.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 0.3.2
|
||||
|
||||
### New Features
|
||||
|
||||
* The QL predicate `Expr::getUnderlyingExpr` has been added. It can be used to look through casts and not-null expressions and obtain the underlying expression to which they apply.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The JUnit5 version of `AssertNotNull` is now recognized, which removes
|
||||
related false positives in the nullness queries.
|
||||
* Added data flow models for `java.util.Scanner`.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.3.1
|
||||
lastReleaseVersion: 0.3.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-all
|
||||
version: 0.3.2-dev
|
||||
version: 0.3.2
|
||||
groups: java
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 0.3.1
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
1
java/ql/src/change-notes/released/0.3.1.md
Normal file
1
java/ql/src/change-notes/released/0.3.1.md
Normal file
@@ -0,0 +1 @@
|
||||
## 0.3.1
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.3.0
|
||||
lastReleaseVersion: 0.3.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-queries
|
||||
version: 0.3.1-dev
|
||||
version: 0.3.1
|
||||
groups:
|
||||
- java
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user