This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Prototype Pollution vulnerability through outdated yargs package #5431
Closed
Description
Hi there!
Bug report
- Node Version:
12.14.1
- Protractor Version:
5.4.4
- Angular Version:
1.7.9
- Browser(s):
N/A
- Operating System and Version
macOS 10.15.4
Protractor 5.4.4 has a dependency of "yargs", ^12.0.5.
The newest "yargs" that satisfies this dependency is 12.0.5. (The latest being 15.3.1)
"yargs" in turn has a dependency of "yargs-parser", ^11.1.1.
The newest "yargs-parser" that satisfies this dependency is 11.1.1 (the latest being 18.1.3).
This version of yargs parser has a low severity security issue, "Prototype pollution", referring to https://npmjs.com/advisories/1500 .