Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Update http crate to fix security vulnerability #7725

Merged
merged 2 commits into from
Jan 9, 2020

Conversation

jstarry
Copy link
Contributor

@jstarry jstarry commented Jan 9, 2020

@jstarry jstarry requested a review from mvines January 9, 2020 17:40
@jstarry jstarry marked this pull request as ready for review January 9, 2020 17:40
@codecov
Copy link

codecov bot commented Jan 9, 2020

Codecov Report

Merging #7725 into master will decrease coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #7725     +/-   ##
========================================
- Coverage    81.8%   81.8%   -0.1%     
========================================
  Files         241     238      -3     
  Lines       50496   50469     -27     
========================================
- Hits        41326   41288     -38     
- Misses       9170    9181     +11

Copy link
Contributor

@ryoqun ryoqun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! @jstarry I'm very glad for your quick and well-informed response to new security advisory incident!

@@ -1427,7 +1427,7 @@ dependencies = [

[[package]]
name = "http"
version = "0.1.18"
version = "0.1.21"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I double-checked this new version is actually not vulnerable anymore: hyperium/http@v0.1.18...v0.1.21

@ryoqun
Copy link
Contributor

ryoqun commented Jan 9, 2020

@jstarry @mvines I'm merging this because it's rather desirable to fix the CI asap.

@ryoqun ryoqun merged commit 719785a into solana-labs:master Jan 9, 2020
mergify bot pushed a commit that referenced this pull request Jan 9, 2020
* Update http to fix security vulnerability

* Ignore RUSTSEC because they incorrectly says http 0.1.21 is vulnerable

(cherry picked from commit 719785a)

# Conflicts:
#	Cargo.lock
#	ci/test-checks.sh
mergify bot pushed a commit that referenced this pull request Jan 9, 2020
* Update http to fix security vulnerability

* Ignore RUSTSEC because they incorrectly says http 0.1.21 is vulnerable

(cherry picked from commit 719785a)

# Conflicts:
#	Cargo.lock
@jstarry jstarry deleted the fix-http-sec branch January 10, 2020 01:02
sakridge pushed a commit to sakridge/solana that referenced this pull request Jan 14, 2020
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