build: OPS-40: Update local advisory-db#525
Merged
mergify[bot] merged 2 commits intomasterfrom Mar 30, 2020
Merged
Conversation
Fixes the following vulnerability: ID: RUSTSEC-2020-0006 Crate: bumpalo Version: 3.1.2 Date: 2020-03-24 URL: https://rustsec.org/advisories/RUSTSEC-2020-0006 Title: Flaw in `realloc` allows reading unknown memory Solution: upgrade to >= 3.2.1
knl
approved these changes
Mar 30, 2020
Contributor
|
|
hansl
approved these changes
Mar 30, 2020
dfinity-bot
added a commit
that referenced
this pull request
Dec 9, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@bd3cb8dd...189213fa](rustsec/advisory-db@bd3cb8d...189213f) * [`955ad994`](rustsec/advisory-db@955ad99) Assigned RUSTSEC-2020-0088 to magnetic * [`e90491eb`](rustsec/advisory-db@e90491e) Add nanorand 0.5.0 RNG weakness ([RustSec/advisory-db#525](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/525)) * [`a043a90d`](rustsec/advisory-db@a043a90) Assigned RUSTSEC-2020-0089 to nanorand ([RustSec/advisory-db#526](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/526)) * [`f71bc5a6`](rustsec/advisory-db@f71bc5a) Add advisory for data race in thex ([RustSec/advisory-db#523](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/523)) * [`189213fa`](rustsec/advisory-db@189213f) Assigned RUSTSEC-2020-0090 to thex ([RustSec/advisory-db#527](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/527))
mergify bot
pushed a commit
that referenced
this pull request
Dec 9, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@bd3cb8dd...189213fa](rustsec/advisory-db@bd3cb8d...189213f) * [`955ad994`](rustsec/advisory-db@955ad99) Assigned RUSTSEC-2020-0088 to magnetic * [`e90491eb`](rustsec/advisory-db@e90491e) Add nanorand 0.5.0 RNG weakness ([RustSec/advisory-db#525](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/525)) * [`a043a90d`](rustsec/advisory-db@a043a90) Assigned RUSTSEC-2020-0089 to nanorand ([RustSec/advisory-db#526](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/526)) * [`f71bc5a6`](rustsec/advisory-db@f71bc5a) Add advisory for data race in thex ([RustSec/advisory-db#523](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/523)) * [`189213fa`](rustsec/advisory-db@189213f) Assigned RUSTSEC-2020-0090 to thex ([RustSec/advisory-db#527](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/527))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes vulnerability RUSTSEC-2020-0006. The fix is to update bumpalo to v3.2.1. I've also updated the advisory to the latest.
1st commit:
niv update advisory-db2nt commit:
cargo update -p bumpalo