mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 23:36:15 +01:00
Upgrades the `rustsec` crate to the latest alpha release and uses the new `rustsec::advisory::Linter` functionality to lint advisories currently in the database. Several of them are using invalid keys and need to be updated.
17 lines
381 B
TOML
17 lines
381 B
TOML
[package]
|
|
name = "rustsec-advisory-db"
|
|
description = "Security advisory database for Rust crates published through crates.io"
|
|
version = "0.0.0"
|
|
authors = ["Tony Arcieri <bascule@gmail.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "rustsec-advisory-db"
|
|
|
|
[dependencies]
|
|
crates_io_api = "0.5"
|
|
gumdrop = "0.6"
|
|
rustsec = "0.13.0-alpha1"
|
|
termcolor = "1"
|