Skip to content

Commit 4b28622

Browse files
authored
Merge pull request #6921 from freedomofpress/backport-6920
[2.6.1] Backport: Ignore safety alert #59473 - a bug in cryptography's handling of ssh …
2 parents 3b1bf41 + 73b63ec commit 4b28622

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)