Skip to content

Commit 76834cb

Browse files
committed
Rename GlobalEnv
1 parent a8a6913 commit 76834cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/Actions.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ module Actions {
110110
}
111111

112112
/** A workflow level 'global' environment variable. */
113-
class GlobalEnv extends Env {
113+
class WorkflowEnvVariable extends Env {
114114
string envName;
115115
Workflow workflow;
116116

117-
GlobalEnv() { this = workflow.getEnv().lookup(envName) }
117+
WorkflowEnvVariable() { this = workflow.getEnv().lookup(envName) }
118118

119119
/** Gets the workflow this field belongs to. */
120120
Workflow getWorkflow() { result = workflow }

0 commit comments

Comments
 (0)