-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
eclipse-che/che-dashboard
#1434Labels
area/dashboardkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.
Description
Is your enhancement related to a problem? Please describe
Prototype Pollution vulnerability in js-yaml, affects versions prior to 4.1.1.
This vulnerability allows an attacker to exploit the YAML merge (<<) operator to pollute object prototypes, potentially leading to:
- Denial of Service (DoS)
- Remote Code Execution (RCE) in certain scenarios
- Security bypass
CVE Reference: This fix addresses the prototype pollution issue in the yaml merge (<<) operator.
Describe the solution you'd like
Upgrade js-yaml from 4.1.0 to 4.1.1.
References
Metadata
Metadata
Assignees
Labels
area/dashboardkind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.
Type
Projects
Status
Ready for Review