Skip to content

chore(deps): update module github.com/cyphar/filepath-securejoin to v0.6.1 (8.19)#6019

Merged
elastic-renovate-prod[bot] merged 1 commit into
8.19from
renovate/8.19-github.com-cyphar-filepath-securejoin-0.x
May 7, 2026
Merged

chore(deps): update module github.com/cyphar/filepath-securejoin to v0.6.1 (8.19)#6019
elastic-renovate-prod[bot] merged 1 commit into
8.19from
renovate/8.19-github.com-cyphar-filepath-securejoin-0.x

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/cyphar/filepath-securejoin indirect patch v0.6.0 -> v0.6.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cyphar/filepath-securejoin (github.com/cyphar/filepath-securejoin)

v0.6.1: -- "At last up jumped the cunning spider, and fiercely held her fast."

Compare Source

This release includes a few more minor improvements to pathrs-lite,
mainly involving the fallback logic in tools which configure seccomp
profiles during execution (like runc) and to fix a file descriptor leak.

Fixed
  • Our logic for deciding whether to use openat2(2) or fallback to an O_PATH
    resolver would cache the result to avoid doing needless test runs of
    openat2(2). However, this causes issues when pathrs-lite is being used by
    a program that applies new seccomp-bpf filters onto itself -- if the filter
    denies openat2(2) then we would return that error rather than falling back
    to the O_PATH resolver. To resolve this issue, we no longer cache the
    result if openat2(2) was successful, only if there was an error.
  • A file descriptor leak in our openat2 wrapper (when doing the necessary
    dup for RESOLVE_IN_ROOT) has been removed.

Thanks to the following contributors for making this release possible:

Signed-off-by: Aleksa Sarai cyphar@cyphar.com


Configuration

📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team as a code owner May 7, 2026 11:15
@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels May 7, 2026
@elastic-renovate-prod elastic-renovate-prod Bot enabled auto-merge May 7, 2026 11:15
@elastic-renovate-prod elastic-renovate-prod Bot added this pull request to the merge queue May 7, 2026
Merged via the queue into 8.19 with commit f551b00 May 7, 2026
16 of 17 checks passed
@elastic-renovate-prod elastic-renovate-prod Bot deleted the renovate/8.19-github.com-cyphar-filepath-securejoin-0.x branch May 7, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants