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

Bump github.com/spf13/viper from 1.12.0 to 1.19.0 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/pantheon-systems/pauditd

Check failure on line 1 in go.mod

View check run for this annotation

Wiz Inc. (b08cf2810f) / Wiz Vulnerability Scanner

golang.org/x/image:0.0.0-20220302094943-723b81ca9867

Detected Vulnerabilities: CVE-2022-41727, Severity: Medium, Source: https://nvd.nist.gov/vuln/detail/CVE-2022-41727 CVSS score: 5.5, CVSS exploitability score: 1.8 🩹 Fixed version: 0.5.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2024-24792, Severity: High, Source: https://github.com/advisories/GHSA-9phm-fm57-rhg8 🩹 Fixed version: 0.18.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2023-29407, Severity: Medium, Source: https://github.com/advisories/GHSA-j3p8-6mrq-6g7h CVSS score: 6.5, CVSS exploitability score: 2.8 🩹 Fixed version: 0.10.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2023-29408, Severity: Medium, Source: https://github.com/advisories/GHSA-x92r-3vfx-4cv3 CVSS score: 6.5, CVSS exploitability score: 2.8 🩹 Fixed version: 0.10.0 💥 Has public exploit 🧨 Has CISA KEV exploit

Check warning on line 1 in go.mod

View check run for this annotation

Wiz Inc. (b08cf2810f) / Wiz Vulnerability Scanner

github.com/hashicorp/go-retryablehttp:0.5.3

Detected Vulnerabilities: CVE-2024-6104, Severity: Medium, Source: https://github.com/advisories/GHSA-v6v8-xj6m-xwqh CVSS score: 5.5, CVSS exploitability score: 1.8 🩹 Fixed version: 0.7.7 💥 Has public exploit 🧨 Has CISA KEV exploit

Check failure on line 1 in go.mod

View check run for this annotation

Wiz Inc. (b08cf2810f) / Wiz Vulnerability Scanner

golang.org/x/image:0.0.0-20220302094943-723b81ca9867

Detected Vulnerabilities: CVE-2022-41727, Severity: Medium, Source: https://nvd.nist.gov/vuln/detail/CVE-2022-41727 CVSS score: 5.5, CVSS exploitability score: 1.8 🩹 Fixed version: 0.5.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2024-24792, Severity: High, Source: https://github.com/advisories/GHSA-9phm-fm57-rhg8 🩹 Fixed version: 0.18.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2023-29407, Severity: Medium, Source: https://github.com/advisories/GHSA-j3p8-6mrq-6g7h CVSS score: 6.5, CVSS exploitability score: 2.8 🩹 Fixed version: 0.10.0 💥 Has public exploit 🧨 Has CISA KEV exploit CVE-2023-29408, Severity: Medium, Source: https://github.com/advisories/GHSA-x92r-3vfx-4cv3 CVSS score: 6.5, CVSS exploitability score: 2.8 🩹 Fixed version: 0.10.0 💥 Has public exploit 🧨 Has CISA KEV exploit

Check warning on line 1 in go.mod

View check run for this annotation

Wiz Inc. (b08cf2810f) / Wiz Vulnerability Scanner

github.com/hashicorp/go-retryablehttp:0.5.3

Detected Vulnerabilities: CVE-2024-6104, Severity: Medium, Source: https://github.com/advisories/GHSA-v6v8-xj6m-xwqh CVSS score: 5.5, CVSS exploitability score: 1.8 🩹 Fixed version: 0.7.7 💥 Has public exploit 🧨 Has CISA KEV exploit

require (
github.com/pantheon-systems/certinel v1.2.5
github.com/satori/go.uuid v1.2.0
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.19.0
github.com/streadway/handy v0.0.0-20160402200321-f450267a206e
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.9.0
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)

Expand Down
Loading