Changes | Show detailsBugfixes
CVE-2023-50248 <https://github.com/ckan/ckan/security/advisories/GHSA-7fgc-89cx-w8j5> _: fix potential
out of memory error when submitting the dataset form with a specially-crafted field.
- Update resource datastore_active with a single statement (
#7833 <https://github.com/ckan/ckan/pull/7833> _)
- Fix downloading datastore resources as json with null values in json columns
(
#7545 <https://github.com/ckan/ckan/pull/7545> _)
- Fix errors when running the
ckan db upgrade command (#7681
<https://github.com/ckan/ckan/pull/7681> _)
- Fix
deprecated decorator (#7939
<https://github.com/ckan/ckan/pull/7939> _)
- Changed dataset query to check for
+state: in the fq_list as well as the
fq parameter before forcing state:active (#7905
<https://github.com/ckan/ckan/pull/7905> _)
|