aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-11-17 10:20:17 -0800
committerEric Anderson <ejona@google.com>2017-11-17 13:16:14 -0800
commit47821fa74eeb4a344f061f79dfdaacbb080e6726 (patch)
tree39ae27f1803194c34b2e1aa000508a7f9a0796e1 /SECURITY.md
parent69aeddae49f3fa3f6136fb6f00ddb93121000418 (diff)
downloadgrpc-grpc-java-47821fa74eeb4a344f061f79dfdaacbb080e6726.tar.gz
SECURITY.md: Avoid needing to update tcnative table every release
This also fixes an oversight for the 1.0.2+ releases, since they had a different netty version.
Diffstat (limited to 'SECURITY.md')
-rw-r--r--SECURITY.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/SECURITY.md b/SECURITY.md
index c6d1b77bc..c72696123 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -320,14 +320,13 @@ Below are known to work version combinations:
grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static version
------------------ | ------------------------ | ---------------------------------------
-1.0.0 | 4.1.3.Final | 1.1.33.Fork19
-1.1.0 | 4.1.8.Final | 1.1.33.Fork26
-1.2.0 | 4.1.8.Final | 1.1.33.Fork26
-1.3.0 | 4.1.8.Final | 1.1.33.Fork26
-1.4.0 | 4.1.11.Final | 2.0.1.Final
-1.5.0 | 4.1.12.Final | 2.0.5.Final
-1.6.1 | 4.1.14.Final | 2.0.5.Final
-1.7.0 | 4.1.16.Final | 2.0.6.Final
+1.0.0-1.0.1 | 4.1.3.Final | 1.1.33.Fork19
+1.0.2-1.0.3 | 4.1.6.Final | 1.1.33.Fork23
+1.1.x-1.3.x | 4.1.8.Final | 1.1.33.Fork26
+1.4.x | 4.1.11.Final | 2.0.1.Final
+1.5.x | 4.1.12.Final | 2.0.5.Final
+1.6.x | 4.1.14.Final | 2.0.5.Final
+1.7.x- | 4.1.16.Final | 2.0.6.Final
### OkHttp
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.