Skip to content

Commit b342e93

Browse files
author
Dave Bartolomeo
committed
Move change note to appropriate pack
1 parent 549fb03 commit b342e93

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

javascript/ql/lib/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
2. Renaming the `getInput()` member predicate as `getAnInput()`
88
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.
99

10-
### Minor Analysis Improvements
11-
12-
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
13-
1410
## 0.4.3
1511

1612
### Minor Analysis Improvements

javascript/ql/lib/change-notes/released/0.5.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66
1. Extending `CryptographicOperation::Range` rather than `CryptographicOperation`
77
2. Renaming the `getInput()` member predicate as `getAnInput()`
88
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.
9-
10-
### Minor Analysis Improvements
11-
12-
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.

javascript/ql/src/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 0.5.4
22

3-
No user-facing changes.
3+
### Minor Analysis Improvements
4+
5+
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.
46

57
## 0.5.3
68

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## 0.5.4
22

3-
No user-facing changes.
3+
### Minor Analysis Improvements
4+
5+
* The `js/regex-injection` query now recognizes environment variables and command-line arguments as sources.

0 commit comments

Comments
 (0)