Skip to content

Instantly share code, notes, and snippets.

@fbiville
Last active September 25, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbiville/2c23b36cf69b740e5b972246b38d0912 to your computer and use it in GitHub Desktop.
Save fbiville/2c23b36cf69b740e5b972246b38d0912 to your computer and use it in GitHub Desktop.
HTTP/2 vulnerabilities and Node / Java libs

HTTP/2 vulnerabilities

https://www.kb.cert.org/vuls/id/605641/

Java

gRPC

1.23.0 - https://github.com/grpc/grpc-java/releases/tag/v1.23.0

Netty

4.1.39.Final - https://netty.io/news/2019/08/13/4-1-39-Final.html

-> release 0.8.11.RELEASE of reactor-netty yet
	-> release 2.1.8 spring-boot-starter-reactor-netty
		-> release 2.1.8 spring-boot-starter-webflux

Node

Version must be at the very least :

gRPC

???

expressjs

???

CF builpack

https://github.com/cloudfoundry/node-engine-cnb/releases/tag/v0.0.42 contains safe releases (10.16.2 and 8.16.0 will not be picked up unless the app specifically requests the oldest patch).

First releases with all the fixes is https://github.com/cloudfoundry/node-engine-cnb/releases/tag/v0.0.37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment