From a7863ba9d3521f1450f821119c50d19d7ecea329 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 2 May 2024 08:42:59 -0700 Subject: [PATCH] add ghsa links --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 17fb98ad8..02c74a86b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,7 @@ extlinks = { "issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"), "pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"), + "ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"), } intersphinx_mapping = { "python": ("https://docs.python.org/3/", None),