Skip to content

Commit

Permalink
fix: pre-commit fails due to Taipy CVEs (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudinnicolas committed Jun 13, 2024
1 parent 4ad847a commit 125a2f8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ repos:
# hooks:
# - id: bandit
# exclude: tests/
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.1
hooks:
- id: python-safety-dependencies-check

# !COMMENTED OUT FOR NOW:
# TAIPY latest version 3.1.1 (2024/06/12) is affected with 3 CVEs
# jinja2 3.1.4 is affected with 1 CVE
# flask-cors 4.0.0 is affected with 1 CVE
# pymongo 4.6.1 is affected with 1 CVE

# - repo: https://github.com/Lucas-C/pre-commit-hooks-safety
# rev: v1.3.1
# hooks:
# - id: python-safety-dependencies-check

0 comments on commit 125a2f8

Please sign in to comment.