Ant Design (antd) has released version 2.11.0, building upon the solid foundation of the preceding 2.10.4 release. Developers adopting antd for enterprise-level UI solutions should note these updates. The newer version incorporates several dependency upgrades, particularly within its core UI components. For instance, rc-form moves from ~1.3.0 to ~1.3.3, rc-menu goes from ~5.0.9 to ~5.0.10, rc-rate from ~2.1.0 to ~2.1.1, rc-tabs jumps from ~7.5.0 to ~8.0.0, rc-dialog upgrades from ~6.5.0 to ~6.5.10, rc-select goes from ~6.8.0 to ~6.8.6 and rc-slider significantly updates from ~7.0.0 to ~8.1.2. Furthermore, rc-switch, rc-upload, rc-animate, rc-tooltip, rc-calendar, rc-cascader, rc-checkbox, rc-collapse, rc-dropdown, rc-progress, rc-pagination, rc-time-picker, rc-tree-select,rc-input-number and rc-notification also receives updates, suggesting refinements and bug fixes within these components. The shallowequal dependency is also upgraded from ^0.2.2 to ^1.0.1. While the devDependencies appear largely unchanged, the incremented versions in core components indicate potential enhancements in stability, performance, or the addition of minor features. Developers should consult the official antd changelog for a comprehensive list of changes and migration instructions to ensure seamless integration during updates. These iterative improvements solidify antd's position as a robust and actively maintained React UI framework.
All the vulnerabilities related to the version 2.11.0 of the package
Prototype Pollution in lodash
Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The functions pick
, set
, setWith
, update
, updateWith
, and zipObjectDeep
allow a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires manipulating objects based on user-provided property values or arrays.
This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.
node-fetch forwards secure headers to untrusted sites
node-fetch forwards secure headers such as authorization
, www-authenticate
, cookie
, & cookie2
when redirecting to a untrusted site.