-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Rename "unsecure" to insecure #270
Conversation
docs/audits.md
Outdated
@@ -634,7 +634,7 @@ Workflow commands (like `::set-env` and `::add-path`) | |||
to inject environment variables and therefore obtain code execution). | |||
|
|||
However, users can explicitly re-enable them by setting the | |||
`ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable at the workflow, | |||
`ACTIONS_ALLOW_INSECURE_COMMANDS` environment variable at the workflow, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't change the environment variable anywhere, only the other uses of "unsecure" -- the envvar is GitHub's own misspelling, which we need to detect.
(Sorry, I didn't notice this in your search earlier.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay!
Done 🍏
We have 1×unsecure, I've added some "GitHub"-s.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @szepeviktor!
Glad to contribute. |
Closes #269