| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Renovate's gomod manager skips deps marked `// indirect` unless a rule enables them, so transitive modules were never proposed for update. That is where Go CVEs usually land. golang.org/x/net is the current example: v0.56.0 has been available since 2026-06-09 and fixes CVE-2026-46600 (HIGH), but go.mod still pins v0.55.0 because the dep is indirect. The last bump to v0.55 (#110) was hand-written for the same reason. The new rule only sets `enabled`, so the grouping and automerge from the "Go dependencies (non-major)" rule still apply, and it is placed before the major rule so major bumps stay disabled. Validated with renovate-config-validator.
| Back | FazBrowse Home | New Git URL |
Renovate was not opening PR for go indirect dependencies.
We currently have a CVE in this indirect dep:
Once merged, Renovate should open a "Go dependencies (non-major)" PR bumping x/net to v0.56.0 and automerge it when CI is green.