Skip to content

Commit

Permalink
tests: fix temporarly safety check
Browse files Browse the repository at this point in the history
Fixes temporarly safety check by ignoring the vulnerability `40459` corresponding to `flask-caching`.
This fix can be removed when a new release of `flask-caching` will correct that.

Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Jun 2, 2021
1 parent 1d4a8de commit 6ed95ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ fi

function pretests () {
info_msg "Check vulnerabilities:"
safety check
# Ignore 40459 until the next release of flask-caching will be available.
safety check -i 40459
info_msg "Check json:"
invenio utils check_json tests/data rero_ils/modules data
info_msg "Check license:"
Expand Down

0 comments on commit 6ed95ed

Please sign in to comment.