From 73b63ec18ce5f1611b7f67dc05cbc2b6b1741750 Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Wed, 16 Aug 2023 11:44:25 -0400 Subject: [PATCH] Ignore safety alert #59473 - a bug in cryptography's handling of ssh certs (cherry picked from commit f628c33b673c74aec97c3ac84984cfe1bed40d7e) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1a7a958afd..d3bca0a892 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities. --ignore 54421 \ --ignore 55261 \ --ignore 58912 \ + --ignore 59473 \ --full-report -r $$req_file \ && echo -e '\n' \ || exit 1; \