DasRed/js-bbcode-parser

Give users a note on security issues (XSS)

Closed this issue · 2 comments

js-bbcode-parser does not purify the user input for xss so it might be a good idea to give the person using the library a short note (e.g include it in the README)

Another idea would be to implement such checks into the library

Might also mention the library DomPurify, its easy to import and should be secure enough

added this information to the README in version v5.0.3

thx. for your hint :)