Skip to content

chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.1 #3652

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cyphar/filepath-securejoin v0.4.0 -> v0.4.1 age adoption passing confidence

Release Notes

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

v0.4.1

Compare Source

This release fixes a regression introduced in one of the hardening
features added to filepath-securejoin 0.4.0.

  • The restrictions added for root paths passed to SecureJoin in 0.4.0 was
    found to be too strict and caused some regressions when folks tried to
    update, so this restriction has been relaxed to only return an error if the
    path contains a .. component. We still recommend users use filepath.Clean
    (and even filepath.EvalSymlinks) on the root path they are using, but at
    least you will no longer be punished for "trivial" unclean paths. (#​46)

Signed-off-by: Aleksa Sarai [email protected]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners January 28, 2025 09:06
@codecov-commenter
Copy link

codecov-commenter commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.56%. Comparing base (dee1b5e) to head (753b8f1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3652   +/-   ##
=======================================
  Coverage   79.56%   79.56%           
=======================================
  Files          88       88           
  Lines        3503     3503           
=======================================
  Hits         2787     2787           
  Misses        643      643           
  Partials       73       73           
Flag Coverage Δ
Linux 79.27% <ø> (ø)
Windows 75.31% <ø> (ø)
macOS 75.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.colasdn.workers.dev-cyphar-filepath-securejoin-0.x branch from 7e13f2e to e2b4039 Compare January 30, 2025 18:00
@renovate renovate bot force-pushed the renovate/github.colasdn.workers.dev-cyphar-filepath-securejoin-0.x branch from e2b4039 to 753b8f1 Compare January 30, 2025 18:22
@MrAlias MrAlias merged commit ab0cfb7 into main Jan 30, 2025
14 checks passed
@MrAlias MrAlias deleted the renovate/github.colasdn.workers.dev-cyphar-filepath-securejoin-0.x branch January 30, 2025 22:01
@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants