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,5 +0,0 @@
---
category: deprecated
---
- Renamed the `StrConst` class to `StringLiteral`, for greater consistency with other languages. The `StrConst` and `Str` classes are now deprecated and will be removed in a future release.

View File

@@ -1,5 +0,0 @@
---
category: breaking
---
* Deleted the deprecated `RegExpPatterns` module from `Regexp.qll`.
* Deleted the deprecated `Security/CWE-020/HostnameRegexpShared.qll` file.

View File

@@ -0,0 +1,10 @@
## 0.12.0
### Breaking Changes
* Deleted the deprecated `RegExpPatterns` module from `Regexp.qll`.
* Deleted the deprecated `Security/CWE-020/HostnameRegexpShared.qll` file.
### Deprecated APIs
- Renamed the `StrConst` class to `StringLiteral`, for greater consistency with other languages. The `StrConst` and `Str` classes are now deprecated and will be removed in a future release.