You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as a part node js version upgrade we update a127-magic to latest version. Later when we ran npm audit it shows 4 moderate vulnerabilities. Hence kindly look into this issue and let us know. Bellow are the audit log.
validator <13.7.0
Severity: moderate
Inefficient Regular Expression Complexity in validator.js - GHSA-qgmg-gppg-76g5
fix available via npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/z-schema/node_modules/validator
z-schema 3.6.1 - 4.2.3 || 5.0.0
Depends on vulnerable versions of validator
node_modules/z-schema
swagger-tools >=0.8.7
Depends on vulnerable versions of z-schema
node_modules/swagger-tools
a127-magic >=0.11.0
Depends on vulnerable versions of swagger-tools
node_modules/a127-magic
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
The text was updated successfully, but these errors were encountered:
Hi Team,
as a part node js version upgrade we update a127-magic to latest version. Later when we ran npm audit it shows 4 moderate vulnerabilities. Hence kindly look into this issue and let us know. Bellow are the audit log.
PS C:\Users\mma3069\webStormWorkspace\FADFM-29750\fabric-alerting-api> npm audit
npm audit report
validator <13.7.0
Severity: moderate
Inefficient Regular Expression Complexity in validator.js - GHSA-qgmg-gppg-76g5
fix available via
npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/z-schema/node_modules/validator
z-schema 3.6.1 - 4.2.3 || 5.0.0
Depends on vulnerable versions of validator
node_modules/z-schema
swagger-tools >=0.8.7
Depends on vulnerable versions of z-schema
node_modules/swagger-tools
a127-magic >=0.11.0
Depends on vulnerable versions of swagger-tools
node_modules/a127-magic
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
The text was updated successfully, but these errors were encountered: