mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
Revert "Merge pull request #15522 from github/release-prep/2.16.2"
This reverts commitc4c8cd6b34, reversing changes made to525f27173d.
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
## 0.11.8
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Added `html.escape` as a sanitizer for HTML.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.
|
||||
|
||||
## 0.11.7
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.
|
||||
4
python/ql/lib/change-notes/2024-01-22-html-escape.md
Normal file
4
python/ql/lib/change-notes/2024-01-22-html-escape.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added `html.escape` as a sanitizer for HTML.
|
||||
@@ -1,9 +0,0 @@
|
||||
## 0.11.8
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Added `html.escape` as a sanitizer for HTML.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.11.8
|
||||
lastReleaseVersion: 0.11.7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/python-all
|
||||
version: 0.11.8
|
||||
version: 0.11.8-dev
|
||||
groups: python
|
||||
dbscheme: semmlecode.python.dbscheme
|
||||
extractor: python
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
## 0.9.8
|
||||
|
||||
No user-facing changes.
|
||||
|
||||
## 0.9.7
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
## 0.9.8
|
||||
|
||||
No user-facing changes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.9.8
|
||||
lastReleaseVersion: 0.9.7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/python-queries
|
||||
version: 0.9.8
|
||||
version: 0.9.8-dev
|
||||
groups:
|
||||
- python
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user