Skip to content

Commit

Permalink
Ignore bogus pylint "security" issue
Browse files Browse the repository at this point in the history
<pylint-dev/pylint#5322> describes a crash when
using a specific extension that we don't use, and really isn't a
security issue at all.

Ideally we'd upgrade pylint anyways, but we've fallen a bit behind
and it isn't a trivial version bump.
  • Loading branch information
legoktm committed Jun 1, 2022
1 parent 785ea3e commit 132a6cd
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 @@ -135,6 +135,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 42050 \
--ignore 42926 \
--ignore 42923 \
--ignore 45185 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit 132a6cd

Please sign in to comment.