Skip to content

Commit 29d8a3b

Browse files
committed
1 parent c40fe37 commit 29d8a3b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

enforcer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ENV PATH="/app/venv/bin:$PATH"
77
# Patching CVE-2025-6965 (requires sqlite >= 3.50.2)
88
# Alpine's current version (3.51.1-r0) already includes the fix
99
RUN apk update && apk add --no-cache --upgrade \
10-
sqlite-libs sqlite
10+
sqlite-libs sqlite \
11+
zlib
1112

1213
# Set the working directory
1314
WORKDIR /app/enforcer

enforcer/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ PyYAML==6.0.1
66
cachetools==5.3.3
77
prometheus-client==0.20.0
88
kubernetes==26.1.0
9-
pyasn1>=0.6.2
9+
pyasn1>=0.6.3
10+
PyJWT>=2.12.1
1011
urllib3==2.6.3

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pillow==12.1.1 ; python_version >= "3.10" and python_full_version < "3.13"
2828
prometheus-api-client==0.5.3 ; python_version >= "3.10" and python_full_version < "3.13"
2929
prometrix==0.2.11; python_version >= "3.10" and python_full_version < "3.13"
3030
pyasn1-modules==0.4.2 ; python_version >= "3.10" and python_full_version < "3.13"
31-
pyasn1==0.6.2 ; python_version >= "3.10" and python_full_version < "3.13"
31+
pyasn1==0.6.3 ; python_version >= "3.10" and python_full_version < "3.13"
3232
pydantic==1.10.15 ; python_version >= "3.10" and python_full_version < "3.13"
3333
pygments==2.17.2 ; python_version >= "3.10" and python_full_version < "3.13"
3434
pyparsing==3.1.2 ; python_version >= "3.10" and python_full_version < "3.13"

0 commit comments

Comments
 (0)