Revert "Release preparation for version 2.16.4"

This commit is contained in:
Angela P Wen
2024-03-06 12:07:33 -08:00
committed by GitHub
parent 727a38a409
commit ce31f8641a
150 changed files with 168 additions and 394 deletions

View File

@@ -1,10 +1,3 @@
## 0.11.10
### Minor Analysis Improvements
* Fixed missing flow for dictionary updates (`d[<key>] = ...`) when `<key>` is a string constant not used in dictionary literals or as name of keyword-argument.
* Fixed flow for iterable unpacking (`a,b = my_tuple`) when it occurs on top-level (module) scope.
## 0.11.9
### Minor Analysis Improvements

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed flow for iterable unpacking (`a,b = my_tuple`) when it occurs on top-level (module) scope.

View File

@@ -1,6 +1,4 @@
## 0.11.10
### Minor Analysis Improvements
---
category: minorAnalysis
---
* Fixed missing flow for dictionary updates (`d[<key>] = ...`) when `<key>` is a string constant not used in dictionary literals or as name of keyword-argument.
* Fixed flow for iterable unpacking (`a,b = my_tuple`) when it occurs on top-level (module) scope.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.11.10
lastReleaseVersion: 0.11.9

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 0.11.10
version: 0.11.10-dev
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python

View File

@@ -1,9 +1,3 @@
## 0.9.10
### New Queries
* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.
## 0.9.9
No user-facing changes.

View File

@@ -1,5 +1,4 @@
## 0.9.10
### New Queries
---
category: newQuery
---
* The query `py/nosql-injection` for finding NoSQL injection vulnerabilities is now part of the default security suite.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.9.10
lastReleaseVersion: 0.9.9

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries
version: 0.9.10
version: 0.9.10-dev
groups:
- python
- queries