Skip to content

Commit ba7b806

Browse files
authored
fix: Vuln fix for sc4s
* chores: vuln dependency * chores: vuln dependency * Update ci-main.yaml * chores: vuln dependency * chores: vuln dependency crptography * chores: vuln dependency crptography remove * chores: vuln dependency crptography remove * chores: vuln dependency zipp and cryptography * chores: vuln dependency zipp and cryptography * fix: Update Dockerfile * chores: vuln dependency update files * Update Dockerfile * chores: vuln dependency update files
1 parent 4fc6b37 commit ba7b806

File tree

8 files changed

+132
-47
lines changed

8 files changed

+132
-47
lines changed

.github/workflows/ci-main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
semantic_version: 18
6464
extra_plugins: |
6565
@semantic-release/[email protected]
66+
6667
@semantic-release/git
6768
semantic-release-helm
6869

package/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@
1616
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1717

1818

19-
ARG SYSLOGNG_VERSION=4.8.1
19+
ARG SYSLOGNG_VERSION=4.9.0
2020
FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2121

2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
musl \
2526
build-base \
2627
curl \
2728
grep \
2829
less \
2930
net-tools \
3031
netcat-openbsd \
31-
"openssl>=3.3.2-r1" \
32+
openssl \
3233
postgresql-libs \
3334
procps \
3435
py3-pip \

package/Dockerfile.enterprise

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
musl \
2526
build-base \
2627
curl \
2728
grep \
2829
less \
2930
net-tools \
3031
netcat-openbsd \
31-
"openssl>=3.3.2-r1" \
32+
openssl \
3233
procps \
3334
py3-pip \
3435
python3 \

package/Dockerfile.lite

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@
1616
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1717

1818

19-
ARG SYSLOGNG_VERSION=4.8.1
19+
ARG SYSLOGNG_VERSION=4.9.0
2020
FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2121

2222

2323
RUN apk add -U --upgrade --no-cache \
2424
bash \
25+
musl \
2526
build-base \
2627
curl \
2728
grep \
2829
less \
2930
net-tools \
3031
netcat-openbsd \
31-
"openssl>=3.3.2-r1" \
32+
openssl \
3233
postgresql-libs \
3334
procps \
3435
py3-pip \

package/etc/syslog-ng.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@version:4.8
1+
@version:4.9
22

33

44
# syslog-ng configuration file.

package/lite/etc/syslog-ng.conf.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@version:4.8
1+
@version:4.9
22

33

44
# syslog-ng configuration file.

poetry.lock

+120-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Dockerfile.nc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SYSLOGNG_VERSION=4.8.1
1+
ARG SYSLOGNG_VERSION=4.9.0
22
FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
33

44
RUN apk add -U netcat-openbsd

0 commit comments

Comments
 (0)