mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Apply suggestions from code review
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
* Add extractor and library support for UTF-8 encoded strings.
|
||||
* The `StringLiteral` class includes UTF-8 encoded strings.
|
||||
* In the DB Schema `@string_literal_expr` is renamed to `@utf16_string_literal_expr`
|
||||
* In the DB Scheme `@string_literal_expr` is renamed to `@utf16_string_literal_expr`.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
* Add extractor and library support for UTF-8 encoded strings.
|
||||
* The `StringLiteral` class includes UTF-8 encoded strings.
|
||||
* In the DB Schema `@string_literal_expr` is renamed to `@utf16_string_literal_expr`
|
||||
* In the DB Scheme `@string_literal_expr` is renamed to `@utf16_string_literal_expr`.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
* Data flowing from the `locals` argument of a Rails `render` call is now tracked to uses of that data in an associated view.
|
||||
* Access to headers stored in the `env` of Rack requests is now recognized as a source of remote input.
|
||||
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
|
||||
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
|
||||
|
||||
## 0.5.1
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
* Data flowing from the `locals` argument of a Rails `render` call is now tracked to uses of that data in an associated view.
|
||||
* Access to headers stored in the `env` of Rack requests is now recognized as a source of remote input.
|
||||
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
|
||||
* Ruby 3.2: anonymous rest and keyword rest arguments can now be passed as arguments, instead of just used in method parameters.
|
||||
|
||||
Reference in New Issue
Block a user