Skip to content

Commit

Permalink
Merge pull request #7039 from freedomofpress/safety-ignore-62044
Browse files Browse the repository at this point in the history
Added ignore for safety alert 62044
  • Loading branch information
legoktm committed Oct 27, 2023
2 parents c802f74 + 2f27bdb commit 881b08a
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 @@ -168,6 +168,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 60350 \
--ignore 60789 \
--ignore 60841 \
--ignore 62044 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit 881b08a

Please sign in to comment.