-
Notifications
You must be signed in to change notification settings - Fork 9
Dependencies have high severity vulnerabilities #57
Copy link
Copy link
Open
Description
Trying to follow the hapipal Getting Started tutorial, but ran into these issues:
npm init @hapipaldoes not work on Windows, see today's comments in hapipal.com issue #72- trying instead to use the workaround given in that issue, we are still left with the following dependency problems
> npm install
npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
npm WARN deprecated @hapi/eslint-config-hapi@13.0.2: This module has moved and is now available as part of @hapi/eslint-plugin. Please update your dependencies as this version is no longer maintained and may contain bugs and security issues.
npm WARN deprecated @hapi/eslint-plugin-hapi@4.3.6: This module has moved and is now available at @hapi/eslint-plugin. Please update your dependencies as this version is no longer maintained and may contain bugs and security issues.
added 295 packages, and audited 296 packages in 40s
35 packages are looking for funding
run `npm fund` for details
3 high severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Manually editing package.json to replace"babel-eslint": "10.x.x" with "@babel/eslint-parser": "7.x.x" quiets one of the warnings (but I don't know whether this newer version has any breaking changes and will actually work correctly)
But that still leaves the security vulnerabilities:
s> npm audit fix
up to date, audited 286 packages in 3s
32 packages are looking for funding
run `npm fund` for details
# npm audit report
marked <=4.0.9
Severity: high
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-5v2h-r2cx-5xgj
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-rrrm-qjm4-v8hf
Regular Expression Denial of Service (REDoS) in Marked - https://github.com/advisories/GHSA-4r62-v4vq-hr96
No fix available
node_modules/marked
@hapipal/hpal *
Depends on vulnerable versions of marked
Depends on vulnerable versions of marked-terminal
node_modules/@hapipal/hpal
marked-terminal <=4.2.0
Depends on vulnerable versions of marked
node_modules/marked-terminal
3 high severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels