mirror of
https://github.com/github/codeql.git
synced 2026-05-21 06:37:10 +02:00
Remove additional path-injection sinks
This commit is contained in:
committed by
Ian Wright
parent
999de74f49
commit
63a648dc41
@@ -496,7 +496,7 @@ module NodeJSLib {
|
||||
* A member `member` from module `fs`.
|
||||
*/
|
||||
DataFlow::SourceNode moduleMember(string member) {
|
||||
exists(string moduleName | moduleName = ["fs-extra", "graceful-fs", "fs"] |
|
||||
exists(string moduleName | moduleName = ["fs"] |
|
||||
result = DataFlow::moduleMember(moduleName, member)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user