mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
add fs.link and fs.linkSync as writing file system calls
This commit is contained in:
@@ -479,7 +479,9 @@ module NodeJSLib {
|
||||
methodName = "write" or
|
||||
methodName = "writeFile" or
|
||||
methodName = "writeFileSync" or
|
||||
methodName = "writeSync"
|
||||
methodName = "writeSync" or
|
||||
methodName = "link" or
|
||||
methodName = "linkSync"
|
||||
}
|
||||
|
||||
override DataFlow::Node getADataNode() {
|
||||
|
||||
Reference in New Issue
Block a user