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-4872: Added change to support ignore file option for kdmp snapshot. #321

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

siva-portworx
Copy link
Contributor

What this PR does / why we need it:

 pb-4872: Added change to support ignore file option for kdmp snapshot.

            - Added KDMP_EXCLUDE_FILE_LIST configmap parameter to
              kdmp-config configmap for used to specify the ignore file list for kdmp snapshot.
            - Added set policy command execution in kopiabackup executor for setting ignore file list to kopia.

Which issue(s) this PR fixes (optional)
Closes # pb-4872

Special notes for your reviewer:
Testing:

  1. Did unit test with the following config parameter value: "px-db:dir1#dir2#file1,mysql-sc:dir1#file1#dir2"
  2. That means for the pvc created with px-db and mysql-sc, we will exclude the dir1, dir2 and file1 from taking snapshot.
[root@ip-10-13-176-197 ~]# kubectl  get cm kdmp-config -n kube-system -o yaml | grep -i EXCLUDE
  KDMP_EXCLUDE_FILE_LIST: px-db:dir1#dir2#file1,mysql-sc:dir1#file1#dir2
[root@ip-10-13-176-197 ~]#
  1. Captured the set policy that will be executed with --add-ignore option to set the ignore file list.
    For mysql namespace:
[root@ip-10-13-176-197 ~]# kubectl  logs -f backup-fd3a12a-81ea268-mysql-km2x7 -n mysql
Error from server (BadRequest): container "kopiaexecutor" in pod "backup-fd3a12a-81ea268-mysql-km2x7" is waiting to start: ContainerCreating
[root@ip-10-13-176-197 ~]# kubectl  logs -f backup-fd3a12a-81ea268-mysql-km2x7 -n mysql
+ /kopiaexecutor backup --volume-backup-name backup-fd3a12a-81ea268-mysql --repository mysql-mysql-data --credentials backup-fd3a12a-81ea268-mysql --backup-location minio-2c92400 --backup-location-namespace kube-system --backup-namespace mysql --source-path /data --compression s2-parallel-8 --exclude-file-list dir1#dir2#file1
time="2023-11-20T16:59:39Z" level=info msg="type: s3"
time="2023-11-20T16:59:40Z" level=info msg="kopia.repository exists"
time="2023-11-20T16:59:40Z" level=info msg="Repository connect started"
2023/11/20 16:59:40 repository connect status not available Next retry in: 5s
time="2023-11-20T16:59:45Z" level=info msg="kopia repo connect successful .."
time="2023-11-20T16:59:45Z" level=info msg="Compression started"
2023/11/20 16:59:45 enabling compression command status not available Next retry in: 5s
time="2023-11-20T16:59:50Z" level=info msg="compression set successfully"
time="2023-11-20T16:59:50Z" level=info msg="setting exclude file list for the snapshot"
time="2023-11-20T16:59:50Z" level=info msg="ExcludeFileListCmd: /usr/bin/kopia policy set /data --log-dir /tmp --config-file /tmp/kopiaconfig --add-ignore dir1 --add-ignore dir2 --add-ignore file1". <<<<<<<<<<<<<<<<
2023/11/20 16:59:50 setting exclude file list for snapshot command status not available Next retry in: 5s
time="2023-11-20T16:59:55Z" level=info msg="setting exclude file list is  successfully"
time="2023-11-20T16:59:55Z" level=info msg="Backup started"

For mysql2 namespace:

