mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add change note
This commit is contained in:
@@ -17,7 +17,13 @@
|
|||||||
- [forge](https://github.com/digitalbazaar/forge)
|
- [forge](https://github.com/digitalbazaar/forge)
|
||||||
- [MySQL2](https://github.com/sidorares/node-mysql2)
|
- [MySQL2](https://github.com/sidorares/node-mysql2)
|
||||||
- [q](http://documentup.com/kriskowal/q/)
|
- [q](http://documentup.com/kriskowal/q/)
|
||||||
|
- [fast-json-parse](https://github.com/mcollina/fast-json-parse)
|
||||||
|
- [json-parse-better-errors](https://github.com/zkat/json-parse-better-errors)
|
||||||
|
- [json-parse-safe](https://github.com/joaquimserafim/json-parse-safe)
|
||||||
|
- [json-safe-parse](https://github.com/bahamas10/node-json-safe-parse)
|
||||||
|
- [parse-json](https://github.com/sindresorhus/parse-json)
|
||||||
|
- [safe-json-parse](https://github.com/Raynos/safe-json-parse)
|
||||||
|
|
||||||
## New queries
|
## New queries
|
||||||
|
|
||||||
| **Query** | **Tags** | **Purpose** |
|
| **Query** | **Tags** | **Purpose** |
|
||||||
@@ -43,3 +49,4 @@
|
|||||||
## Changes to QL libraries
|
## Changes to QL libraries
|
||||||
|
|
||||||
* HTTP header names are now always normalized to lower case to reflect the fact that they are case insensitive. In particular, the result of `HeaderDefinition.getAHeaderName`, and the first parameter of `HeaderDefinition.defines`, `ExplicitHeaderDefinition.definesExplicitly` and `RouteHandler.getAResponseHeader` is now always a lower-case string.
|
* HTTP header names are now always normalized to lower case to reflect the fact that they are case insensitive. In particular, the result of `HeaderDefinition.getAHeaderName`, and the first parameter of `HeaderDefinition.defines`, `ExplicitHeaderDefinition.definesExplicitly` and `RouteHandler.getAResponseHeader` is now always a lower-case string.
|
||||||
|
* The class `JsonParseCall` has been deprecated. Use `JsonParserCall` instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user