From 034085635d0b5c41775de711b02419fcb8247101 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Tue, 4 Jun 2024 09:29:58 +0200 Subject: [PATCH] Add ignore for N/A 70612 --- .safety-policy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.safety-policy.yml b/.safety-policy.yml index 7c2ac029..d10e32fe 100644 --- a/.safety-policy.yml +++ b/.safety-policy.yml @@ -41,3 +41,6 @@ security: '67599': reason: do not use a private index expires: 2027-05-30 + '70612': + reason: not using SSTI in CLI + expires: 2027-05-30