From 5bde16559d674a17ff278a71c11b0635b80f4c6e Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:14:50 -0400 Subject: [PATCH] README.md: Link to HOWTO_UNMAINTAINED.md (#1754) Closes #1748 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b9ea15..1ec4719 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ and reporting (send PRs to add yours): To report a new vulnerability, open a pull request using the template below. See [CONTRIBUTING.md] for more information. +See [HOWTO_UNMAINTAINED.md] before filing an advisory for an unmaintained crate. + Report Vulnerability @@ -151,3 +153,4 @@ All content in this repository is placed in the public domain. [trivy]: https://aquasecurity.github.io/trivy/ [dependabot]: https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates [CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/main/CONTRIBUTING.md +[HOWTO_UNMAINTAINED.md]: ./HOWTO_UNMAINTAINED.md