Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Agent vulnerabilities: sqlite3, viztracer and openssl updated #153

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ RUN apt install git -y
# Updating libgnutls30 to resolve CVE-2024-28835 and CVE-2024-28834.
RUN apt-get update \
&& apt-get install -y gnupg gnupg2 gnupg1 curl apt-transport-https libgnutls30 \
&& ACCEPT_EULA=Y apt-get install -y msodbcsql17 odbcinst=2.3.11-2+deb12u1 odbcinst1debian2=2.3.11-2+deb12u1 unixodbc-dev=2.3.11-2+deb12u1 unixodbc=2.3.11-2+deb12u1
&& ACCEPT_EULA=Y apt-get install -y msodbcsql17 odbcinst=2.3.11-2+deb12u1 odbcinst1debian2=2.3.11-2+deb12u1 unixodbc-dev=2.3.11-2+deb12u1 unixodbc=2.3.11-2+deb12u1 \
&& apt-get install -y sqlite3=3.40.1-2+deb12u1 openssl=3.0.15-1~deb12u1

# delete this file that includes an old golang version (including vulns) and is not used
RUN rm -rf /opt/startupcmdgen/
Expand Down
1 change: 1 addition & 0 deletions requirements-azure.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ azure-mgmt-resource==23.0.1
azure-monitor-opentelemetry==1.3.0
azure-monitor-query==1.2.1
aiohttp==3.10.2
viztracer==0.17.1
4 changes: 4 additions & 0 deletions requirements-azure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ oauthlib==3.2.2
# via
# -c requirements.txt
# requests-oauthlib
objprint==0.3.0
# via viztracer
opentelemetry-api==1.25.0
# via
# azure-core-tracing-opentelemetry
Expand Down Expand Up @@ -213,6 +215,8 @@ urllib3==2.2.2
# via
# -c requirements.txt
# requests
viztracer==0.17.1
# via -r requirements-azure.in
wrapt==1.16.0
# via
# deprecated
Expand Down