From d28e2496730d41fb53ff04c9f9a373644007f770 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 21 Oct 2021 11:14:27 +0530 Subject: [PATCH] Ignore flask-security-too irrelevant vulnerability. --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 2d80c2e91..07af7ae5c 100644 --- a/web/package.json +++ b/web/package.json @@ -182,7 +182,7 @@ "pep8": "pycodestyle --config=../.pycodestyle ../docs && pycodestyle --config=../.pycodestyle ../pkg && pycodestyle --config=../.pycodestyle ../tools && pycodestyle --config=../.pycodestyle ../web", "auditjs-html": "yarn audit --json | yarn run yarn-audit-html --output ../auditjs.html", "auditjs": "yarn audit", - "auditpy": "safety check --full-report", + "auditpy": "safety check --full-report -i 40493", "audit": "yarn run auditjs && yarn run auditpy" } }