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-7158, PB-7159: Fix Handling of Cloud Based CSI Backups - NFS Location #387

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

pallav-px
Copy link
Contributor

What type of PR is this?

Uncomment only one and also add the corresponding label in the PR:
bug
feature
improvement
cleanup
api-change
design
documentation
failing-test
unit-test
integration-test

What this PR does / why we need it: When taking Cloud Based CSI Backup such azure, gce, aws the csi based backup in case of replcace in default restore was going in pending state upon find the root cause the removeCSIVolumeBeforeApply was replacing the csi based pvc to default way.

Does this PR change a user-facing CRD or CLI?:

Is a release note needed?:

Issue:
User Impact:
Resolution

Does this change need to be cherry-picked to a release branch?:

ApplicationBackup

apiVersion: stork.libopenstorage.org/v1alpha1
kind: ApplicationBackup
metadata:
  annotations:
    portworx.io/backup-name: bbbb
    portworx.io/backup-uid: 9d6cedb4-60de-49e2-b4c0-c67d8d4a4eda
    portworx.io/backuplocation-name: azure-blob
    portworx.io/cluster-name: pb7159
    portworx.io/cluster-uid: 1320d4c6-d045-47ba-8bfa-4dd422c5b446
    portworx.io/created-by: px-backup
    portworx.io/last-update: "2024-06-04T04:00:27.42125951Z"
    portworx.io/object-lock-retention-period: "0"
    portworx.io/org-id: default
    portworx.io/skip-backup-location-name-check: "true"
  creationTimestamp: "2024-06-04T04:00:27Z"
  deletionGracePeriodSeconds: 0
  deletionTimestamp: "2024-06-04T04:00:50Z"
  finalizers:
  - stork.libopenstorage.org/finalizer-cleanup
  generation: 12
  name: bbbb-9d6cedb
  namespace: mysql
  resourceVersion: "477814"
  uid: 75bd2dde-d765-433a-978d-8115f18ccd3f
spec:
  backupLocation: azure-blob-9d6cedb
  backupObjectType: All
  backupType: Normal
  csiSnapshotClassMap:
    disk.csi.azure.com: csi-azuredisk-vsc
  directKDMP: false
  includeResources: null
  namespaceSelector: ""
  namespaces:
  - mysql
  options: {}
  platformCredential: ""
  postExecRule: ""
  preExecRule: ""
  rancherProjects: null
  reclaimPolicy: Retain
  resourceTypes: null
  selectors: null
  skipAutoExecRules: false
  skipServiceUpdate: false
status:
  backupPath: mysql/bbbb-9d6cedb/75bd2dde-d765-433a-978d-8115f18ccd3f
  finishTimestamp: "2024-06-04T04:00:50Z"
  largeResourceEnabled: false
  lastUpdateTimestamp: "2024-06-04T04:00:50Z"
  reason: Volumes and resources were backed up successfully
  resourceCount: 11
  resources:
  - group: core
    kind: ServiceAccount
    name: mysql
    namespace: mysql
    version: v1
  - group: core
    kind: Service
    name: mysql
    namespace: mysql
    version: v1
  - group: core
    kind: Service
    name: mysql-headless
    namespace: mysql
    version: v1
  - group: core
    kind: Secret
    name: mysql
    namespace: mysql
    version: v1
  - group: core
    kind: Secret
    name: sh.helm.release.v1.mysql.v1
    namespace: mysql
    version: v1
  - group: core
    kind: ConfigMap
    name: mysql
    namespace: mysql
    version: v1
  - group: core
    kind: PersistentVolumeClaim
    name: data-mysql-0
    namespace: mysql
    version: v1
  - group: core
    kind: PersistentVolume
    name: pvc-6ac92c91-09ce-4e4e-92f7-96f911f43ff2
    namespace: ""
    version: v1
  - group: apps
    kind: StatefulSet
    name: mysql
    namespace: mysql
    version: v1
  - group: networking.k8s.io
    kind: NetworkPolicy
    name: mysql
    namespace: mysql
    version: v1
  - group: policy
    kind: PodDisruptionBudget
    name: mysql
    namespace: mysql
    version: v1
  stage: Final
  status: Successful
  totalSize: 8589934592
  triggerTimestamp: "2024-06-04T04:00:27Z"
  volumes:
  - Options:
      csi-driver-name: disk.csi.azure.com
      volumesnapshotcontent-name: snapcontent-22905daf-4877-4e57-9d07-b35be0aa778f
    VolumeJobSecurityContext:
      runAsGroup: 0
      runAsUser: 0
    actualSize: 8589934592
    backupID: backup-8115f18ccd3f-96f911f43ff2
    driverName: csi
    namespace: mysql
    persistentVolumeClaim: data-mysql-0
    persistentVolumeClaimUID: 6ac92c91-09ce-4e4e-92f7-96f911f43ff2
    provisioner: ""
    reason: Snapshot successful for volume
    status: Successful
    storageClass: ""
    totalSize: 8589934592
    volume: pvc-6ac92c91-09ce-4e4e-92f7-96f911f43ff2
    volumeSnapshot: ""
    zones: null

