add support for the chokidar library

This commit is contained in:
Erik Krogh Kristensen
2021-06-22 21:39:16 +02:00
parent bde1bb4030
commit 8b5c285ac8
4 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* Support for `chokidar` has improved. The `js/tainted-path` query recognized calls to `chokidar.watch`,
and the security queries recognize the filenames returned by the library.
Affected packages are
[chokidar](https://npmjs.com/package/chokidar)