Skip to content

Commit

Permalink
fix vulnerabilities (#2750)
Browse files Browse the repository at this point in the history
fix CVE-2024-53908, CVE-2024-53907, update Docker debian image
  • Loading branch information
kelvin-muchiri authored Dec 19, 2024
1 parent e800b13 commit 68c8eab
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \
make -C docs html


FROM debian:bookworm-20241016 as runtime
FROM debian:bookworm-20241202 as runtime

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion requirements/azure.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography>=43.0.1
django>=4.2.16,<5
django>=4.2.17,<5
django-storages[azure]
2 changes: 1 addition & 1 deletion requirements/azure.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cryptography==43.0.1
# via
# -r requirements/azure.in
# azure-storage-blob
django==4.2.16
django==4.2.17
# via
# -r requirements/azure.in
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ deprecated==1.2.14
# via onadata
dict2xml==1.7.5
# via onadata
django==4.2.16
django==4.2.17
# via
# django-activity-stream
# django-cors-headers
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.8
cryptography==43.0.1
# via
# jwcrypto
# onadata
Expand Down Expand Up @@ -104,7 +104,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.16
django==4.2.17
# via
# django-activity-stream
# django-cors-headers
Expand Down
2 changes: 1 addition & 1 deletion requirements/s3.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
django>=4.2.16,<5
django>=4.2.17,<5
django-storages
2 changes: 1 addition & 1 deletion requirements/s3.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ botocore==1.34.134
# via
# boto3
# s3transfer
django==4.2.16
django==4.2.17
# via
# -r requirements/s3.in
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/ses.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto
django>=4.2.16,<5
django>=4.2.17,<5
django-ses
2 changes: 1 addition & 1 deletion requirements/ses.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ botocore==1.34.134
# via
# boto3
# s3transfer
django==4.2.16
django==4.2.17
# via
# -r requirements/ses.in
# django-ses
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tests_require =
httmock
requests-mock
install_requires =
Django>=4.2.16,<5
Django>=4.2.17,<5
django-guardian
django-registration-redux
django-templated-email
Expand Down

0 comments on commit 68c8eab

Please sign in to comment.