Skip to content

[Security] Bump tar from 0.4.15 to 0.4.16#52

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tar-0.4.16
Closed

[Security] Bump tar from 0.4.15 to 0.4.16#52
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tar-0.4.16

Conversation

@dependabot-preview
Copy link
Contributor

Bumps tar from 0.4.15 to 0.4.16. This update includes security fixes.

Vulnerabilities fixed

Sourced from The RustSec Advisory Database.

Links in archives can overwrite any existing file
When unpacking a tarball with the unpack_in-family of functions it's intended
that only files within the specified directory are able to be written. Tarballs
with hard links or symlinks, however, can be used to overwrite any file on the
filesystem.

Tarballs can contain multiple entries for the same file. A tarball which first
contains an entry for a hard link or symlink pointing to any file on the
filesystem will have the link created, and then afterwards if the same file is
listed in the tarball the hard link will be rewritten and any file can be
rewritten on the filesystem.

... (truncated)

Patched versions: >= 0.4.16
Unaffected versions: none

Commits
  • b3ea06f Bump to 0.4.16
  • 54651a8 Merge pull request #156 from alexcrichton/protect-hard-links
  • d3d14ad Prevent writing through a symlink to arbitrary files
  • 0890562 Don't allow hardlinks to overwrite existing files
  • c7f3b8d Merge pull request #155 from alexcrichton/more-pax
  • 146f708 Read the path PAX extension
  • 8005778 Merge pull request #151 from kornelski/master
  • 7b6c14a Replace try!() with ?
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.15 to 0.4.16. **This update includes security fixes.**
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](alexcrichton/tar-rs@0.4.15...0.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Jun 30, 2018

Codecov Report

Merging #52 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #52     +/-   ##
=========================================
- Coverage   79.04%   78.95%   -0.1%     
=========================================
  Files          27       27             
  Lines        1088     1088             
=========================================
- Hits          860      859      -1     
- Misses        228      229      +1
Impacted Files Coverage Δ
crgp-lib/src/social_graph/source/tar.rs 60.5% <0%> (-0.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83c3c91...bdb92e9. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #53.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/tar-0.4.16 branch September 24, 2018 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments