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
{{ message }}
This repository was archived by the owner on Oct 24, 2018. It is now read-only.
now: react does not interpret html tags from API, it's a basic react security rule
expected: use the dangerouslySetInnerHtml property to allow html
Note : the main security issue is that it allows to save <script> tags in database that will be loaded by clients when they display the message. But Tracim backend already strip those script tags before saving the message in database (tested on tracim v1)