ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Use simplejson HTML encoder for structured data #198

Closed Zharktas closed 3 years ago

Zharktas commented 3 years ago

As structured data is rendered with safe filter, the content needs to be escaped as it is user provided and opens up many security considerations.

https://github.com/ckan/ckanext-dcat/blob/c285382e0c893a2dea7005729156f8bd3348ec54/ckanext/dcat/templates/package/read_base.html#L24