Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

fix(deps): update dependency sirv-cli to v0.4.6#68

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sirv-cli-0.x
Open

fix(deps): update dependency sirv-cli to v0.4.6#68
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sirv-cli-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented May 23, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sirv-cli 0.4.5 -> 0.4.6 age adoption passing confidence

Release Notes

lukeed/sirv

v0.4.6

Compare Source

NOTICE
This version patches a directory-traversal security vulnerability that exists in dev mode only. All users should update immediately, even if they don't think they're using --dev or opts.dev on live servers. There are no other changes in this release.

Patches

  • Fixes dev mode security vulnerability (#​63): 1e0bac5
    Thank you @​marvinhagemeister~!

    As Marvin describes:

    This allows an attacker to traverse the file system outside of the specified directory.

    Let's say sirv was initialized to serve files from /foo/bar:

    sirv("/foo/bar");

    ...and an attacker makes a request to:

    GET /../../etc/passwd
    

    ...then they are able to download the contents of that file.

Chores

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ 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 WhiteSource Renovate. View repository job log here.

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.

1 participant