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

PB-9235: Added proto changes for supporting smtp tls #273

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Conversation

px-kesavan
Copy link
Collaborator

What this PR does / why we need it: Added proto changes for supporting input of certs required for smtp

Which issue(s) this PR fixes (optional)
Closes # https://purestorage.atlassian.net/browse/PB-9235

Special notes for your reviewer:

// Use custom certificate for SMTP server
bool use_custom_certificate = 9;
// Certificate file content
string cert_file = 10 [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to create a message def for ca cert in common.go and use it where ever required.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have moved to cert content under tlsConfig , placed in common.proto. PTAL

Signed-off-by: Kesavan Thiruvenkadasamy <kthiruvenkadasamy@purestorage.com>
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
@portworx portworx deleted a comment from github-actions bot Jan 7, 2025
Signed-off-by: Kesavan Thiruvenkadasamy <kthiruvenkadasamy@purestorage.com>
Copy link

github-actions bot commented Jan 7, 2025

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high github.com/sirupsen/logrus [] ['1.8.3', '1.9.1'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/sirupsen/logrus@1.9.0']
Denial of Service (DoS) high github.com/sirupsen/logrus [] ['1.8.3', '1.9.1'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'github.com/sirupsen/logrus@1.9.0']
Denial of Service (DoS) high github.com/sirupsen/logrus [] ['1.8.3', '1.9.1'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'github.com/sirupsen/logrus@1.9.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-39325'] ['0.17.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/net@0.25.1', 'golang.org/x/net/http2@0.10.0']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0']
Stack-based Buffer Overflow medium google.golang.org/protobuf/encoding/protojson [] ['1.32.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/runtime@1.16.0', 'github.com/golang/protobuf/jsonpb@1.5.3', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Infinite loop medium google.golang.org/protobuf/encoding/protojson ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/runtime@1.16.0', 'github.com/golang/protobuf/jsonpb@1.5.3', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Stack-based Buffer Overflow medium google.golang.org/protobuf/encoding/protojson [] ['1.32.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options@2.6.0', 'google.golang.org/protobuf/types/known/structpb@1.31.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Infinite loop medium google.golang.org/protobuf/encoding/protojson ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options@2.6.0', 'google.golang.org/protobuf/types/known/structpb@1.31.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Stack-based Buffer Overflow medium google.golang.org/protobuf/encoding/protojson [] ['1.32.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'google.golang.org/grpc/internal/pretty@1.57.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Infinite loop medium google.golang.org/protobuf/encoding/protojson ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'google.golang.org/grpc/internal/pretty@1.57.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Stack-based Buffer Overflow medium google.golang.org/protobuf/encoding/protojson [] ['1.32.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'google.golang.org/grpc/internal/pretty@1.57.0', 'github.com/golang/protobuf/jsonpb@1.5.3', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Infinite loop medium google.golang.org/protobuf/encoding/protojson ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'google.golang.org/grpc/internal/pretty@1.57.0', 'github.com/golang/protobuf/jsonpb@1.5.3', 'google.golang.org/protobuf/encoding/protojson@1.31.0']
Infinite loop medium google.golang.org/protobuf/internal/encoding/json ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/runtime@1.16.0', 'github.com/golang/protobuf/jsonpb@1.5.3', 'google.golang.org/protobuf/encoding/protojson@1.31.0', 'google.golang.org/protobuf/internal/encoding/json@1.31.0']
Infinite loop medium google.golang.org/protobuf/internal/encoding/json ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options@2.6.0', 'google.golang.org/protobuf/types/known/structpb@1.31.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0', 'google.golang.org/protobuf/internal/encoding/json@1.31.0']
Infinite loop medium google.golang.org/protobuf/internal/encoding/json ['CVE-2024-24786'] ['1.33.0'] ['github.com/portworx/px-backup-api@0.0.0', 'google.golang.org/grpc@1.57.0', 'google.golang.org/grpc/internal/transport@1.57.0', 'google.golang.org/grpc/internal/pretty@1.57.0', 'google.golang.org/protobuf/encoding/protojson@1.31.0', 'google.golang.org/protobuf/internal/encoding/json@1.31.0']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/record@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/cli-runtime/pkg/printers@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/kubernetes/typed/core/v1@0.25.1', 'k8s.io/client-go/kubernetes/scheme@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/plugin/pkg/client/auth/exec@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication/install@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/wait@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/client-go/util/workqueue@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/apimachinery/pkg/util/httpstream/spdy@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/v1@0.25.1', 'k8s.io/client-go/tools/clientcmd/api@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5', 'k8s.io/client-go/pkg/apis/clientauthentication/v1beta1@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/kubernetes/typed/core/v1@0.25.1', 'k8s.io/client-go/applyconfigurations/core/v1@0.25.1', 'k8s.io/client-go/applyconfigurations/meta/v1@0.25.1', 'k8s.io/client-go/discovery@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/plugin/pkg/client/auth/exec@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/plugin/pkg/client/auth/exec@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication/install@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/wait@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/auth@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/client-go/util/workqueue@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/v1@0.25.1', 'k8s.io/client-go/tools/clientcmd/api@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'k8s.io/client-go/tools/clientcmd@0.25.1', 'k8s.io/client-go/tools/clientcmd/api/latest@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/plugin/pkg/client/auth/exec@0.25.1', 'k8s.io/client-go/pkg/apis/clientauthentication/install@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/apimachinery/pkg/util/wait@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/transport@0.25.1', 'k8s.io/client-go/util/workqueue@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/rest/watch@0.25.1', 'k8s.io/apimachinery/pkg/watch@0.25.1', 'k8s.io/apimachinery/pkg/runtime@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Denial of Service (DoS) high k8s.io/apimachinery/pkg/util/runtime ['CVE-2023-44487'] ['0.29.0-alpha.3', '1.29.0-alpha.3'] ['github.com/portworx/px-backup-api@0.0.0', 'github.com/portworx/sched-ops/k8s/core@#2e0ef25efadd', 'k8s.io/client-go/tools/remotecommand@0.25.1', 'k8s.io/client-go/transport/spdy@0.25.1', 'k8s.io/client-go/rest@0.25.1', 'k8s.io/client-go/plugin/pkg/client/auth/exec@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer@0.25.1', 'k8s.io/apimachinery/pkg/runtime/serializer/versioning@0.25.1', 'k8s.io/apimachinery/pkg/apis/meta/v1/unstructured@0.25.1', 'k8s.io/apimachinery/pkg/util/runtime@0.25.1']
Improper Input Validation high sigs.k8s.io/aws-iam-authenticator/pkg/token ['CVE-2022-2385'] ['0.5.9'] ['github.com/portworx/px-backup-api@0.0.0', 'sigs.k8s.io/aws-iam-authenticator/pkg/token@0.5.5']

Total issues: 91

Copy link

github-actions bot commented Jan 7, 2025

License Evaluation Results:

Title Package Name Package Version Severity License Info Introduced Dependency Type

Total License Issues: 0

@px-kesavan px-kesavan merged commit b8b78fb into 2.8.2 Jan 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants