Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 443 Bytes

thick-cows-approve.md

File metadata and controls

22 lines (20 loc) · 443 Bytes
@pnpm/plugin-commands-audit @pnpm/types pnpm
minor
minor
minor

A new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the pnpm.auditConfig.ignoreCves field of package.json. For instance:

{
  "pnpm": {
    "auditConfig": {
      "ignoreCves": [
        "CVE-2019-10742",
        "CVE-2020-28168",
        "CVE-2021-3749",
        "CVE-2020-7598"
      ]
    }
  }
}