Skip to content

Commit

Permalink
Ignore safety warning 70612
Browse files Browse the repository at this point in the history
This is because Maud has jinja2 as a dependency.

See https://data.safetycli.com/v/70612/97c/.

I think it's not a serious problem because Maud doesn't provide access to any templates.
  • Loading branch information
teddygroves committed Aug 14, 2024
1 parent 9ed5064 commit 3e3f725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ legacy_tox_ini = """
safety
commands=
pip install --upgrade pip
safety check -i 44715 -i 51549
safety check -i 44715 -i 51549 -i 70612
"""

0 comments on commit 3e3f725

Please sign in to comment.