Move change note to appropriate pack

This commit is contained in:
Dave Bartolomeo
2023-03-03 14:43:00 -05:00
parent 549fb0324b
commit b342e93989
4 changed files with 6 additions and 10 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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.