Release preparation for version 2.17.5

This commit is contained in:
github-actions[bot]
2024-06-10 13:40:39 +00:00
parent 7ecf1f9010
commit 877bfa2468
147 changed files with 359 additions and 107 deletions

View File

@@ -1,3 +1,10 @@
## 1.0.1
### Minor Analysis Improvements
* The query `java/spring-disabled-csrf-protection` detects disabling CSRF via `ServerHttpSecurity$CsrfSpec::disable`.
* Added more `java.io.File`-related sinks to the path injection query.
## 1.0.0
### Breaking Changes

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added more `java.io.File`-related sinks to the path injection query.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The query `java/spring-disabled-csrf-protection` detects disabling CSRF via `ServerHttpSecurity$CsrfSpec::disable`.

View File

@@ -0,0 +1,6 @@
## 1.0.1
### Minor Analysis Improvements
* The query `java/spring-disabled-csrf-protection` detects disabling CSRF via `ServerHttpSecurity$CsrfSpec::disable`.
* Added more `java.io.File`-related sinks to the path injection query.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.0
lastReleaseVersion: 1.0.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.0.1-dev
version: 1.0.1
groups:
- java
- queries