matei-tm / vscode-f-orm-m8

Vs Code Extension to generate Sqlite CRUD classes for Flutter applications
MIT License
3 stars 0 forks source link

Fix lodash vulnerability #47

Closed matei-tm closed 4 years ago

matei-tm commented 4 years ago

Upgrade lodash to version 4.17.19 or later

Vulnerable versions: < 4.17.19 Patched version: 4.17.19 Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The function zipObjectDeep allows a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires zipping objects based on user-provided property 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.