Ignore flask-security-too irrelevant vulnerability.

This commit is contained in:
Aditya Toshniwal 2021-10-21 11:14:27 +05:30 committed by Akshay Joshi
parent c7cd57db91
commit d28e249673

View File

@ -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"
}
}