ci: bump actions/checkout from 7.0.0 to 7.0.1 - #17
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
July 31, 2026 14:47
cd542ab to
8d0e6a2
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
July 31, 2026 19:57
8d0e6a2 to
bb71f6f
Compare
ebrandi
added a commit
that referenced
this pull request
Jul 31, 2026
Nothing request-controlled reaches this today: the size preset is enum-checked twice, and
the background key can only be one of the manifest slugs seeded into SignatureBackground.
So as a reachable path traversal the alert is a false positive, and it would have been
defensible to dismiss it.
What was genuinely broken is the primitive. `sigbg_dir() / key / f"{preset}.png"` had no
confinement of any kind, so it depended entirely on every caller staying trustworthy. A
`key` of `..` walks out of the tree, and an absolute key escapes even more quietly —
pathlib DISCARDS the left operand when the right side is absolute, so `Path("/a") / "/etc"`
is `/etc`, which does not look like traversal when reading the line.
The path is now resolved and required to stay inside the asset tree, so the safety is local
to where the path is built instead of distributed across its callers. The file is only ever
read here and a miss returns None (the background is optional), so a strict rule costs
valid input nothing. Tests pin both escapes, and would fail if the confinement were removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 7.0.0 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)