kelaresg / go-skype-bridge

A Matrix-Skype puppeting bridge
GNU Affero General Public License v3.0
38 stars 19 forks source link

Unescape HTML in a skype message to prevent element issues. #4

Closed tomtom5152 closed 3 years ago

tomtom5152 commented 3 years ago

This remains secure as matrix clients SHOULD only render specific HTML tags, so there is no expectation that server side messages are secure by default.

Add basic tests for formatter.parseSkype for the new escaping bug. This could be expanded in the future to include all the other functions.

Closes #1