-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefreq2: mediumsecurityIssues that generally impact framework or application securityIssues that generally impact framework or application securitytype: bug/fix
Milestone
Description
Do you want to request a feature or report a bug?
This ticket is to report a a potential security vulnerability caused by the request dependency.
What is the current behavior?
Various of the dependencies used by angular.js make use of a vulnerable version of the request package (<2.68) that allow potential memory exposure.
Involved dependencies are: insight, fsevents
details:
- https://snyk.io/vuln/npm:request:20160119
- Update request to 2.74.0 sindresorhus/insight#48
- Request dependency <=2.68 opens to potential memory exposure vulnerability fsevents/fsevents#145
In order to address a short term fix it is suggested to modify the current npm shrinkwrap to use request==2.74.0
splincode and Ploppy3
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtimefreq2: mediumsecurityIssues that generally impact framework or application securityIssues that generally impact framework or application securitytype: bug/fix