Skip to content

Update to rustsec crate v0.14.1#134

Merged
tarcieri merged 1 commit intomasterfrom
rustsec/v0.14.1
Sep 26, 2019
Merged

Update to rustsec crate v0.14.1#134
tarcieri merged 1 commit intomasterfrom
rustsec/v0.14.1

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented Sep 26, 2019

Ensures that the next cargo-audit release will always be built with this version at a minimum, which should help when communicating about whether or not the bugs in the previous release were fixed.

Ensures that the next `cargo-audit` release will always be built with
this version at a minimum, which should help ensure bugs in the previous
release were fixed.
@tarcieri tarcieri merged commit 9377600 into master Sep 26, 2019
@tarcieri tarcieri deleted the rustsec/v0.14.1 branch September 26, 2019 02:05
@tarcieri tarcieri mentioned this pull request Sep 26, 2019
tarcieri added a commit that referenced this pull request May 7, 2021
The intent is for `cargo-audit` to warn about these, printing their
titles, but not exit with an error.

Two types of informational advisories are introduced:

- `notice`: Used to publish security-related notices about a crate which
  don't directly map to a vulnerability in the crates source code, such
  as an insecure configuration or practice.
- `unmaintained`: crate is unmaintained / abandoned.

The enum representing `Informational` advisories is kept open-ended
through a third `Other(String)` variant which allows additional
categories of informational advisories to be added in the future
in a backwards-compatible way.

It additionally adds an `obsolete` flag which can be used to indicate an
informational advisory no longer applies, which can be used when
unmaintained crates find new maintainers.

Finally, it renames the previous `Info` struct (representing the
`[advisory]` section) to `metadata` so as not to have `info` and
`informational`, which would be confusing.
tarcieri added a commit that referenced this pull request May 7, 2021
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant