mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
remove redundant getACall()
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
committed by
GitHub
parent
07bc5856db
commit
086c9c8156
@@ -690,7 +690,6 @@ module TaintedPath {
|
||||
this =
|
||||
API::moduleImport("read-pkg")
|
||||
.getMember(["readPackageAsync", "readPackageSync"])
|
||||
.getACall()
|
||||
.getParameter(0)
|
||||
.getMember("cwd")
|
||||
.getARhs()
|
||||
|
||||
Reference in New Issue
Block a user