diff --git a/.fides/db_dataset.yml b/.fides/db_dataset.yml index e15dbc38bd..e7780f86f6 100644 --- a/.fides/db_dataset.yml +++ b/.fides/db_dataset.yml @@ -1123,8 +1123,6 @@ dataset: data_categories: [ system.operations ] - name: privacy_preferences_link_label data_categories: [ system.operations ] - - name: purpose_header - data_categories: [ system.operations] - name: reject_button_label data_categories: [ system.operations ] - name: save_button_label @@ -1942,8 +1940,6 @@ dataset: - name: privacy_policy_url data_categories: [system.operations] - name: privacy_preferences_link_label - data_categories: [system.operations] - - name: purpose_header data_categories: [ system.operations] - name: reject_button_label data_categories: [system.operations] diff --git a/CHANGELOG.md b/CHANGELOG.md index a98c6c52c4..bc3afb8d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,9 +34,6 @@ The types of changes are: - TCF Optimized for performance on initial load by offsetting most experience data until after banner is shown [#5230](https://github.com/ethyca/fides/pull/5230) - Updates to support DynamoDB schema with Tokenless IAM auth [#5240](https://github.com/ethyca/fides/pull/5240) -### Security -- Removed Jinja2 for email templates, the variables syntax changed from `{{variable_name}}` to `__VARIABLE_NAME__` [CVE-2024-45053](https://github.com/ethyca/fides/security/advisories/GHSA-c34r-238x-f7qx) - ### Developer Experience - Sourcemaps are now working for fides-js in debug mode [#5222](https://github.com/ethyca/fides/pull/5222) @@ -47,6 +44,7 @@ The types of changes are: ### Security - Reduced timing differences in login endpoint [CVE-2024-45052](https://github.com/ethyca/fides/security/advisories/GHSA-2h46-8gf5-fmxv) +- Removed Jinja2 for email templates, the variables syntax changed from `{{variable_name}}` to `__VARIABLE_NAME__` [CVE-2024-45053](https://github.com/ethyca/fides/security/advisories/GHSA-c34r-238x-f7qx) ## [2.43.1](https://github.com/ethyca/fides/compare/2.43.0...2.43.1) diff --git a/src/fides/api/alembic/migrations/versions/eef4477c37d0_changes_the_email_template_variables_.py b/src/fides/api/alembic/migrations/versions/eef4477c37d0_changes_the_email_template_variables_.py index 0b7b284708..56a1c0ee2f 100644 --- a/src/fides/api/alembic/migrations/versions/eef4477c37d0_changes_the_email_template_variables_.py +++ b/src/fides/api/alembic/migrations/versions/eef4477c37d0_changes_the_email_template_variables_.py @@ -5,12 +5,12 @@ Create Date: 2024-09-03 12:47:54.708196 """ -from alembic import op +from alembic import op # revision identifiers, used by Alembic. -revision = 'eef4477c37d0' -down_revision = 'cc37edf20859' +revision = "eef4477c37d0" +down_revision = "cc37edf20859" branch_labels = None depends_on = None