personium / app-uc-unit-manager

Unit Manager and Cell Manager are GUI tools that helps you manage Personium cell(s).
https://www.youtube.com/watch?v=d1_pET0M-YA&feature=youtu.be
Apache License 2.0
5 stars 6 forks source link

XSS issues with profile.json #89

Closed dixonsiu closed 2 years ago

dixonsiu commented 6 years ago

When displaying other user's profile information, it is better to use jQuery's .text() method

dixonsiu commented 2 years ago

It seems that it is already handled in the following function: https://github.com/personium/app-uc-unit-manager/blob/master/src/html/js/cellProfile.js#L1143