ApplicationRestore

apiVersion: stork.libopenstorage.org/v1alpha1
kind: ApplicationRestore
metadata:
  annotations:
    portworx.io/cluster-name: pb7159
    portworx.io/cluster-uid: 1320d4c6-d045-47ba-8bfa-4dd422c5b446
    portworx.io/created-by: px-backup
    portworx.io/last-update: "2024-06-04T04:11:52.408617217Z"
    portworx.io/org-id: default
    portworx.io/restore-name: rrr
    portworx.io/restore-uid: 069750b8-875e-4f74-a647-464682dc85f1
  creationTimestamp: "2024-06-04T04:11:52Z"
  deletionGracePeriodSeconds: 0
  deletionTimestamp: "2024-06-04T04:12:47Z"
  finalizers:
  - stork.libopenstorage.org/finalizer-cleanup
  generation: 18
  name: rrr-069750b
  namespace: mysql
  resourceVersion: "482252"
  uid: db59dd3c-06ac-4dbf-b816-daa06171047b
spec:
  backupLocation: azure-blob-069750b
  backupName: bbbb-069750b
  backupObjectType: All
  includeOptionalResourceTypes: null
  includeResources: null
  namespaceMapping:
    mysql: mysql
  rancherProjectMapping: null
  replacePolicy: Delete
  storageClassMapping: null
status:
  finishTimestamp: "2024-06-04T04:12:47Z"
  largeResourceEnabled: false
  lastUpdateTimestamp: "2024-06-04T04:12:47Z"
  reason: Volumes and resources were restored up successfully
  resourceCount: 11
  resourcerestorestate: ""
  resources:
  - group: ""
    kind: Secret
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: ""
    kind: Secret
    name: sh.helm.release.v1.mysql.v1
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: ""
    kind: ConfigMap
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: ""
    kind: ServiceAccount
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: ""
    kind: Service
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: ""
    kind: Service
    name: mysql-headless
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: apps
    kind: StatefulSet
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: networking.k8s.io
    kind: NetworkPolicy
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: policy
    kind: PodDisruptionBudget
    name: mysql
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: core
    kind: PersistentVolume
    name: pvc-69c2b72f-514c-4fbc-86dd-a84c622b3f7e
    namespace: ""
    reason: Resource restored successfully
    status: Successful
    version: v1
  - group: core
    kind: PersistentVolumeClaim
    name: data-mysql-0
    namespace: mysql
    reason: Resource restored successfully
    status: Successful
    version: v1
  restoredresourceCount: 11
  stage: Final
  status: Successful
  totalSize: 8589934592
  volumes:
  - driverName: csi
    options: null
    persistentVolumeClaim: data-mysql-0
    persistentVolumeClaimUID: 69c2b72f-514c-4fbc-86dd-a84c622b3f7e
    reason: 'Volume restore successful: PVC data-mysql-0 is bound'
    restoreVolume: pvc-69c2b72f-514c-4fbc-86dd-a84c622b3f7e
    sourceNamespace: mysql
    sourceVolume: pvc-6ac92c91-09ce-4e4e-92f7-96f911f43ff2
    status: Successful
    totalSize: 8589934592
    zones: null

