Skip to content

Commit acca676

Browse files
add a security policy (#233)
* add a security policy * fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f2622e1 commit acca676

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Security Policy
2+
3+
webtransport-go is an implementation of the WebTransport over HTTP/3 protocol. No software is perfect, and we take reports of potential security issues very seriously.
4+
5+
## Reporting a Vulnerability
6+
7+
If you discover a vulnerability that could affect production deployments (e.g., a remotely exploitable issue), please report it [**privately**](https://github.com/quic-go/webtransport-go/security/advisories/new).
8+
Please **DO NOT file a public issue** for exploitable vulnerabilities.
9+
10+
If the issue is theoretical, non-exploitable, or related to an experimental feature, you may discuss it openly by filing a regular issue.
11+
12+
## Reporting a non-security bug
13+
14+
For bugs, feature requests, or other non-security concerns, please open a GitHub [issue](https://github.com/quic-go/webtransport-go/issues/new).

0 commit comments

Comments
 (0)