webtransport-go is an implementation of the WebTransport protocol. Prior to 0.10.0, an attacker can cause unbounded memory consumption repeatedly creating and closing many WebTransport streams. Closed streams were not removed from an internal session map, preventing garbage collection of their resources. This vulnerability is fixed in v0.10.0.
https://github.com/quic-go/webtransport-go/security/advisories/GHSA-2f2x-8mwp-p2gc
https://github.com/quic-go/webtransport-go/releases/tag/v0.10.0