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
I have searched for similar issues in this repository, but couldn't find one.
I have read the README and have a basic understanding how angular works.
I'm submitting a...
Regression (a behavior that used to work and stopped working in a new release)
Bug report
Feature request
Current behavior
glob-parent <5.1.2
Severity: high
Regular expression denial of service - https://github.com/advisories/GHSA-ww39-953v-wcq6
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/glob-stream/node_modules/glob-parent
glob-stream 5.3.0 - 6.1.0
Depends on vulnerable versions of glob-parent
node_modules/glob-stream
help-me 1.0.0 - 1.1.0
Depends on vulnerable versions of glob-stream
node_modules/help-me
mqtt 1.14.1 - 4.2.6
Depends on vulnerable versions of help-me
node_modules/mqtt
mqtt-browser *
Depends on vulnerable versions of mqtt
node_modules/mqtt-browser
ngx-mqtt >=9.0.0
Depends on vulnerable versions of mqtt-browser
node_modules/ngx-mqtt
6 high severity vulnerabilities
Expected behavior
No DoS warning on installation.
ng new my-app (default angular template without anything elese)
What is the motivation / use case for changing the behavior?
I think that's obvious...
Environment
Newest angular template with css and without router
- npm install ngx-mqtt --save
The text was updated successfully, but these errors were encountered:
glob-parent <5.1.2
Severity: high
glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/glob-stream/node_modules/glob-parent
glob-stream 5.3.0 - 6.1.0
Depends on vulnerable versions of glob-parent
node_modules/glob-stream
help-me 1.0.0 - 1.1.0
Depends on vulnerable versions of glob-stream
node_modules/help-me
mqtt 1.14.1 - 4.2.6
Depends on vulnerable versions of help-me
node_modules/mqtt
mqtt-browser *
Depends on vulnerable versions of mqtt
node_modules/mqtt-browser
ngx-mqtt >=9.0.0
Depends on vulnerable versions of mqtt-browser
node_modules/ngx-mqtt
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
I'm submitting a...
Current behavior
Expected behavior
No DoS warning on installation.
ng new my-app (default angular template without anything elese)
What is the motivation / use case for changing the behavior?
I think that's obvious...
Environment
The text was updated successfully, but these errors were encountered: