Shu.Wang
Shu.Wang
*Issue #:* #3637 *Description of changes:* This PR is to fix a shorthand doc issue. The struct type in the map should be wrapped in curly braces {}. Doc url:...
There is a vulnerability issue in google.golang.org/grpc module, current version is v1.58.2. We should upgrade to v1.58.3. In old gRPC-Go version, it is possible for an attacker to send HTTP/2...
This PR is just upgrade the protobuf version from 1.31 to 1.33, to fix issue #1536 Hi @odacremolbap @tzununbekov @sebgoa @sameersbn @FranBarrera I created this PR just want to upgrade...
Impact There is a vulnerability issue in google.golang.org/grpc module, current version is v1.58.2. We should upgrade to v1.58.3. In old gRPC-Go version, it is possible for an attacker to send...
There is a vulnerability issue in google.golang.org/protobuf module, current version is v1.31.0. We should upgrade to v1.33.0. The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of...
Purpose: This PR is to resolve https://github.com/ibm-messaging/mq-helm/issues/85 Changes: 1. Create 2 emptyDir volumes, for the /run and /tmp folder and mount them when the readOnlyRootFileSystem is set to true 2....
Set readOnlyRootFileSystem to true for containers is a best practice from security perspective. From the document of the mq container repo, the container support running in readOnlyRootFileSystem, but helmchart doesn't...