[root@ip-10-13-176-197 ~]# kubectl  logs -f backup-fd3a12a-18c5374-mysql2-ztqmz -n mysql2
+ /kopiaexecutor backup --volume-backup-name backup-fd3a12a-18c5374-mysql2 --repository mysql2-mysql-data --credentials backup-fd3a12a-18c5374-mysql2 --backup-location minio-2c92400 --backup-location-namespace kube-system --backup-namespace mysql2 --source-path /data --compression s2-parallel-8 --exclude-file-list dir1#file1#dir2
time="2023-11-20T16:59:40Z" level=info msg="type: s3"
time="2023-11-20T16:59:40Z" level=info msg="kopia.repository doesn't exists"
time="2023-11-20T16:59:40Z" level=info msg="Repository creation started"
2023/11/20 16:59:40 repo create status not available Next retry in: 5s
2023/11/20 16:59:45 repo create status not available Next retry in: 5s
time="2023-11-20T16:59:50Z" level=info msg="Repository creation successful"
time="2023-11-20T16:59:50Z" level=info msg="Setting global policy"
time="2023-11-20T16:59:50Z" level=info msg="Global policy set successfully"
time="2023-11-20T16:59:50Z" level=info msg="Repository connect started"
2023/11/20 16:59:50 repository connect status not available Next retry in: 5s
2023/11/20 16:59:55 repository connect status not available Next retry in: 5s
time="2023-11-20T17:00:00Z" level=info msg="kopia repo connect successful .."
time="2023-11-20T17:00:00Z" level=info msg="Compression started"
2023/11/20 17:00:00 enabling compression command status not available Next retry in: 5s
time="2023-11-20T17:00:05Z" level=info msg="compression set successfully"
time="2023-11-20T17:00:05Z" level=info msg="setting exclude file list for the snapshot"
time="2023-11-20T17:00:05Z" level=info msg="ExcludeFileListCmd: /usr/bin/kopia policy set /data --log-dir /tmp --config-file /tmp/kopiaconfig --add-ignore dir1 --add-ignore file1 --add-ignore dir2" <<<<<<<<<<<<<
2023/11/20 17:00:05 setting exclude file list for snapshot command status not available Next retry in: 5s
time="2023-11-20T17:00:10Z" level=info msg="setting exclude file list is  successfully"
time="2023-11-20T17:00:10Z" level=info msg="Backup started"

Source PVC content with the temporary test directory ( dir1, dir2) and test file ( file1):

[root@ip-10-13-187-248 mysql]# pwd
/var/lib/kubelet/pods/c1f8f11f-85c9-4e1b-919a-bbc594c11f00/volumes/kubernetes.io~portworx-volume/pvc-81ea2682-e03b-48ce-acf1-a2cdafa96571/mysql
[root@ip-10-13-187-248 mysql]# ls
auto.cnf    ca.pem           client-key.pem  dir2   ib_buffer_pool  ib_logfile1  ibtmp1  mysql.sock          private_key.pem  server-cert.pem  sys
ca-key.pem  client-cert.pem  dir1            file1  ib_logfile0     ibdata1      mysql   performance_schema  public_key.pem   server-key.pem
[root@ip-10-13-187-248 mysql]# cd /var/lib/kubelet/pods/7ec68a98-10fc-4ffe-b0ad-fb3b08369320/volumes/kubernetes.io~portworx-volume/pvc-18c53748-13da-4b28-95b2-ec8faa554603/mysql
[root@ip-10-13-187-248 mysql]# ls
auto.cnf    ca.pem           client-key.pem  dir2   ib_buffer_pool  ib_logfile1  ibtmp1  mysql.sock          private_key.pem  server-cert.pem  sys
ca-key.pem  client-cert.pem  dir1            file1  ib_logfile0     ibdata1      mysql   performance_schema  public_key.pem   server-key.pem
[root@ip-10-13-187-248 mysql]#

After that restore to "rmysql" namespace and "rmysql2" namespace and checked the pvc content. Verified the temporary test dir ( dir1, dir2) and test file (file1) was not restored.

[root@ip-10-13-183-100 mysql]# pwd
/var/lib/kubelet/pods/c58619a5-597f-46aa-bd08-146fcf293764/volumes/kubernetes.io~portworx-volume/pvc-ed82c256-29f6-4f01-a440-321b84693c0f/mysql
[root@ip-10-13-183-100 mysql]# ls
auto.cnf    ca.pem           client-key.pem  ib_logfile0  ibdata1  mysql       performance_schema  public_key.pem   server-key.pem
ca-key.pem  client-cert.pem  ib_buffer_pool  ib_logfile1  ibtmp1   mysql.sock  private_key.pem     server-cert.pem  sys
[root@ip-10-13-183-100 mysql]# cd /var/lib/kubelet/pods/543d363e-91e1-4c43-bc23-b8c1ecb10582/volumes/kubernetes.io~portworx-volume/pvc-37e41724-031a-41e7-8a8a-0942299020ad/mysql
[root@ip-10-13-183-100 mysql]# ls
auto.cnf    ca.pem           client-key.pem  ib_logfile0  ibdata1  mysql       performance_schema  public_key.pem   server-key.pem
ca-key.pem  client-cert.pem  ib_buffer_pool  ib_logfile1  ibtmp1   mysql.sock  private_key.pem     server-cert.pem  sys
[root@ip-10-13-183-100 mysql]#

Will be executing the funcitonal testcases from below link:

