mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
Release preparation for version 2.8.4
This commit is contained in:
6
ruby/ql/src/change-notes/released/0.0.12.md
Normal file
6
ruby/ql/src/change-notes/released/0.0.12.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## 0.0.12
|
||||
|
||||
### New Queries
|
||||
|
||||
* Added a new query, `rb/clear-text-storage-sensitive-data`. The query finds cases where sensitive information, such as user credentials, are stored as cleartext.
|
||||
* Added a new query, `rb/incomplete-hostname-regexp`. The query finds instances where a hostname is incompletely sanitized due to an unescaped character in a regular expression.
|
||||
Reference in New Issue
Block a user