Skip to content

Commit cb7fdc1

Browse files
ezio-melottiAA-Turnerhugovk
authored
Revert "Ignore Jinja2 CVE warning in safety dep (#129)" after upstream fix (#130)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 24e6a44 commit cb7fdc1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
with:
2121
python-version: "3.x"
2222
- uses: tox-dev/action-pre-commit-uv@v1
23-
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
24-
- run: uvx safety check --ignore 70612
23+
- run: uvx safety check

0 commit comments

Comments
 (0)