Skip to content

Commit

Permalink
maint(safety): Bump deps & ignore jinja2 CVE (not affected)
Browse files Browse the repository at this point in the history
Jinja2 is a dependency of safety itself, and safety complains
that all versions of jinja2 >= 0 are vulnerable.
We are not affected.
  • Loading branch information
tux3 committed Jun 3, 2024
1 parent 33f9476 commit b1ba4c9
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: python -m poetry install

- name: Run safety dependency check
run: python -m poetry run safety check --full-report
run: python -m poetry run safety check --full-report -i 70612
Loading

0 comments on commit b1ba4c9

Please sign in to comment.