You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not sure I would classify this as a bug or feature, but it's related to an older dependency version that is affecting us from patching a CVE in our codebase.
Usage of expfmt.FmtText from an older version of the github.com/prometheus/common dependency. The FmtText constant has been made private since v0.48.0.
Describe the bug
Not sure I would classify this as a bug or feature, but it's related to an older dependency version that is affecting us from patching a CVE in our codebase.
Usage of
expfmt.FmtText
from an older version of thegithub.com/prometheus/common
dependency. TheFmtText
constant has been made private sincev0.48.0
.https://github.com/prometheus/common/blob/c1b9b7252566d10e2ef16a827f454810c7f7fa56/expfmt/expfmt.go#L24-L53
https://github.com/prometheus/common/releases/tag/v0.48.0
prometheus/common#576
To Reproduce
Steps to reproduce the behavior:
renovate/go-github.com/sigstore/cosign/v2-vulnerability
branch from this PR that patches a cosign vulnerabilitymake
to build the zarf binaryYou can also view the error here in our CI without cloning the repo and manually reproducing:
https://github.com/defenseunicorns/zarf/actions/runs/8696598566/job/23850223859?pr=2437#step:4:91
Expected behavior
Our build succeeds
Screenshots
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: