You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lodash has had an issue with prototype pollution. vue-json-csv should update its dependencies to not use the affected versions, otherwise users will potentially be exposed to severe vulnerabilities when using the package.
While vue-json-csv is slightly more convenient, I was able to replace vulnerable vue-json-csv completely by using json-2-csv and techniques in this post:
lodash
has had an issue withprototype pollution
.vue-json-csv
should update itsdependencies
to not use the affected versions, otherwise users will potentially be exposed to severe vulnerabilities when using the package.While
vue-json-csv
is slightly more convenient, I was able to replace vulnerablevue-json-csv
completely by usingjson-2-csv
and techniques in this post:The text was updated successfully, but these errors were encountered: