jhamlet / svg-react-loader

Webpack SVG to React Component Loader
MIT License
559 stars 82 forks source link

Bump ramda to fix a vulnerability #155

Open vinodkumarsharma276 opened 1 year ago

vinodkumarsharma276 commented 1 year ago

DISPUTED Prototype poisoning in function mapObjIndexed in Ramda 0.27.0 and earlier allows attackers to compromise integrity or availability of application via supplying a crafted object (that contains an own property "proto") as an argument to the function. NOTE: the vendor disputes this because the observed behavior only means that a user can create objects that the user didn't know would contain custom prototypes.

vinodkumarsharma276 commented 1 year ago

@jhamlet @jessy1092 Can you please take a look at this PR?