Skip to content

Commit

Permalink
PWX-28231: Fixing libksba vulnerability issue CVE-2022-47629 (#1305)
Browse files Browse the repository at this point in the history
* PWX-28231: Fixing libksba vulnerability

Signed-off-by: Priyanshu Pandey <[email protected]>

* Updating the release version to 2.12.4

Signed-off-by: Priyanshu Pandey <[email protected]>

---------

Signed-off-by: Priyanshu Pandey <[email protected]>
  • Loading branch information
pp511 authored Feb 22, 2023
1 parent 8527ab7 commit 0f5e6ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ LABEL name="Stork" \
summary="Storage Operator Runtime for Kubernetes" \
description="Stork is a Cloud Native storage operator runtime scheduler plugin"

RUN curl https://yum.portworx.com/dl/ubi8/libxml2-2.9.7-15.el8_7.1.x86_64.rpm -o libxml.rpm && rpm -U libxml.rpm && rm -f libxml.rpm

RUN microdnf clean all && microdnf install -y python3.9 ca-certificates tar gzip openssl

RUN python3 -m pip install awscli && python3 -m pip install rsa --upgrade
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ifeq ($(BUILD_TYPE),debug)
BUILDFLAGS += -gcflags "-N -l"
endif

RELEASE_VER := 2.12.3
RELEASE_VER := 2.12.4
BASE_DIR := $(shell git rev-parse --show-toplevel)
GIT_SHA := $(shell git rev-parse --short HEAD)
BIN :=$(BASE_DIR)/bin
Expand Down

0 comments on commit 0f5e6ef

Please sign in to comment.