Skip to content

Commit d602726

Browse files
committed
fix variable name
1 parent e83841b commit d602726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ql/src/Security/CWE-077/EnvPathInjectionCritical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
2020

2121
### Incorrect Usage
2222

23-
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
23+
Consider the following basic setup where an environment variable `PATH` is set:
2424

2525
```yaml
2626
steps:

ql/src/Security/CWE-077/EnvPathInjectionMedium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
2020

2121
### Incorrect Usage
2222

23-
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
23+
Consider the following basic setup where an environment variable `PATH` is set:
2424

2525
```yaml
2626
steps:

0 commit comments

Comments
 (0)