0.1.3 • Published 6 years ago
audit-plus v0.1.3
audit+
Overview
Bring back the missing features of NSP to NPM Audit
- Ignore particular advisories
- Specify depedency type you want to audit
Installation
Install globally:
$ npm install -g audit-plusor install locally:
$ npm install audit-plusUsage
Allow exceptions of vulnerabilities by using .auditrc file
{
"exceptions": ["vulnerability url", "cve id", "cwe id"]
}Allow only auditing production package. This is extremely useful when there is issues in dev depedencies package, it should not block the whole pipeline
$ audit-plus --productionAudit whole depedencies (dev and prod)
$ audit-plusFix depedencies
$ audit-plus --fixFix depedencies force
$ audit-plus --fix --force0.1.3
6 years ago
0.1.3-beta
6 years ago
0.1.2-beta
6 years ago
0.1.1-beta
6 years ago
0.1.0-beta
6 years ago