Skip to content

Commit 086c9c8

Browse files
erik-kroghasgerf
andauthored
remove redundant getACall()
Co-authored-by: Asger F <[email protected]>
1 parent 07bc585 commit 086c9c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/TaintedPathCustomizations.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ module TaintedPath {
690690
this =
691691
API::moduleImport("read-pkg")
692692
.getMember(["readPackageAsync", "readPackageSync"])
693-
.getACall()
694693
.getParameter(0)
695694
.getMember("cwd")
696695
.getARhs()

0 commit comments

Comments
 (0)