From cc6badaea6fd22a4074da7e2f0717ff75ad28f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Loba=C4=8Devski?= Date: Sat, 10 Aug 2024 09:54:23 +0000 Subject: [PATCH] grammar --- ql/src/Security/CWE-077/EnvPathInjectionCritical.md | 2 +- ql/src/Security/CWE-077/EnvPathInjectionMedium.md | 2 +- ql/src/Security/CWE-077/EnvVarInjectionCritical.md | 2 +- ql/src/Security/CWE-077/EnvVarInjectionMedium.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: