mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Ignore vuln on mistune included via notifications-utils
This commit is contained in:
2
Makefile
2
Makefile
@@ -80,7 +80,7 @@ freeze-requirements: ## Pin all requirements including sub dependencies into req
|
|||||||
.PHONY: audit
|
.PHONY: audit
|
||||||
audit:
|
audit:
|
||||||
pip install --upgrade pip-audit
|
pip install --upgrade pip-audit
|
||||||
pip-audit -r requirements.txt -r requirements_for_test.txt -l
|
pip-audit -r requirements.txt -r requirements_for_test.txt -l --ignore-vuln PYSEC-2022-237
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user