ssp-operator icon indicating copy to clipboard operation
ssp-operator copied to clipboard

chore(deps): update module github.com/golang/glog to v1.2.4 [security] (release-v0.16)

Open redhat-renovate-bot opened this issue 10 months ago • 7 comments

This PR contains the following updates:

Package Type Update Change
github.com/golang/glog indirect minor v1.0.0 -> v1.2.4

Insecure Temporary File usage in github.com/golang/glog

CVE-2024-45339 / GHSA-6wxm-mpqj-6jpf / GO-2025-3372

More information

Details

When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.

Severity

  • CVSS Score: 7.1 / 10 (High)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Vulnerability when creating log files in github.com/golang/glog

CVE-2024-45339 / GHSA-6wxm-mpqj-6jpf / GO-2025-3372

More information

Details

When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Release Notes

golang/glog (github.com/golang/glog)

v1.2.4

Compare Source

What's Changed

  • Fail if log file already exists by @​chressie in https://github.com/golang/glog/pull/74:
    • glog: Don't try to create/rotate a given syncBuffer twice in the same second
    • glog: introduce createInDir function as in internal version
    • glog: have createInDir fail if the file already exists

Full Changelog: https://github.com/golang/glog/compare/v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.2.2...v1.2.3

v1.2.2

Compare Source

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.1.2...v1.2.0

v1.1.2

Compare Source

Bugfix release.

What's Changed

Full Changelog: https://github.com/golang/glog/compare/v1.1.1...v1.1.2

v1.1.1

Compare Source

Bugfixes since the larger v1.1.0, which have been addressed.

v1.1.0

Compare Source

Tagging v1.1.0 after syncing glog with internal changes


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

redhat-renovate-bot avatar Jan 28 '25 14:01 redhat-renovate-bot

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/google/go-cmp v0.5.9 -> v0.6.0

redhat-renovate-bot avatar Jan 28 '25 14:01 redhat-renovate-bot

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Jan 28 '25 14:01 sonarqubecloud[bot]

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Mar 10 '25 14:03 sonarqubecloud[bot]

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Apr 16 '25 06:04 sonarqubecloud[bot]

/retest

ksimon1 avatar Apr 16 '25 08:04 ksimon1

/retest

akrejcir avatar Jul 04 '25 13:07 akrejcir

Upstream CI wants to run on unsupported OCP version. Maybe cluster cannot be created. I will update CI config.

akrejcir avatar Sep 25 '25 14:09 akrejcir

CI update PR: https://github.com/openshift/release/pull/69701

akrejcir avatar Sep 25 '25 14:09 akrejcir

CI change has been merged.

/retest

akrejcir avatar Oct 03 '25 07:10 akrejcir

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 0xFelix Once this PR has been reviewed and has the lgtm label, please assign ksimon1 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

kubevirt-bot avatar Oct 06 '25 09:10 kubevirt-bot

/retest

akrejcir avatar Oct 06 '25 12:10 akrejcir

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Oct 28 '25 18:10 sonarqubecloud[bot]

@redhat-renovate-bot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-functests 4284ce3131c0bc82c6edae509943966ab2bf31e4 link true /test e2e-functests
ci/prow/e2e-upgrade-functests 4284ce3131c0bc82c6edae509943966ab2bf31e4 link true /test e2e-upgrade-functests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

openshift-ci[bot] avatar Oct 28 '25 20:10 openshift-ci[bot]