Update javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll

Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Asger F
2019-10-30 11:16:35 +00:00
committed by Asger F
parent 7e80823cb6
commit 3ec95881b4

View File

@@ -165,7 +165,7 @@ module AccessPath {
}
/**
* Holds if there is an assignment to `accessPath` in `file`, not counting
* Holds if there is an assignment to the global `accessPath` in `file`, not counting
* self-assignments.
*/
private predicate isAssignedInFile(string accessPath, File file) {