Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/snippets/ingestion/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jaraco.context>=6.1.0,<7
idna>=3.15,<4.0.0
# urllib3: CVE-2025-66418, CVE-2025-66471, CVE-2026-21441 fixed in >=2.6.3.
# Not pinned here: acryl-great-expectations (via acryl-datahub[snowflake]) requires urllib3<1.27.
# PyJWT: CVE-2026-32597
PyJWT>=2.12.0
# PyJWT: GHSA-xgmm-8j9v-c9wx (JWK-as-HMAC confusion); fixed in >=2.13.0
PyJWT>=2.13.0
# pyOpenSSL: CVE-2026-27459
pyopenssl>=26.0.0
# pyasn1: CVE-2026-30922
Expand Down
3 changes: 2 additions & 1 deletion metadata-ingestion/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ pyiceberg==0.11.1
# via acryl-datahub
pyiceberg-core==0.6.0
# via pyiceberg
pyjwt==2.11.0
pyjwt==2.13.0
# via
# feast
# msal
Expand Down Expand Up @@ -1868,6 +1868,7 @@ typing-extensions==4.15.0
# pydantic
# pydantic-core
# pydash
# pyjwt
# pyopenssl
# pypdf
# pytest-asyncio
Expand Down
4 changes: 4 additions & 0 deletions metadata-ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,10 @@ constraint-dependencies = [
# Not in setup.py: Airflow constraints pin idna to older versions (e.g. 3.4, 3.10).
# Enforced for Docker via docker/snippets/ingestion/constraints.txt.
"idna>=3.15,<4.0.0",
# GHSA-xgmm-8j9v-c9wx: reject JWK JSON as HMAC secret; fixed in PyJWT 2.13.0.
# Not in setup.py: Airflow constraints pin PyJWT to older versions (e.g. 2.10.1, 2.12.1).
# Enforced for Docker via docker/snippets/ingestion/constraints.txt.
"PyJWT>=2.13.0,<3.0.0",
]

[tool.ruff]
Expand Down
10 changes: 7 additions & 3 deletions metadata-ingestion/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading