mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: add sanitizer support for ~whitelist.indexOf(x)
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
* Modelling of taint flow through the array operations `map` and `join` has been improved. This may give additional results for the security queries.
|
||||
|
||||
* The taint tracking library now recognizes additional sanitization patterns. This may give fewer false-positive results for the security queries.
|
||||
|
||||
* Support for popular libraries has been improved. Consequently, queries may produce more results on code bases that use the following libraries:
|
||||
- [bluebird](http://bluebirdjs.com)
|
||||
- [browserid-crypto](https://github.com/mozilla/browserid-crypto)
|
||||
|
||||
Reference in New Issue
Block a user