mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Move change note to appropriate pack
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
2. Renaming the `getInput()` member predicate as `getAnInput()`
|
||||
3. Implementing the `BlockMode getBlockMode()` member predicate. The implementation for this can be `none()` if the operation is a hashing operation or an encryption operation using a stream cipher.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -6,7 +6,3 @@
|
||||
1. Extending `CryptographicOperation::Range` rather than `CryptographicOperation`
|
||||
2. Renaming the `getInput()` member predicate as `getAnInput()`
|
||||
3. Implementing the `BlockMode getBlockMode()` member predicate. The implementation for this can be `none()` if the operation is a hashing operation or an encryption operation using a stream cipher.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
## 0.5.4
|
||||
|
||||
No user-facing changes.
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
|
||||
|
||||
## 0.5.3
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 0.5.4
|
||||
|
||||
No user-facing changes.
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
|
||||
|
||||
Reference in New Issue
Block a user