Skip to content

Make CI a little bit safer - #13933

Merged
blyxyas merged 1 commit into
rust-lang:masterfrom
blyxyas:safer-ci
Jan 3, 2025
Merged

Make CI a little bit safer#13933
blyxyas merged 1 commit into
rust-lang:masterfrom
blyxyas:safer-ci

Conversation

@blyxyas

@blyxyas blyxyas commented Jan 3, 2025

Copy link
Copy Markdown
Member

This PR fixes two vulnerabilities in our CI, found with zizmor. One could be exploited by someone with tag-pushing permissions to execute arbitrary code in our CI (seedeploy.yml). The second vulnerability would expose our tokens to a supply chain attack via a build.rs in one of the dependencies (See the rest of the files, and actions/checkout#485)

Pre-reviewed by @flip1995 in our DMs.

changelog:none

@rustbot

rustbot commented Jan 3, 2025

Copy link
Copy Markdown
Collaborator

r? @flip1995

rustbot has assigned @flip1995.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 3, 2025
@blyxyas
blyxyas enabled auto-merge January 3, 2025 00:02
@blyxyas
blyxyas added this pull request to the merge queue Jan 3, 2025
Merged via the queue into rust-lang:master with commit 7a01033 Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants