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
In the webpack.config, the minimizer plugin used currently is UglifyJsWebpackPlugin. This Plugin has a dependency serialize-javascript which has a cross-site scriting vulnerability: https://npmjs.com/advisories/1426.
Uglifyjs-webpack-plugin itself is archived so the webpack config should switch to to use terser-webpack-plugin.
The text was updated successfully, but these errors were encountered:
As we switched our builds to Terser some months ago (ckeditor/ckeditor5#1353), I think we can agree that the change should be applied in this repo as well.
In the
webpack.config
, the minimizer plugin used currently isUglifyJsWebpackPlugin
. This Plugin has a dependencyserialize-javascript
which has a cross-site scriting vulnerability: https://npmjs.com/advisories/1426.Uglifyjs-webpack-plugin itself is archived so the webpack config should switch to to use
terser-webpack-plugin
.The text was updated successfully, but these errors were encountered: