From 1a2d74decc3caf8bce21b5da3cf4d0eb8c058e3d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 2 Sep 2021 13:40:18 -0700 Subject: [PATCH] Add comment about security alerts. (#9016) --- tools/pinning/oldest/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/pinning/oldest/pyproject.toml b/tools/pinning/oldest/pyproject.toml index ece807782..96a78a4eb 100644 --- a/tools/pinning/oldest/pyproject.toml +++ b/tools/pinning/oldest/pyproject.toml @@ -1,3 +1,5 @@ +# Security alerts about vulnerable packages in this file can be ignored since +# they are only used during testing. [tool.poetry] name = "certbot-pinner" version = "0.1.0"