diff --git a/ql/src/Security/CWE-077/EnvPathInjectionCritical.md b/ql/src/Security/CWE-077/EnvPathInjectionCritical.md index 1891d41fa39..88cc06de90a 100644 --- a/ql/src/Security/CWE-077/EnvPathInjectionCritical.md +++ b/ql/src/Security/CWE-077/EnvPathInjectionCritical.md @@ -2,7 +2,7 @@ ## Description -GitHub Actions allows to define the system PATH variable by writing to a file pointed to by the `GITHUB_PATH` environment variable. Writing to this file will prepend a directory to the system PATH variable and automatically makes it available to all subsequent actions in the current job. E.g. +GitHub Actions allow to define the system PATH variable by writing to a file pointed to by the `GITHUB_PATH` environment variable. Writing to this file will prepend a directory to the system PATH variable and automatically makes it available to all subsequent actions in the current job. E.g. ```bash echo "$HOME/.local/bin" >> $GITHUB_PATH diff --git a/ql/src/Security/CWE-077/EnvPathInjectionMedium.md b/ql/src/Security/CWE-077/EnvPathInjectionMedium.md index 1891d41fa39..88cc06de90a 100644 --- a/ql/src/Security/CWE-077/EnvPathInjectionMedium.md +++ b/ql/src/Security/CWE-077/EnvPathInjectionMedium.md @@ -2,7 +2,7 @@ ## Description -GitHub Actions allows to define the system PATH variable by writing to a file pointed to by the `GITHUB_PATH` environment variable. Writing to this file will prepend a directory to the system PATH variable and automatically makes it available to all subsequent actions in the current job. E.g. +GitHub Actions allow to define the system PATH variable by writing to a file pointed to by the `GITHUB_PATH` environment variable. Writing to this file will prepend a directory to the system PATH variable and automatically makes it available to all subsequent actions in the current job. E.g. ```bash echo "$HOME/.local/bin" >> $GITHUB_PATH diff --git a/ql/src/Security/CWE-077/EnvVarInjectionCritical.md b/ql/src/Security/CWE-077/EnvVarInjectionCritical.md index 1d33a014d4b..a16b41e3970 100644 --- a/ql/src/Security/CWE-077/EnvVarInjectionCritical.md +++ b/ql/src/Security/CWE-077/EnvVarInjectionCritical.md @@ -2,7 +2,7 @@ ## Description -GitHub Actions allows to define Environment Variables by writing to a file pointed to by the `GITHUB_ENV` environment variable: +GitHub Actions allow to define Environment Variables by writing to a file pointed to by the `GITHUB_ENV` environment variable: This file should lines in the `KEY=VALUE` format: diff --git a/ql/src/Security/CWE-077/EnvVarInjectionMedium.md b/ql/src/Security/CWE-077/EnvVarInjectionMedium.md index 1d33a014d4b..a16b41e3970 100644 --- a/ql/src/Security/CWE-077/EnvVarInjectionMedium.md +++ b/ql/src/Security/CWE-077/EnvVarInjectionMedium.md @@ -2,7 +2,7 @@ ## Description -GitHub Actions allows to define Environment Variables by writing to a file pointed to by the `GITHUB_ENV` environment variable: +GitHub Actions allow to define Environment Variables by writing to a file pointed to by the `GITHUB_ENV` environment variable: This file should lines in the `KEY=VALUE` format: