Commit Graph

5 Commits

Author SHA1 Message Date
Tony Arcieri
67a2144be6 RUSTSEC-2020-0015: remove wildcards (#451)
They're breaking the parser:

https://github.com/RustSec/rustsec-crate/pull/244/checks?check_run_id=1305962917
2020-10-25 14:39:06 -07:00
Tony Arcieri
1bf68e0dce RUSTSEC-2020-0015: use wildcards in version req (#450)
`semver` v0.11 is having trouble parsing these requirements.
2020-10-25 14:28:21 -07:00
Tony Arcieri
ac125ee29a Translate database into V3 advisory format (#420)
As proposed in #240 and tracked in #414, this PR translates all
advisories into the new "V3" advisory format, which is based on Markdown
with leading TOML front matter.

This format makes it easier to see rendered Markdown syntax
descriptions, whether rendered by an IDE or GitHub. This should help
with both crafting advisories initially as well as review, and ideally
encourages more lengthy descriptions.

Support for this format shipped in `cargo-audit` v0.12.0 on
May 6th, 2020.
2020-10-01 18:29:11 -07:00
Tony Arcieri
e44e26f397 Assign RUSTSEC-2020-0015 to openssl-src
Original PR: https://github.com/RustSec/advisory-db/pull/277/files
2020-05-04 16:39:42 -07:00
Lzu Tao
cff4f820ac warn about CVE-2020-1967 2020-04-25 15:38:14 +00:00