Skip to content

Commit

Permalink
update the cryptography library to address CVE-2024-26130 (https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 29, 2024
1 parent a69381c commit d5bf5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfiles/netbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RUN apt-get -q update && \
python-magic \
python-slugify \
randomcolor && \
"${NETBOX_PATH}/venv/bin/python" -m pip install --break-system-packages --no-compile --no-cache-dir --upgrade \
cryptography && \
cd "${NETBOX_PATH}" && \
bash -c 'for i in /tmp/netbox-patches/*; do patch -p 1 -r - --no-backup-if-mismatch < $i || true; done' && \
curl -fsSLO "${SUPERCRONIC_URL}" && \
Expand Down

0 comments on commit d5bf5d0

Please sign in to comment.