Merge pull request #7285 from github/post-release-prep-2.7.3-ddd4ccbb

Post-release preparation 2.7.3
This commit is contained in:
Andrew Eisenberg
2021-12-10 09:59:45 -08:00
committed by GitHub
78 changed files with 215 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
## 0.0.4
### Query Metadata Changes
* Fixed the query ids of two queries that are meant for manual exploration: `python/count-untrusted-data-external-api` and `python/untrusted-data-to-external-api` have been changed to `py/count-untrusted-data-external-api` and `py/untrusted-data-to-external-api`.

View File

@@ -0,0 +1,5 @@
## 0.0.4
### Query Metadata Changes
* Fixed the query ids of two queries that are meant for manual exploration: `python/count-untrusted-data-external-api` and `python/untrusted-data-to-external-api` have been changed to `py/count-untrusted-data-external-api` and `py/untrusted-data-to-external-api`.

View File

@@ -0,0 +1,2 @@
---
lastReleaseVersion: 0.0.4

View File

@@ -1,5 +1,6 @@
name: codeql/python-queries
version: 0.0.2
version: 0.0.5-dev
groups: python
dependencies:
codeql/python-all: "*"
codeql/suite-helpers: "*"