From 5e0135f3ef85dffb1871001bb353747a40266bf0 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Wed, 31 Aug 2022 22:54:31 +0200 Subject: [PATCH] Change CONTRIBUTING.md wording to make it usable outside of the repository context (#1402) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c359e92..8ae6cb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ # Reporting Vulnerabilities To add an advisory to the RustSec database, open a [Pull Request] against -this repository containing the new advisory: +[this](https://github.com/RustSec/advisory-db) repository containing the new advisory: ### Required Steps 1. Create a file named `RUSTSEC-0000-0000.md` in the `crates/` - subdirectory of this repository (you may need to create it if it doesn't exist) + subdirectory of the repository (you may need to create it if it doesn't exist) 2. Copy and paste the [TOML advisory template] from the README.md file in this repo. Delete the comments and additional whitespace, and fill it out with the details of the advisory. Surround the TOML data with \```toml and \``` markers.