betagouv / e-controle

Outil permettant de simplifier la relation entre un organisme de contrôle et des structures contrôlés
MIT License
9 stars 11 forks source link

Remove use of v-html #494

Closed estellecomment closed 4 years ago

estellecomment commented 4 years ago

For good security practices, we avoid using v-html because it doesn't escape html. The PR removes it in the code, and does some linting/cleanup.