Skip to content

Conversation

@depfu
Copy link

@depfu depfu bot commented May 14, 2022


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​actions/core (1.2.4 β†’ 1.8.2) Β· Repo Β· Changelog

Security Advisories 🚨

🚨 Environment Variable Injection in GitHub Actions

Impact

The @actions/core npm module addPath and exportVariable functions communicate with the Actions Runner over stdout by generating a string in a specific format. Workflows that log untrusted data to stdout may invoke these commands, resulting in the path or environment variables being modified without the intention of the workflow or action author.

Patches

The runner will release an update that disables the set-env and add-path workflow commands in the near future. For now, users should upgrade to @actions/core v1.2.6 or later, and replace any instance of the set-env or add-path commands in their workflows with the new Environment File Syntax. Workflows and actions using the old commands or older versions of the toolkit will start to warn, then error out during workflow execution.

Workarounds

None, it is strongly suggested that you upgrade as soon as possible.

For more information

If you have any questions or comments about this advisory:

Release Notes

1.8.2 (from changelog)

  • Update to v2.0.1 of @actions/http-client #1087

1.8.1 (from changelog)

  • Update to v2.0.0 of @actions/http-client

1.8.0 (from changelog)

  • Deprecate markdownSummary extension export in favor of summary

1.7.0 (from changelog)

1.6.0 (from changelog)

1.5.0 (from changelog)

1.4.0 (from changelog)

1.3.0 (from changelog)

1.2.7 (from changelog)

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label May 14, 2022
@changelogg
Copy link

changelogg bot commented May 14, 2022

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@depfu
Copy link
Author

depfu bot commented Jun 16, 2022

Closed in favor of #67.

@depfu depfu bot closed this Jun 16, 2022
@depfu depfu bot deleted the depfu/update/packagesglob/npm/@actions/core-1.8.2 branch June 16, 2022 18:30
@depfu
Copy link
Author

depfu bot commented Jun 16, 2022

Closed in favor of #67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant