mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ignore flask-security-too irrelevant vulnerability.
This commit is contained in:
parent
c7cd57db91
commit
d28e249673
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user