Skip to content

Commit

Permalink
ignore dev dependency security issue 70612 for jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jun 3, 2024
1 parent 976cf13 commit 519b5d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [Unreleased]
## [6.3.1] 2024-06-03

TODO: add at least one Added, Changed, Deprecated, Removed, Fixed or Security section
### Security

- ignore dev dependency security issue 70612 for jinja2


## [6.3.0] 2024-05-22
Expand Down
3 changes: 2 additions & 1 deletion src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ tasks:
cmds:
# ignore 51358 safety - dev dependency only
# ignore 67599 pip - dev dependency only
- poetry run safety check -i 51358 -i 67599
# ignore 70612 jinja2 - dev dependency only
- poetry run safety check -i 51358 -i 67599 -i 70612

check:ruff:
desc: Complain about everything else
Expand Down

0 comments on commit 519b5d7

Please sign in to comment.