Skip to content

Commit 73b63ec

Browse files
Ignore safety alert #59473 - a bug in cryptography's handling of ssh certs
(cherry picked from commit f628c33)
1 parent 3b1bf41 commit 73b63ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
175175
--ignore 54421 \
176176
--ignore 55261 \
177177
--ignore 58912 \
178+
--ignore 59473 \
178179
--full-report -r $$req_file \
179180
&& echo -e '\n' \
180181
|| exit 1; \

0 commit comments

Comments
 (0)