Skip to content

Commit

Permalink
Fix CI, static_check and db_dataset.yml (#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Sep 3, 2024
1 parent ddcd2f8 commit fec1484
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .fides/db_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fec1484

Please sign in to comment.