Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
-
Hello, Am I safe using bootstrap-vue concerning XSS atacks? https://github.com/bootstrap-vue/bootstrap-vue/search?q=v-html shows bootstrap uses v-html but is that a problem? Finally, is using Thank you |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
If you look in the component reference doc sections, it says
Yes, {{ }} Is safe from xss as it will not render as html |
BetaWas this translation helpful?Give feedback.
All reactions
-
Why are you concerning yourself with the usage of v-html in the docs? Few elements have the ability to use an html prop. Each instance has a heavy note about their usagehttps://bootstrap-vue.org/docs/components/carousel#props . Unless there is a serious security issue with bootstrap-vue, the duty to have a secure app falls on the implementer. |
BetaWas this translation helpful?Give feedback.