yii2-jui
yii2-jui copied to clipboard
Package pulls in unsafe version of jQuery UI, upgrade not (easily) possible
What steps will reproduce the problem?
Install yii2-jui.
What's expected?
A safe version of Jquery UI pulled in as dependency, or the ability to upgrade that package to a safer version.
What do you get instead?
- jQuery UI 1.12.1 which has several known security vulnerabilities
- The inability to upgrade using Composer because:
- yii2-jui pins jQuery UI to 1.12.1
- A safe version (1.13.*) is not available in https://asset-packagist.org/ (although a fixed version is available as
npm-asset/jquery-ui).