Skip to content

Commit

Permalink
Merge pull request #55 from axoflow/fix-cve-2023-43804
Browse files Browse the repository at this point in the history
syslog-ng: add workaround for CVE-2023-43804
  • Loading branch information
alltilla authored Oct 27, 2023
2 parents 2c1a725 + 3dab5aa commit e136725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RUN apk add --repository /axoflow -U --upgrade --no-cache \
syslog-ng-tags-parser \
syslog-ng-xml

RUN /var/lib/syslog-ng-venv/bin/pip install -U urllib3==1.26.18

EXPOSE 514/udp
EXPOSE 601/tcp
EXPOSE 6514/tcp
Expand Down

0 comments on commit e136725

Please sign in to comment.