mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user