Skip to content

Commit bae02d4

Browse files
jrgaray27tbelmega
authored andcommitted
1 parent 550502a commit bae02d4

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Modified the org-id-lookup custom resource to avoid throwing an error when the Admin stack is deployed in a non-Organization account.
1313

14+
### Security
15+
- Upgrade jinja2 to mitigate [CVE-2024-56201](https://avd.aquasec.com/nvd/cve-2024-56201)
16+
1417
## [2.2.0] - 2024-12-16
1518

1619
### Added

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ py-partiql-parser under the MIT license.
816816
pycodestyle under the MIT license.
817817
pycparser under the 0BSD license.
818818
pydantic under the MIT license.
819-
pydantic-core under the MIT license.
819+
pydantic_core under the MIT license.
820820
pyflakes under the MIT license.
821821
pyproject-api under the MIT license.
822822
pytest under the MIT license.

deployment/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ aws-lambda-powertools = {extras = ["all"], version = "^3.1.0"}
2626
aws-xray-sdk = "^2.14.0"
2727
aws_lambda_context = "^1.1.0"
2828
openapi_spec_validator = "^0.7.1"
29+
jinja2="^3.1.5"
2930

3031
[build-system]
3132
requires = ["poetry-core"]

0 commit comments

Comments
 (0)