Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the go_modules group with 4 updates in the / directory: golang.org/x/net, github.com/go-jose/go-jose/v3, github.com/golang-jwt/jwt/v4 and github.com/golang-jwt/jwt/v5.

Updates golang.org/x/net from 0.34.0 to 0.36.0

Commits
  • 85d1d54 go.mod: update golang.org/x dependencies
  • cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
  • fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
  • 459513d internal/http3: move more common stream processing to genericConn
  • aad0180 http2: fix flakiness from t.Log when GOOS=js
  • b73e574 http2: don't log expected errors from writing invalid trailers
  • 5f45c77 internal/http3: make read-data tests usable for server handlers
  • 43c2540 http2, internal/httpcommon: reject userinfo in :authority
  • 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
  • 0d7dc54 quic: add Conn.ConnectionState
  • Additional commits viewable in compare view

Updates github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4

Release notes

Sourced from github.com/go-jose/go-jose/v3's releases.

v3.0.4

What's Changed

Backport fix for GHSA-c6gw-w398-hv78 CVE-2025-27144 go-jose/go-jose#174

Full Changelog: go-jose/go-jose@v3.0.3...v3.0.4

Commits

Updates github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2

Release notes

Sourced from github.com/golang-jwt/jwt/v4's releases.

v4.5.2

See GHSA-mh63-6h87-95cp

Full Changelog: golang-jwt/jwt@v4.5.1...v4.5.2

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.2.1...v5.2.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

codysoyland and others added 17 commits March 27, 2025 14:40
* update release workflow

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Grab image digest for attestation step

Signed-off-by: Meredith Lancaster <malancas@github.com>

* comment

Signed-off-by: Meredith Lancaster <malancas@github.com>

* update workflow name

Signed-off-by: Meredith Lancaster <malancas@github.com>

* add release directions

Signed-off-by: Meredith Lancaster <malancas@github.com>

* undo ko config changes

Signed-off-by: Meredith Lancaster <malancas@github.com>

* add fork specific options to ko build call

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Change version format

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
Co-authored-by: Cody Soyland <codysoyland@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
* Remove dependabot for this fork (#159)

* Add Actions release and attest job (#147)

* update release workflow

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Grab image digest for attestation step

Signed-off-by: Meredith Lancaster <malancas@github.com>

* comment

Signed-off-by: Meredith Lancaster <malancas@github.com>

* update workflow name

Signed-off-by: Meredith Lancaster <malancas@github.com>

* add release directions

Signed-off-by: Meredith Lancaster <malancas@github.com>

* undo ko config changes

Signed-off-by: Meredith Lancaster <malancas@github.com>

* add fork specific options to ko build call

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Change version format

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
Co-authored-by: Cody Soyland <codysoyland@github.com>

* set release as target branch (#161)

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Add support for Sigstore Bundles using sigstore-go verifier

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Update docs

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Rename func

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Comment on observe timestamp setting

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Refactor trusted material, add support for default TUF repo in bundle verifier

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Remove accidental code

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Fix tlog verification options

Signed-off-by: Cody Soyland <codysoyland@github.com>

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
Co-authored-by: Meredith Lancaster <malancas@users.noreply.github.com>

Fix method name

Signed-off-by: Cody Soyland <codysoyland@github.com>
Getting unauthorized error when trying to upload sbom to ghcr. Removing sbom for now to get working build.

Signed-off-by: Cody Soyland <codysoyland@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
…fork status information (#168)

* add open source required sections

Signed-off-by: Meredith Lancaster <malancas@github.com>

* small wording updates, update installation directions

Signed-off-by: Meredith Lancaster <malancas@github.com>

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
* sync tuf cache used for sigstore bundle verification

Signed-off-by: Meredith Lancaster <malancas@github.com>

* remove singleton err

Signed-off-by: Meredith Lancaster <malancas@github.com>

* start adding lock

Signed-off-by: Meredith Lancaster <malancas@github.com>

* Use RWMutex

Signed-off-by: Meredith Lancaster <malancas@github.com>

* pr feedback

Signed-off-by: Meredith Lancaster <malancas@github.com>

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
…171)

* move trustroot resync period configration to different package

Signed-off-by: Meredith Lancaster <malancas@github.com>

* add license

Signed-off-by: Meredith Lancaster <malancas@github.com>

* comment

Signed-off-by: Meredith Lancaster <malancas@github.com>

* rename files

Signed-off-by: Meredith Lancaster <malancas@github.com>

---------

Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Cody Soyland <codysoyland@github.com>
* Fix shadowed variable bug

This code caused the singleton `trustedRoot` to be returned as nil on subsequent calls. The singleton was shadowed when the variable was redeclared in the `if` block.

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Remove unused singleton

`singletonRootError` was never returned without being overwritten, so it was essentially unused. I think it's wise to always retry the TUF call on future invocations in case of network errors.

Signed-off-by: Cody Soyland <codysoyland@github.com>

---------

Signed-off-by: Cody Soyland <codysoyland@github.com>
Bumps the go_modules group with 4 updates in the / directory: [golang.org/x/net](https://github.com/golang/net), [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose), [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) and [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt).


Updates `golang.org/x/net` from 0.34.0 to 0.36.0
- [Commits](golang/net@v0.34.0...v0.36.0)

Updates `github.com/go-jose/go-jose/v3` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)
- [Commits](go-jose/go-jose@v3.0.3...v3.0.4)

Updates `github.com/golang-jwt/jwt/v4` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.5.1...v4.5.2)

Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2025
@dependabot dependabot bot requested review from a team and steiza as code owners April 1, 2025 16:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 10, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go_modules-ff4f74d3f0 branch April 10, 2025 19:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants