Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,3 +609,7 @@ See [CONTRIBUTING.md](http://github.com/grpc-ecosystem/grpc-gateway/blob/master/

gRPC-Gateway is licensed under the BSD 3-Clause License.
See [LICENSE.txt](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt) for more details.

## Security

See [SECURITY.md](SECURITY.md) for how to report a vulnerability.
17 changes: 17 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Security Policy

This document describes the security policy for the grpc-gateway repository.

## Reporting a Vulnerability

If you discover a security vulnerability, please report it by emailing
security@example.com. Please do not open a public GitHub issue for security
vulnerabilities, so that the issue can be addressed before it is disclosed
publicly.

## Supported Versions

grpc-gateway is released via tagged versions (see the
[Releases](https://github.com/grpc-ecosystem/grpc-gateway/releases) page).
Only the latest release is actively supported with security fixes; users
are encouraged to stay up to date with the latest tagged release.
Loading