Skip to content

Commit

Permalink
ci(SECURITY): bypass 73282 sqlitedict cve
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Nov 27, 2024
1 parent b1b44b9 commit 0ce0f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vale/Vocab/pi_portal/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ pi_portal
pib_cli
setuptools
slack_cli
sqlitedict
xmlrpc
zipp
4 changes: 3 additions & 1 deletion assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ security-leaks:

security-safety:
@echo "Checking all dependencies ..."
@$(call p, "pip freeze | safety check --stdin -i 70612")
@$(call p, "pip freeze | safety check --stdin -i 70612 -i 73282")
# 70612 - jinja2 - vulnerability requires externally supplied templates
# 73282 - sqlitedict - vulnerability is already managed by via securing access to the database
@echo "Done."

spelling-add:
Expand Down

0 comments on commit 0ce0f42

Please sign in to comment.