From e855d140bd2d613d864bab4f3138cf931eb4f79f Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 24 Dec 2021 12:24:04 +0100 Subject: chore(3p/rustsec-advisory-db): track using niv 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 --- third_party/sources/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'third_party/sources/sources.json') diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 6a95c9dbd7..c7c754712c 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///archive/.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///archive/.tar.gz" } } -- cgit 1.4.1