Skip to content

Commit

Permalink
fix: fixing curl security vulnerability issue (#36)
Browse files Browse the repository at this point in the history
* fix: fixing Heap Buffer Overflow critical Vulnerability in cURL and libcurl (CVE-2023-38545)

* fix: fixing curl security vulnerability issue

---------

Co-authored-by: Shreyansh <[email protected]>
  • Loading branch information
Shreyansh228 and Shreyansh authored Apr 24, 2024
1 parent 24aadf4 commit 91794d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY ./ ./
RUN ./gradlew build

FROM openjdk:8-jre
RUN apt-get update && apt-get upgrade -y curl
COPY --from=GRADLE_BUILD ./build/libs/ /opt/firehose/bin
COPY --from=GRADLE_BUILD ./jolokia-jvm-agent.jar /opt/firehose
COPY --from=GRADLE_BUILD ./src/main/resources/log4j.xml /opt/firehose/etc/log4j.xml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lombok {
}

group 'com.gotocompany'
version '0.9.9'
version '0.9.10'

def projName = "firehose"

Expand Down

0 comments on commit 91794d2

Please sign in to comment.