From f0ae3d979782cb532427c0df026d25bfd0d0db80 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 10 Nov 2022 12:49:51 +0100 Subject: [PATCH] Adds bracket to fix url (#32505) --- data/reusables/repositories/tracks-vulnerabilities.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/reusables/repositories/tracks-vulnerabilities.md b/data/reusables/repositories/tracks-vulnerabilities.md index 6fc1982cfc..b16edca7be 100644 --- a/data/reusables/repositories/tracks-vulnerabilities.md +++ b/data/reusables/repositories/tracks-vulnerabilities.md @@ -7,5 +7,6 @@ We add advisories to the {% data variables.product.prodname_advisory_database %} - The [Python Packaging Advisory database](https://github.com/pypa/advisory-database) - The [Ruby Advisory database](https://rubysec.com/) - The [RustSec Advisory database](https://rustsec.org/) -- Community contributions. For more information, see [https://github.com/github/advisory-database/pulls(https://github.com/github/advisory-database/pulls) +- Community contributions. For more information, see [https://github.com/github/advisory-database/pulls](https://github.com/github/advisory-database/pulls). + If you know of another database we should be importing advisories from, tell us about it by opening an issue in [https://github.com/github/advisory-database](https://github.com/github/advisory-database).