We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad847a commit 125a2f8Copy full SHA for 125a2f8
.pre-commit-config.yaml
@@ -15,7 +15,14 @@ repos:
15
# hooks:
16
# - id: bandit
17
# exclude: tests/
18
- - repo: https://github.com/Lucas-C/pre-commit-hooks-safety
19
- rev: v1.3.1
20
- hooks:
21
- - 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
22
+ # flask-cors 4.0.0 is affected with 1 CVE
23
+ # pymongo 4.6.1 is affected with 1 CVE
24
25
+ # - repo: https://github.com/Lucas-C/pre-commit-hooks-safety
26
+ # rev: v1.3.1
27
+ # hooks:
28
+ # - id: python-safety-dependencies-check
0 commit comments