Release preparation for version 2.11.4

This commit is contained in:
github-actions[bot]
2022-11-17 16:40:45 +00:00
parent 254a5b0928
commit e105c13e77
97 changed files with 266 additions and 126 deletions

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for @hapi/glue and Hapi plugins to the frameworks/Hapi.qll library.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed an issue with multi-line strings in YAML files being associated with an invalid location,
causing alerts related to such strings to appear at the top of the YAML file.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed a bug that would cause the extractor to crash when an `import` type is used in
the `extends` clause of an `interface`.

View File

@@ -0,0 +1,12 @@
## 0.4.4
### Minor Analysis Improvements
* Added support for @hapi/glue and Hapi plugins to the frameworks/Hapi.qll library.
### Bug Fixes
* Fixed a bug that would cause the extractor to crash when an `import` type is used in
the `extends` clause of an `interface`.
* Fixed an issue with multi-line strings in YAML files being associated with an invalid location,
causing alerts related to such strings to appear at the top of the YAML file.