From f628c33b673c74aec97c3ac84984cfe1bed40d7e 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3581fdf961..c5976763f0 100644 --- a/Makefile +++ b/Makefile @@ -165,6 +165,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; \