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
I've run into a few XSS issues where I've forgotten to escape the title attributes in my Rails views.
Is there a way I can configure brakeman to make sure I'm properly sanitizing every title attribute in my views? Or is it possible to write my own custom check class?
I'm starting to wonder if the html: true option is just too dangerous, but I do need the HTML support in my tooltips.
The text was updated successfully, but these errors were encountered:
I have a few tooltips that need to use HTML tags, so I use Bootstrap tooltips with the
html: true
option: https://getbootstrap.com/docs/4.3/components/tooltips/#optionsI've run into a few XSS issues where I've forgotten to escape the title attributes in my Rails views.
Is there a way I can configure brakeman to make sure I'm properly sanitizing every
title
attribute in my views? Or is it possible to write my own custom check class?I'm starting to wonder if the
html: true
option is just too dangerous, but I do need the HTML support in my tooltips.The text was updated successfully, but these errors were encountered: