mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Fixed false positives from strapi and rxjs/testing as well as when one passes function as second arg to pipe
This commit is contained in:
@@ -5,3 +5,4 @@ extensions:
|
||||
data:
|
||||
- ["NonNodeStream", "rxjs", "Fuzzy"]
|
||||
- ["NonNodeStream", "rxjs/operators", "Fuzzy"]
|
||||
- ["NonNodeStream", "rxjs/testing", "Fuzzy"]
|
||||
|
||||
6
javascript/ql/lib/ext/strapi.model.yml
Normal file
6
javascript/ql/lib/ext/strapi.model.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: codeql/javascript-all
|
||||
extensible: typeModel
|
||||
data:
|
||||
- ["NonNodeStream", "@strapi/utils", "Fuzzy"]
|
||||
Reference in New Issue
Block a user