We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm audit should pass
npm audit
npm audit shows a vulnerability in 4.1.3:
bootstrap <3.4.1 || >=4.0.0 <4.3.1 Severity: moderate Cross-Site Scripting - https://npmjs.com/advisories/891 No fix available node_modules/shards-vue/node_modules/bootstrap shards-ui 2.0.0 - 2.1.2 Depends on vulnerable versions of bootstrap node_modules/shards-vue/node_modules/shards-ui shards-vue * Depends on vulnerable versions of shards-ui node_modules/shards-vue
Upgrade bootstrap to >= 4.3.1 Upgrade shards-ui >= 3.0.0
The text was updated successfully, but these errors were encountered:
https://github.com/DesignRevision/shards-vue/issues/33
54cb3ac
DesignRevision#31 DesignRevision#28 DesignRevision#21 DesignRevision#15
No branches or pull requests
Expected Behavior
npm audit
should passCurrent Behavior
npm audit shows a vulnerability in 4.1.3:
npm audit report
bootstrap <3.4.1 || >=4.0.0 <4.3.1
Severity: moderate
Cross-Site Scripting - https://npmjs.com/advisories/891
No fix available
node_modules/shards-vue/node_modules/bootstrap
shards-ui 2.0.0 - 2.1.2
Depends on vulnerable versions of bootstrap
node_modules/shards-vue/node_modules/shards-ui
shards-vue *
Depends on vulnerable versions of shards-ui
node_modules/shards-vue
Steps to Reproduce
Context (Environment)
Possible Solution
Upgrade bootstrap to >= 4.3.1
Upgrade shards-ui >= 3.0.0
Possible Implementation
The text was updated successfully, but these errors were encountered: