Skip to content

chore(deps): bump github.com/quic-go/webtransport-go from 0.10.0 to 0.11.1 in the go_modules group across 1 directory - #262

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go_modules-a9eac82390
Open

chore(deps): bump github.com/quic-go/webtransport-go from 0.10.0 to 0.11.1 in the go_modules group across 1 directory#262
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go_modules-a9eac82390

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the go_modules group with 1 update in the / directory: github.com/quic-go/webtransport-go.

Updates github.com/quic-go/webtransport-go from 0.10.0 to 0.11.1

Release notes

Sourced from github.com/quic-go/webtransport-go's releases.

v0.11.1

This patch release contains the following backports :

  • Avoid buffering skipped capsules: #290
  • Close active QUIC connections before tearing down the listener: #295
  • Fix missing context cancelation in Session.OpenStreamSync and Session.OpenUniStreamSync: #297

Full Changelog: quic-go/webtransport-go@v0.11.0...v0.11.1

v0.11.0

This release focuses on full compatibility with draft-15. The server keeps limited backwards compatibility with older draft clients where this is straightforward, but that compatibility is intentionally not comprehensive.

WebTransport flow control is not supported yet (see issue #256).

Breaking Changes

  • webtransport-go now requires Go 1.25 or newer: #243

Protocol Changes

  • Use SETTINGS_WT_ENABLED for WebTransport draft-version negotiation. The server continues to accept the old ENABLE_WEBTRANSPORT setting for compatibility with older clients: #254
  • Send SETTINGS_WT_ENABLED from the client, as required by draft-15: #271 (thanks to @​tobbee)
  • Use webtransport-h3 as the Extended CONNECT :protocol token. The server continues to accept the legacy webtransport token for compatibility with older clients: #280 (thanks to @​tomholford)
  • Use the WT_REQUIREMENTS_NOT_MET error when the peer does not advertise the required HTTP/3 or WebTransport capabilities: #252
  • Add support for the WT_ALPN_ERROR session error: #277
  • Validate WebTransport session IDs before accepting incoming streams: #283
  • Advertise SETTINGS values as required by Safari 26.4: #261 (thanks to @​birros)

New Features

  • Added a runnable example server and client, including browser-side JavaScript and certificate hash verification in the Go client: #285

Notable Fixes

  • Fixed a stream close race condition where ReceiveStream.Read or SendStream.Write could block forever when the local and remote side closed a session concurrently: #267 (thanks to @​aler9)
  • Server.ListenAndServe now closes the UDP socket it creates: #274

What's Changed

... (truncated)

Commits
  • d03fbc3 fix missing context cancelation in Session.Open{Uni}StreamSync (#297)
  • f85ecfc close active QUIC connections before listener teardown (#295)
  • 3aecd11 avoid buffering skipped capsules (#290)
  • 683e220 update quic-go to v0.60.0 (#287)
  • 39cf509 send WebTransport SETTINGS expected by Safari 26.4 (#261)
  • c7ca10b add an example server and client (#285)
  • 1cdd8a0 implement validation of session IDs (#283)
  • 6b0bec9 use webtransport-h3 as the :protocol upgrade token (#280)
  • 81409ba fix flaky TestDatagrams (#278)
  • 041fa66 fix stream close race condition on session close (#267)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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.

Bumps the go_modules group with 1 update in the / directory: [github.com/quic-go/webtransport-go](https://github.com/quic-go/webtransport-go).


Updates `github.com/quic-go/webtransport-go` from 0.10.0 to 0.11.1
- [Release notes](https://github.com/quic-go/webtransport-go/releases)
- [Commits](quic-go/webtransport-go@v0.10.0...v0.11.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/webtransport-go
  dependency-version: 0.11.1
  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 Jul 28, 2026
@github-actions

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 2 0 0 0.02s
⚠️ COPYPASTE jscpd yes 10 no 2.76s
⚠️ GO golangci-lint yes 1 no 62.58s
✅ GO revive yes no no 10.68s
✅ MARKDOWN markdownlint 1 0 0 1.14s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.62s
✅ REPOSITORY checkov yes no no 23.05s
✅ REPOSITORY gitleaks yes no no 0.31s
✅ REPOSITORY git_diff yes no no 0.01s
❌ REPOSITORY grype yes 2 no 100.38s
✅ REPOSITORY secretlint yes no no 0.94s
✅ REPOSITORY syft yes no no 8.54s
⚠️ REPOSITORY trivy yes 1 no 18.1s
✅ REPOSITORY trivy-sbom yes no no 7.01s
✅ REPOSITORY trufflehog yes no no 4.26s
✅ SPELL lychee 5 0 0 4.47s
⚠️ YAML prettier 4 1 2 0.83s
✅ YAML v8r 4 0 0 4.47s
✅ YAML yamllint 4 0 0 1.0s

Detailed Issues

❌ REPOSITORY / grype - 2 errors
[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) from=syft
NAME                           INSTALLED  FIXED IN  TYPE       VULNERABILITY  SEVERITY  EPSS         RISK  
golang.org/x/text              v0.37.0    0.39.0    go-module  GO-2026-5970   High      0.4% (36th)  0.3   
golang.org/x/net               v0.55.0    0.56.0    go-module  GO-2026-5942   High      0.3% (26th)  0.3   
github.com/klauspost/compress  v1.18.6    1.18.7    go-module  GO-2026-5841   Unknown   N/A          N/A   
golang.org/x/crypto            v0.52.0              go-module  GO-2026-5932   Unknown   N/A          N/A
[0100] ERROR discovered vulnerabilities at or above the severity threshold
⚠️ GO / golangci-lint - 1 error
../../..cmd/mesh-commands.go:72:4: exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
			log.Fatal().Err(err).Msg("dispatch failed")
			^
../../..pkg/mesh/host.go:12:1: File is not properly formatted (gofmt)
	dht "github.com/libp2p/go-libp2p-kad-dht"
^
../../..pkg/mesh/http.go:35:1: File is not properly formatted (gofmt)
	mux.HandleFunc("/exec", h.handleLocal)         // run on local node only
^
../../..pkg/mesh/types.go:68:1: File is not properly formatted (gofmt)
	ID        string          `json:"id"`        // matches Command.ID
^
../../..pkg/laws/user.go:118:2: QF1003: could use tagged switch on facts.Facts.Distro.Family (staticcheck)
	if facts.Facts.Distro.Family == "alpine" {
	^
5 issues:
* gocritic: 1
* gofmt: 3
* staticcheck: 1
⚠️ COPYPASTE / jscpd - 10 errors
Clone found (go):
 - pkg/mesh/service.go [276:7 - 283:4] (7 lines, 81 tokens)
   pkg/mesh/service.go [233:8 - 240:10]

Clone found (go):
 - pkg/mesh/http.go [237:2 - 246:2] (9 lines, 96 tokens)
   pkg/mesh/http.go [215:2 - 224:2]

Clone found (go):
 - pkg/laws/ssh.go [99:3 - 110:2] (11 lines, 131 tokens)
   pkg/laws/ssh.go [70:4 - 82:7]

Clone found (go):
 - pkg/laws/service.go [171:5 - 176:4] (5 lines, 77 tokens)
   pkg/laws/service.go [152:7 - 157:4]

Clone found (go):
 - pkg/laws/file.go [300:2 - 310:4] (10 lines, 97 tokens)
   pkg/laws/file.go [250:2 - 260:6]

Clone found (go):
 - pkg/laws/file.go [333:3 - 352:7] (19 lines, 222 tokens)
   pkg/laws/file.go [282:3 - 300:3]

Clone found (go):
 - pkg/laws/file.go [381:2 - 394:89] (13 lines, 120 tokens)
   pkg/laws/file.go [251:3 - 313:3]

Clone found (go):
 - pkg/laws/file.go [411:5 - 433:7] (22 lines, 259 tokens)
   pkg/laws/file.go [328:5 - 299:2]

Clone found (go):
 - cmd/local-lint.go [48:3 - 62:4] (14 lines, 135 tokens)
   cmd/local-pretend.go [48:3 - 62:4]

Clone found (go):
 - cmd/local-apply.go [48:18 - 63:2] (15 lines, 117 tokens)
   cmd/local-pretend.go [49:12 - 63:4]

┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ go     │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 32             │ 5594        │ 41694        │ 10           │ 125 (2.23%)      │ 1335 (3.2%)       │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 10 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (2.23%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
    at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/megalinter.yaml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
⚠️ REPOSITORY / trivy - 1 error
----->] 100.00% 89.13 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 89.13 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 83.38 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 83.38 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 83.38 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 78.00 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 78.00 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 78.00 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 72.97 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 72.97 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 72.97 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 68.26 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 68.26 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 68.26 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 63.86 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 63.86 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 63.86 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 59.74 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 59.74 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 59.74 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 55.88 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 55.88 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 55.88 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 52.28 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 52.28 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 52.28 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 48.91 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 48.91 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 48.91 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 45.75 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 45.75 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 45.75 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 42.80 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 42.80 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 42.80 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-------------------------------------------->] 100.00% 40.04 MiB p/s ETA 0s102.69 MiB / 102.69 MiB [-----------------------------------------------] 100.00% 12.14 MiB p/s 8.7s2026-07-28T15:01:27Z	INFO	[vulndb] Artifact successfully downloaded	repo="mirror.gcr.io/aquasec/trivy-db:2"
2026-07-28T15:01:27Z	INFO	[vuln] Vulnerability scanning is enabled
2026-07-28T15:01:27Z	INFO	[misconfig] Misconfiguration scanning is enabled
2026-07-28T15:01:27Z	INFO	[checks-client] Need to update the checks bundle
2026-07-28T15:01:27Z	INFO	[checks-client] Downloading the checks bundle...
234.65 KiB / 234.65 KiB [------------------------------------------------------] 100.00% ? p/s 200ms2026-07-28T15:01:34Z	INFO	Number of language-specific files	num=1
2026-07-28T15:01:34Z	INFO	[gomod] Detecting vulnerabilities...
2026-07-28T15:01:34Z	INFO	Detected config files	num=0
2026-07-28T15:01:34Z	WARN	Using severities from other vendors for some vulnerabilities. Read https://trivy.dev/docs/v0.69/guide/scanner/vulnerability#severity-selection for details.

Report Summary

┌────────┬───────┬─────────────────┬───────────────────┐
│ Target │ Type  │ Vulnerabilities │ Misconfigurations │
├────────┼───────┼─────────────────┼───────────────────┤
│ go.mod │ gomod │        3        │         -         │
└────────┴───────┴─────────────────┴───────────────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.69/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


go.mod (gomod)
==============
Total: 3 (UNKNOWN: 3, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

┌─────────────────────┬────────────────┬──────────┬──────────┬───────────────────┬───────────────┬────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │  Status  │ Installed Version │ Fixed Version │                           Title                            │
├─────────────────────┼────────────────┼──────────┼──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/crypto │ GO-2026-5932   │ UNKNOWN  │ affected │ v0.52.0           │               │ The golang.org/x/crypto/openpgp package is unmaintained,   │
│                     │                │          │          │                   │               │ unsafe by design, and has known security...                │
├─────────────────────┼────────────────┤          ├──────────┼───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/net    │ CVE-2026-46600 │          │ fixed    │ v0.55.0           │ 0.56.0        │ Parsing an invalid SVCB or HTTPS RR can panic when the     │
│                     │                │          │          │                   │               │ size...                                                    │
│                     │                │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-46600                 │
├─────────────────────┼────────────────┤          │          ├───────────────────┼───────────────┼────────────────────────────────────────────────────────────┤
│ golang.org/x/text   │ CVE-2026-56852 │          │          │ v0.37.0           │ 0.39.0        │ A norm.Iter can enter an infinite loop when handling input │
│                     │                │          │          │                   │               │ containing ...                                             │
│                     │                │          │          │                   │               │ https://avd.aquasec.com/nvd/cve-2026-56852                 │
└─────────────────────┴────────────────┴──────────┴──────────┴───────────────────┴───────────────┴────────────────────────────────────────────────────────────┘

📣 Notices:
  - Version 0.72.0 of Trivy is now available, current version is 0.69.1

To suppress version checks, run Trivy scans with the --skip-version-check flag

(Truncated to last 8000 characters out of 8983)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,COPYPASTE_JSCPD,GO_GOLANGCI_LINT,GO_REVIVE,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

0 participants