mirror of https://github.com/grpc/grpc-java.git
Add link to CVE process (#7832)
This commit is contained in:
parent
92364c89c7
commit
2a62de0559
|
|
@ -1,3 +1,7 @@
|
|||
# Security Policy
|
||||
|
||||
For information on gRPC Security Policy and reporting potentional security issues, please see [gRPC CVE Process](https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md).
|
||||
|
||||
# Authentication
|
||||
|
||||
gRPC supports a number of different mechanisms for asserting identity between an client and server. This document provides code samples demonstrating how to provide SSL/TLS encryption support and identity assertions in Java, as well as passing OAuth2 tokens to services that support it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue