Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 013b7ef

Browse files
dbartoljketema
andauthored
Apply suggestions from code review
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 5083272 commit 013b7ef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

javascript/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Minor Analysis Improvements
1111

12-
- Added sources for user defined path and query parameters in `Next.js`.
12+
* Added sources for user defined path and query parameters in `Next.js`.
1313
* The alert message of many queries have been changed to better follow the style guide and make the message consistent with other languages.
1414

1515
## 0.4.2

javascript/ql/src/change-notes/released/0.4.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
### Minor Analysis Improvements
1111

12-
- Added sources for user defined path and query parameters in `Next.js`.
12+
* Added sources for user defined path and query parameters in `Next.js`.
1313
* The alert message of many queries have been changed to better follow the style guide and make the message consistent with other languages.

ruby/ql/lib/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Minor Analysis Improvements
44

5-
* There was a bug in `TaintTracking::localTaint` and `TaintTracking::localTaintStep` such that they only tracked non-value-preserving flow steps. They have been fixed and now also include value-preserving steps.
6-
- Instantiations using `Faraday::Connection.new` are now recognized as part of `FaradayHttpRequest`s, meaning they will be considered as sinks for queries such as `rb/request-forgery`.
5+
* There was a bug in `TaintTracking::localTaint` and `TaintTracking::localTaintStep` such that they only tracked non-value-preserving flow steps. They have been fixed and now also include value-preserving steps.
6+
* Instantiations using `Faraday::Connection.new` are now recognized as part of `FaradayHttpRequest`s, meaning they will be considered as sinks for queries such as `rb/request-forgery`.
77
* Taint flow is now tracked through extension methods on `Hash`, `String` and
88
`Object` provided by `ActiveSupport`.
99

ruby/ql/lib/change-notes/released/0.4.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Minor Analysis Improvements
44

5-
* There was a bug in `TaintTracking::localTaint` and `TaintTracking::localTaintStep` such that they only tracked non-value-preserving flow steps. They have been fixed and now also include value-preserving steps.
6-
- Instantiations using `Faraday::Connection.new` are now recognized as part of `FaradayHttpRequest`s, meaning they will be considered as sinks for queries such as `rb/request-forgery`.
5+
* There was a bug in `TaintTracking::localTaint` and `TaintTracking::localTaintStep` such that they only tracked non-value-preserving flow steps. They have been fixed and now also include value-preserving steps.
6+
* Instantiations using `Faraday::Connection.new` are now recognized as part of `FaradayHttpRequest`s, meaning they will be considered as sinks for queries such as `rb/request-forgery`.
77
* Taint flow is now tracked through extension methods on `Hash`, `String` and
88
`Object` provided by `ActiveSupport`.

0 commit comments

Comments
 (0)