-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
A recent scan found a new vulnerability caused by an outdated dependency. The problem may cause data pollution and it has been ranked High severity by the CVV.
This is the dependency tree with a problem.
package | used version | current version |
---|---|---|
y18n | 4.0.0 | 5.0.5 |
cacache | 12.0.4 | 15.0.5 |
pacote | 9.5.12 | 11.1.13 |
angular/cli | 11.0.4 | 11.0.4 |
That is, angular/cli uses Pacote 9, which uses Cacache 12 which uses y18n 4. The latter one is where the vulnerability exists.
If angular/cli updates their dependency to request Pacote11, Cacache 15 does not even use y18n as dependency so the problem will be solved for good.
As per the guidelines, an email has been sent to security@angular.io and this issue is created to track its resolution.