Skip to content

Commit

Permalink
Merge pull request #153 from monte-carlo-data/mrostan/vuln-469-small-…
Browse files Browse the repository at this point in the history
…upgrade-for-sqlite

Azure Agent vulnerabilities: sqlite3, viztracer and openssl updated
  • Loading branch information
mrostan authored Nov 27, 2024
2 parents d1e4eb3 + 8083f0a commit 26afefe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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

0 comments on commit 26afefe

Please sign in to comment.