Final Restored PVC

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  annotations:
    pv.kubernetes.io/bind-completed: "yes"
    pv.kubernetes.io/bound-by-controller: "yes"
    volume.beta.kubernetes.io/storage-provisioner: disk.csi.azure.com
    volume.kubernetes.io/selected-node: aks-userpool-60548267-vmss000000
    volume.kubernetes.io/storage-provisioner: disk.csi.azure.com
  creationTimestamp: "2024-06-04T04:12:09Z"
  finalizers:
  - kubernetes.io/pvc-protection
  labels:
    app.kubernetes.io/component: primary
    app.kubernetes.io/instance: mysql
    app.kubernetes.io/name: mysql
  name: data-mysql-0
  namespace: mysql
  resourceVersion: "482129"
  uid: 69c2b72f-514c-4fbc-86dd-a84c622b3f7e
spec:
  accessModes:
  - ReadWriteOnce
  dataSource:
    apiGroup: snapshot.storage.k8s.io
    kind: VolumeSnapshot
    name: restore-vs-daa06171047b-b35be0aa778f
  dataSourceRef:
    apiGroup: snapshot.storage.k8s.io
    kind: VolumeSnapshot
    name: restore-vs-daa06171047b-b35be0aa778f
  resources:
    requests:
      storage: 8Gi
  storageClassName: managed-csi
  volumeMode: Filesystem
  volumeName: pvc-69c2b72f-514c-4fbc-86dd-a84c622b3f7e
status:
  accessModes:
  - ReadWriteOnce
  capacity:
    storage: 8Gi
  phase: Bound

Final Count
Screenshot 2024-06-04 at 10 25 43 AM

@pallav-px pallav-px self-assigned this Jul 5, 2024
Copy link

