Merge pull request #1529 from xiemaisi/js/getter-summaries

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2019-07-02 06:16:34 +01:00
committed by GitHub
10 changed files with 153 additions and 19 deletions

View File

@@ -10,6 +10,8 @@
- [exec-async](https://www.npmjs.com/package/exec-async)
- [express](https://www.npmjs.com/package/express)
- [remote-exec](https://www.npmjs.com/package/remote-exec)
* Support for tracking data flow and taint through getter functions (that is, functions that return a property of one of their arguments) and through the receiver object of method calls has been improved. This may produce more security alerts.
## New queries