Release preparation for version 2.17.2

This commit is contained in:
github-actions[bot]
2024-04-30 10:25:51 +00:00
parent 7d9f78b2de
commit 5228d94d42
153 changed files with 424 additions and 155 deletions

View File

@@ -1,3 +1,15 @@
## 0.9.0
### Breaking Changes
* Deleted the deprecated `getInput` predicate from the `CryptographicOperation` class. Use `getAnInput` instead.
* Deleted the deprecated `RegExpPatterns` module from `Regexp.qll`.
* Deleted the deprecated `semmle/javascript/security/BadTagFilterQuery.qll`, `semmle/javascript/security/OverlyLargeRangeQuery.qll`, `semmle/javascript/security/regexp/RegexpMatching.qll`, and `Security/CWE-020/HostnameRegexpShared.qll` files.
### Minor Analysis Improvements
* Improved detection of whether a file uses CommonJS module system.
## 0.8.14
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved detection of whether a file uses CommonJS module system.

View File

@@ -1,6 +1,11 @@
---
category: breaking
---
## 0.9.0
### Breaking Changes
* Deleted the deprecated `getInput` predicate from the `CryptographicOperation` class. Use `getAnInput` instead.
* Deleted the deprecated `RegExpPatterns` module from `Regexp.qll`.
* Deleted the deprecated `semmle/javascript/security/BadTagFilterQuery.qll`, `semmle/javascript/security/OverlyLargeRangeQuery.qll`, `semmle/javascript/security/regexp/RegexpMatching.qll`, and `Security/CWE-020/HostnameRegexpShared.qll` files.
* Deleted the deprecated `semmle/javascript/security/BadTagFilterQuery.qll`, `semmle/javascript/security/OverlyLargeRangeQuery.qll`, `semmle/javascript/security/regexp/RegexpMatching.qll`, and `Security/CWE-020/HostnameRegexpShared.qll` files.
### Minor Analysis Improvements
* Improved detection of whether a file uses CommonJS module system.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.14
lastReleaseVersion: 0.9.0

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 0.8.15-dev
version: 0.9.0
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript

View File

@@ -1,3 +1,12 @@
## 0.8.15
### Minor Analysis Improvements
* The JavaScript extractor will on longer report syntax errors related to "strict mode".
Files containing such errors are now being fully analyzed along with other sources files.
This improves our support for source files that technically break the "strict mode" rules,
but where a build steps transforms the code such that it ends up working at runtime.
## 0.8.14
### Minor Analysis Improvements

View File

@@ -1,6 +1,7 @@
---
category: minorAnalysis
---
## 0.8.15
### Minor Analysis Improvements
* The JavaScript extractor will on longer report syntax errors related to "strict mode".
Files containing such errors are now being fully analyzed along with other sources files.
This improves our support for source files that technically break the "strict mode" rules,

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.14
lastReleaseVersion: 0.8.15

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 0.8.15-dev
version: 0.8.15
groups:
- javascript
- queries