github-actions bot commented Jul 5, 2024

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') medium github.com/Azure/azure-sdk-for-go/sdk/azidentity ['CVE-2024-35255'] ['1.6.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/[email protected]']
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') medium github.com/Azure/azure-sdk-for-go/sdk/azidentity ['CVE-2024-35255'] ['1.6.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/[email protected]']
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') medium github.com/Azure/azure-sdk-for-go/sdk/azidentity ['CVE-2024-35255'] ['1.6.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/[email protected]']
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') medium github.com/Azure/azure-sdk-for-go/sdk/azidentity ['CVE-2024-35255'] ['1.6.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/[email protected]']
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') medium github.com/Azure/azure-sdk-for-go/sdk/azidentity ['CVE-2024-35255'] ['1.6.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#8294d8315c46', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/cli-runtime/pkg/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/discovery/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/rbac/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/apis/crd/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/api/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/apps/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/kubernetes/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/api/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/libopenstorage/openstorage-sdk-clients/sdk/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/transport/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/[email protected]', 'github.com/Azure/azure-sdk-for-go/sdk/azcore/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#8294d8315c46', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/apis/crd/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#5bba89276178', 'k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#8294d8315c46', 'k8s.io/apimachinery/pkg/api/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/batch/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/libopenstorage/openstorage-sdk-clients/sdk/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/client-go/listers/storage/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/batch@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/kdmp@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/rbac@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/transport/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/libopenstorage/openstorage-sdk-clients/sdk/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/[email protected]', 'github.com/Azure/azure-sdk-for-go/sdk/azcore/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/[email protected]', 'github.com/Azure/azure-sdk-for-go/sdk/azcore/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#8294d8315c46', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/apis/crd/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/api/batch/[email protected]', 'k8s.io/api/batch/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apimachinery/pkg/runtime/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/[email protected]', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/apis/crd/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/meta/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/kubectl/pkg/cmd/[email protected]', 'k8s.io/kubectl/pkg/[email protected]', 'k8s.io/kubectl/pkg/util/openapi/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/[email protected]', 'github.com/Azure/azure-sdk-for-go/sdk/azcore/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/objectstore/azure@#8294d8315c46', 'github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/[email protected]', 'github.com/Azure/azure-sdk-for-go/sdk/azcore/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/rbac/[email protected]', 'k8s.io/client-go/applyconfigurations/rbac/[email protected]', 'k8s.io/api/rbac/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/apps/[email protected]', 'k8s.io/client-go/applyconfigurations/apps/[email protected]', 'k8s.io/api/apps/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#8294d8315c46', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/typed/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/meta/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/[email protected]', 'github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/kubernetes-incubator/external-storage/snapshot/pkg/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/[email protected]', 'k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/storage/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/apps/[email protected]', 'k8s.io/client-go/applyconfigurations/apps/[email protected]', 'k8s.io/api/apps/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#8294d8315c46', 'k8s.io/component-helpers/storage/[email protected]', 'k8s.io/component-helpers/scheduling/[email protected]', 'k8s.io/component-helpers/scheduling/corev1/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#8294d8315c46', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/typed/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/meta/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#8294d8315c46', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/typed/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/storage/[email protected]', 'k8s.io/client-go/applyconfigurations/meta/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/runtime/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/batch@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/kdmp@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/discovery/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/portworx/sched-ops/k8s/apps@#5bba89276178', 'k8s.io/client-go/kubernetes/typed/apps/[email protected]', 'k8s.io/client-go/applyconfigurations/apps/[email protected]', 'k8s.io/api/apps/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'github.com/portworx/pxc/pkg/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/tools/clientcmd/api/[email protected]', 'k8s.io/apimachinery/pkg/runtime/serializer/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/v1/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#5bba89276178', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/transport/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#8294d8315c46', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/webhook/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/runtime/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/client-go/tools/[email protected]', 'k8s.io/client-go/transport/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/plugin/pkg/client/auth/[email protected]', 'k8s.io/client-go/pkg/apis/clientauthentication/[email protected]', 'k8s.io/client-go/pkg/apis/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'k8s.io/kubectl/pkg/cmd/[email protected]', 'k8s.io/kubectl/pkg/[email protected]', 'k8s.io/kubectl/pkg/util/openapi/[email protected]', 'k8s.io/kubectl/pkg/util/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/[email protected]', 'github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta@#f11817397a1b', 'google.golang.org/api/compute/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/runtime/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#8294d8315c46', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/source/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Allocation of Resources Without Limits or Throttling high golang.org/x/net/http2 ['CVE-2023-45288'] ['0.23.0'] ['github.com/portworx/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/webhook/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/runtime/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/internal/[email protected]', 'sigs.k8s.io/controller-runtime/pkg/client/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/kubernetes/[email protected]', 'k8s.io/api/storage/[email protected]', 'k8s.io/api/core/[email protected]', 'k8s.io/apimachinery/pkg/apis/meta/[email protected]', 'k8s.io/apimachinery/pkg/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']

Total issues: 142

Copy link

github-actions bot commented Jul 5, 2024

License Evaluation Results:

Title Package Name Package Version Severity License Info Introduced
MPL-2.0 license github.com/hashicorp/errwrap 1.1.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#8294d8315c46', 'github.com/hashicorp/[email protected]', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-multierror 1.1.1 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/utils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']
MPL-2.0 license github.com/hashicorp/go-version 1.6.0 medium MPL-2.0 ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#8294d8315c46', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/utils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/k8sutils@#8294d8315c46', 'github.com/libopenstorage/stork/pkg/version@#8294d8315c46', 'github.com/hashicorp/[email protected]']

Total License Issues: 17

@siva-portworx siva-portworx merged commit 63e0fa2 into master Jul 11, 2024
3 checks 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