Testing of and fix for HTTP2 "Rapid Reset" issue #3170
-
I'm using Actix-web in several different projects between different companies, and this vulnerability was brought up to my attention by our IT person.
While I might be missing something, at least what I'm looking at here, it doesn't seem like there are any facilities set up to check if a client is abusing the connection, and I'm beginning the process of trying to understand how it would be added into this framework. Link to Google's write-up of of the "rapid reset" vulnerability: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
h2
crate, which Actix Web relies on for HTTP/2 support, is unaffected.