Skip to content

Commit

Permalink
Merge pull request #6921 from freedomofpress/backport-6920
Browse files Browse the repository at this point in the history
[2.6.1] Backport: Ignore safety alert #59473 - a bug in cryptography's handling of ssh …
  • Loading branch information
rocodes committed Aug 16, 2023
2 parents 3b1bf41 + 73b63ec commit 4b28622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 4b28622

Please sign in to comment.