https://portworx.testrail.net/index.php?/runs/view/7775&group_by=cases:section_id&group_order=asc&group_id=9201

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

pkg/controllers/dataexport/reconcile.go Show resolved Hide resolved
pkg/kopia/excludefilelist.go Show resolved Hide resolved
storageClassList := strings.Split(excludeFileListValue, ",")
var excludeFileList string
for _, storageClass := range storageClassList {
colonSplit := strings.Split(storageClass, ":")
Copy link
Contributor

@vsundarraj-px vsundarraj-px Nov 20, 2023

Choose a reason for hiding this comment

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

"# " and : are standard charectors widely used in many scripting and declarative programming. I am just wondering using these charectors as delimiter may conflict while using in scripting code..
Mostly # which is widely used charector for comments.

it looks ok in configMap with :and "#" but --exclude-file-list dir1#dir2#file1 could change to more safer delimiter ","

I would prefer more of yaml style parsing in configMap too but not sure how complex that is

exclude-file:
storageClass: px-db
files:
- dir1
- dir2
- file1
storageClass: mysql-1
files:
- dir1
- dir2
- file1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good Suggestion. Even I was not convienced on the format. Let me check whether this option is possible in configmap value.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like something like this is possible. I will give a try.

excludfile-list: |
sc1=dir1,file1,dir2
sc2=file1,dir2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

With this format:

[root@ip-10-13-176-197 ~]# kubectl  get cm kdmp-config -n kube-system  -o yaml
apiVersion: v1
data:
  ENABLE_PX_GENERIC_BACKUP: "true"
  EXCLUDE-FILE-LIST: |
    px-db=dir1,file1
    mysql=dir3,file2
  KDMP_BACKUP_JOB_LIMIT: "5"
  KDMP_DELETE_JOB_LIMIT: "5"
  KDMP_EXCLUDE_FILE_LIST: px-db:dir1#dir2#file1,mysql-sc:dir1#file1#dir2
  KDMP_KOPIAEXECUTOR_IMAGE: kopiaexecutor:1.2.8
  KDMP_KOPIAEXECUTOR_IMAGE_SECRET: ""
  KDMP_KOPIAEXECUTOR_LIMIT_CPU: "0.2"
  KDMP_KOPIAEXECUTOR_LIMIT_MEMORY: 1Gi
  KDMP_KOPIAEXECUTOR_REQUEST_CPU: "0.1"
  KDMP_KOPIAEXECUTOR_REQUEST_MEMORY: 700Mi
  KDMP_MAINTENANCE_JOB_LIMIT: "5"
  KDMP_RESTORE_JOB_LIMIT: "5"
  SNAPSHOT_TIMEOUT: ""
kind: ConfigMap
metadata:
  creationTimestamp: "2023-11-17T07:08:17Z"
  name: kdmp-config
  namespace: kube-system
  resourceVersion: "2782332"
  uid: 0de957af-b66d-4105-a6b5-84851ed9e043
[root@ip-10-13-176-197 ~]#

While reading, it is coming like this:

time="2023-11-21T04:00:19Z" level=info msg="sivakumar --- ignorefile px-db=dir1,file1\nmysql=dir3,file2\n"

I will use "\n" as delimiter and get one of storageclass. I will modify the code to handle this.

import (
	"fmt"
	"strings"
)

func main() {
	fmt.Println("Hello, 世界")
	test := "px-db=dir1,file1\nmysql=dir3,file2\n"
	temp1 := strings.Split(test, "\n")
	fmt.Printf("temp1: %v", temp1)
}

Output:

temp1: [px-db=dir1,file1 mysql=dir3,file2 ]

Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM
if we have to give path seperated files I hope this works like
px-db=dir1/file1,dir2/file1
In the above example two files are same but differ in their path. I am assuming dir1 in the example means ignore snapshot of entire dir, while file1 means ignore backup of file matching file1..
it is not clear from the example.

However kopia policy set says path.. so may be documentation should be clear with path as values.

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

Copy link
Contributor

@vsundarraj-px vsundarraj-px left a comment

Choose a reason for hiding this comment

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

LGTM added nit comment

pkg/controllers/dataexport/reconcile.go Outdated Show resolved Hide resolved
storageClassList := strings.Split(excludeFileListValue, ",")
var excludeFileList string
for _, storageClass := range storageClassList {
colonSplit := strings.Split(storageClass, ":")
Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM
if we have to give path seperated files I hope this works like
px-db=dir1/file1,dir2/file1
In the above example two files are same but differ in their path. I am assuming dir1 in the example means ignore snapshot of entire dir, while file1 means ignore backup of file matching file1..
it is not clear from the example.

However kopia policy set says path.. so may be documentation should be clear with path as values.

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

	- Added KDMP_EXCLUDE_FILE_LIST configmap parameter to
	  kdmp-config configmap for used to specify the ignore file list for kdmp snapshot.
	- Added set policy command execution in kopiabackup executor for setting ignore file list to kopia.
Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

Copy link

OSS Scan Results:

Title Severity Package Name CVEs Fix version Introduced
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'k8s.io/client-go/[email protected]', 'k8s.io/client-go/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'k8s.io/kubernetes/pkg/registry/core/service/[email protected]', 'k8s.io/apimachinery/pkg/util/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]', 'google.golang.org/grpc/internal/[email protected]', 'golang.org/x/net/[email protected]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apiextensions@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/rbac@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/stork@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/externalstorage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/storage@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/apps@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/utils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/log@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/apis/stork/v1alpha1@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/kdmp@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/portworx/sched-ops/k8s/core@#553cc8ef572b', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/portworx/sched-ops/k8s/batch@#553cc8ef572b', 'k8s.io/client-go/kubernetes/typed/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/batch/[email protected]', 'k8s.io/client-go/applyconfigurations/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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.0'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/controllers@#29f495ef07e2', '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]']
Denial of Service (DoS) high golang.org/x/net/http2 ['CVE-2023-44487'] ['0.17.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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/openstorage/volume/drivers/pwx@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/grpcserver@#41751b27d69f', 'google.golang.org/grpc/[email protected]', 'google.golang.org/grpc/reflection/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'gocloud.dev/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/iam/credentials/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'gocloud.dev/[email protected]', 'gocloud.dev/internal/[email protected]', 'gocloud.dev/internal/[email protected]', 'github.com/googleapis/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/[email protected]', 'github.com/container-storage-interface/spec/lib/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', 'github.com/libopenstorage/openstorage/api@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/auth@#41751b27d69f', 'github.com/libopenstorage/openstorage/pkg/correlation@#41751b27d69f', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'google.golang.org/genproto/googleapis/iam/credentials/v1@#b8732ec3820d', 'cloud.google.com/go/iam/credentials/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'cloud.google.com/go/storage/internal/apiv2/[email protected]', 'cloud.google.com/go/iam/apiv1/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/internal/[email protected]', 'github.com/googleapis/gax-go/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/balancer/[email protected]', 'google.golang.org/grpc/balancer/grpclb/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/gcp@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshotter@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/objectstore/google@#29f495ef07e2', 'gocloud.dev/blob/[email protected]', 'cloud.google.com/go/[email protected]', 'google.golang.org/api/[email protected]', 'google.golang.org/api/transport/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/[email protected]', 'google.golang.org/grpc/credentials/alts/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/aws@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/azure@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/resourcecollector@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/handshaker/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/[email protected]', 'github.com/google/s2a-go/internal/proto/v2/[email protected]', 'google.golang.org/[email protected]']
Denial of Service (DoS) high google.golang.org/grpc ['CVE-2023-44487'] ['1.56.3', '1.57.1', '1.58.3'] ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume@#29f495ef07e2', '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/api/[email protected]', 'github.com/google/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/[email protected]', 'github.com/google/s2a-go/internal/proto/[email protected]', 'google.golang.org/[email protected]']

Total issues: 326

Copy link

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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/snapshot/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', '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@#29f495ef07e2', 'github.com/libopenstorage/stork/drivers/volume/kdmp@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/k8sutils@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/version@#29f495ef07e2', 'github.com/hashicorp/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/csi@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']
Unknown license github.com/rancher/wrangler/pkg/name 1.1.0 high Unknown ['github.com/portworx/[email protected]', 'github.com/libopenstorage/stork/drivers/volume/portworx@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/applicationmanager/controllers@#29f495ef07e2', 'github.com/libopenstorage/stork/pkg/platform/rancher@#29f495ef07e2', 'github.com/rancher/rancher/pkg/client/generated/management/v3@#a67566517525', 'github.com/rancher/norman/types@#275a3e921940', 'github.com/rancher/wrangler/pkg/[email protected]']

Total License Issues: 19

@siva-portworx siva-portworx merged commit 9417109 into master Nov 22, 2023
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