diff options
author | sterni <sternenseemann@systemli.org> | 2021-12-24T11·24+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-02-13T18·42+0000 |
commit | e855d140bd2d613d864bab4f3138cf931eb4f79f (patch) | |
tree | d61f7ff42b4f64e1ec2a0a5df262e5d5f9d356d8 /third_party/sources/sources.json | |
parent | 6c4e447587fa07b61a83734fba35e56218e4a8bb (diff) |
chore(3p/rustsec-advisory-db): track using niv r/3819
This will make sure that the db is updated regularly (on every channel bump). This is fine, because an advisory no longer implies a build failure. Change-Id: I1dc0b335e0881b5c58015da63c3c47f1ab1e645f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4554 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/sources/sources.json')
-rw-r--r-- | third_party/sources/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 6a95c9dbd700..c7c754712cd2 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -34,5 +34,17 @@ "type": "tarball", "url": "https://github.com/NixOS/nixpkgs/archive/7adc9c14ec74b27358a8df9b973087e351425a79.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "rustsec-advisory-db": { + "branch": "main", + "description": "Security advisory database for Rust crates published through crates.io", + "homepage": "https://rustsec.org", + "owner": "RustSec", + "repo": "advisory-db", + "rev": "c9a98f3b3681699f59d84b4f10f14eb07ea6783b", + "sha256": "1lb6im1j2nkjp4nza8lj0wyqv6f1wjab21w8lh702pdwd1nfn3zh", + "type": "tarball", + "url": "https://github.com/RustSec/advisory-db/archive/c9a98f3b3681699f59d84b4f10f14eb07ea6783b.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" } } |