Damien Neil
Damien Neil
**[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the [summary](https://github.com/golang/go/issues/21498#issuecomment-2913318951) before adding more comments. Your ideas may have been discussed already. Thanks.]**...
I propose adding an implementation of the QUIC transport protocol ([RFC 9000](https://www.rfc-editor.org/rfc/rfc9000.html)) in `golang.org/x/net/quic`. QUIC is the protocol underlying HTTP/3, and QUIC support is a necessary prerequisite for HTTP/3 support....
**Current version of the proposal: https://github.com/golang/go/issues/67074#issuecomment-3201513059** ### Proposal Details The `io.Copy` and `io.CopyBuffer` functions will use `WriteTo` when the source supports it and `ReadFrom` when the destination supports it. There...
https://go.dev/cl/581778 extends the existing `TestSendfile*` tests in the `net` package to check to see if sendfile (or the platform equivalent) is actually used. It appears that in the case of...
Please see the updated proposal in https://github.com/golang/go/issues/67002#issuecomment-2368976062 --- Directory traversal vulnerabilities are a common class of vulnerability, in which an attacker tricks a program into opening a file that it...
This is a proposal for a new package to aid in testing concurrent code. ```go // Package synctest provides support for testing concurrent code. package synctest // Run executes f...
crypto/tls: improved 0-RTT QUIC APIs This is a proposal to add additional support for 0-RTT (early data) sessions to `crypto/tls`. This adds additional features on top of #60107 to improve...
This issue is part of a project to move `x/net/http2` into `std`: #67810 Configuring HTTP/2-specific protocol options currently requires users to import the [golang.org/x/net/http2](https://pkg.go.dev/golang.org/x/net/http2) package and call [http2.ConfigureServer](https://pkg.go.dev/golang.org/x/net/http2#ConfigureServer) or [http2.ConfigureTransports](https://pkg.go.dev/golang.org/x/net/http2#ConfigureTransports)....
This repository doesn't have a SECURITY.md. I've poked around in README.md and CONTRIBUTING.md, and I can't seem to find a path for reporting security issues in them. Doesn't have to...
File report and add CVE record for golang/go#71988