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

Feature/chore refactoring #14

Merged
merged 15 commits into from
Dec 15, 2022
Merged

Feature/chore refactoring #14

merged 15 commits into from
Dec 15, 2022

Conversation

mstrYoda
Copy link
Member

This pr consists of refactorings like performance optimizations, go conventions, package hierarchy, eliminating unnecessary codes, etc.

Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot left a comment

Choose a reason for hiding this comment

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

Prisma Cloud has found errors in this PR ⬇️

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.3.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
PRISMA-2022-0285 HIGH7.2v1.3.0Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.2.10 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.3.1 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/imgcrypt v1.1.1 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-24778 HIGH71.1.4Open

@@ -6,6 +6,7 @@
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.7 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.3.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gorilla/handlers v0.0.0-20150720190736-60c7bfde3e33 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
PRISMA-2022-0285 HIGH7.2v1.3.0Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.2.10 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-26160 HIGH7-Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

k8s.io/kubernetes v1.13.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-25741 HIGH71.19.15Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/gogo/protobuf v1.1.1 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-3121 HIGH71.3.2Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2020-29652 HIGH7.5v0.0.0-20201216223049-8b5274cf687fOpen

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.2 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f / go.mod

Total vulnerabilities: 3

Critical: 0High: 3Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open
CVE-2016-3697 HIGH70.1.0Open
CVE-2019-16884 HIGH71.0.0-rc9Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.0-beta.2.0.20200729163537-40b22ef07410 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.3 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.1 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v0.1.1 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open
CVE-2019-16884 HIGH71.0.0-rc9Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc93 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.1 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.7 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.2.10 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.1-0.20191213020239-082f7e3aed57 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.2 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f / go.mod

Total vulnerabilities: 3

Critical: 0High: 3Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open
CVE-2016-3697 HIGH70.1.0Open
CVE-2019-16884 HIGH71.0.0-rc9Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.8 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc9 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.0-beta.2.0.20200729163537-40b22ef07410 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.3 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.4.1 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v0.1.1 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open
CVE-2019-16884 HIGH71.0.0-rc9Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/opencontainers/runc v1.0.0-rc93 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-30465 HIGH71.0.0-rc95Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.1 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.3.0 / go.mod

Total vulnerabilities: 1

Critical: 0High: 1Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2022-23648 HIGH71.4.13Open

@@ -6,6 +6,7 @@ require (
github.com/ansrivas/fiberprometheus/v2 v2.4.1
github.com/avast/retry-go/v4 v4.3.1
github.com/couchbase/gocbcore/v10 v10.2.0
github.com/go-logr/logr v1.2.2

Choose a reason for hiding this comment

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

github.com/containerd/containerd v1.5.7 / go.mod

Total vulnerabilities: 2

Critical: 0High: 2Medium: 0Low: 0
Vulnerability ID Severity CVSSFixed in Status
CVE-2021-43816 HIGH71.5.9Open
CVE-2022-23648 HIGH71.5.10Open

@erayarslan erayarslan self-assigned this Dec 15, 2022
@erayarslan erayarslan merged commit e67336e into master Dec 15, 2022
@erayarslan erayarslan deleted the feature/chore-refactoring branch December 15, 2022 20:52
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.

2 participants