{ "$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", // audit-ci supports reading JSON, JSONC, and JSON5 config files. // Only use one of ["low": true, "moderate": true, "high": true, "critical": true] "moderate": true, "allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList "GHSA-87r5-mp6g-5w5j", // jsonpath - all versions affected, no safe fix "GHSA-2g4f-4pwh-qvx6", // ajv ReDoS - transitive via @mojaloop/inter-scheme-proxy-cache-lib "GHSA-qpx9-hpmf-5gmw" // underscore DoS - transitive via jsonpath, unfixable without breaking change ] }