json-schema-for-humans icon indicating copy to clipboard operation
json-schema-for-humans copied to clipboard

jinja_filters.py: Add escaping for unsafe input.

Open mvds00 opened this issue 1 year ago • 0 comments

E.g. if the description contains <html> tags this leads to issues.

markupsafe.escape() was the first HTML escaper to pop up, so I went with that.

mvds00 avatar Jan 08 '24 14:01 mvds00