-
Couldn't load subscription status.
- Fork 1
BAU-3072 : Arbitrary Code Execution in grunt on angularjs-dropdown-multiselect #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Can you confirm dev testing results for successful dev and prod builds after this change. Also look for usage of this package in application and do spot checks and testing. |
|
@suraj-ubif Please confirm dev testing results and we can merge this. |
|
@suraj-ubif did we spot check the front end for this. This is a big version jump. |
@bakihanma20 We are facing some testing challenges, As i discussed with braedon, we are holding this for now. |
Fix security issue UID:[464a445605c570ba4e60c5bb59912b79] - Arbitrary Code Execution in grunt on angularjs-dropdown-multiselect
Technical Details
Type: Arbitrary Code Execution in grunt
Target: angularjs-dropdown-multiselect
Vulnerability Details
The package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load() instead of its secure replacement safeLoad() of the package js-yaml inside grunt.file.readYAML.