Merge pull request #15531 from github/post-release-prep/codeql-cli-2.16.2

Post-release preparation for codeql-cli-2.16.2
This commit is contained in:
Dave Bartolomeo
2024-02-08 05:58:17 -08:00
committed by GitHub
148 changed files with 381 additions and 154 deletions

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Fixed the `a` (ASCII) inline flag not being recognized by the regular expression library.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added `html.escape` as a sanitizer for HTML.

View File

@@ -0,0 +1,9 @@
## 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.