mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Excluded ngrx, datorama, angular, react and langchain from stream pipe query.
This commit is contained in:
@@ -45,7 +45,8 @@ API::Node getNonStreamApi() {
|
||||
exists(string moduleName |
|
||||
moduleName
|
||||
.regexpMatch([
|
||||
"rxjs(|/.*)", "@strapi(|/.*)", "highland(|/.*)", "execa(|/.*)", "arktype(|/.*)"
|
||||
"rxjs(|/.*)", "@strapi(|/.*)", "highland(|/.*)", "execa(|/.*)", "arktype(|/.*)",
|
||||
"@ngrx(|/.*)", "@datorama(|/.*)", "@angular(|/.*)", "react.*", "@langchain(|/.*)",
|
||||
]) and
|
||||
result = API::moduleImport(moduleName)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user