You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Gun is used to have a single connection to an origin, serving requests from mutually distrustful entities (for example if Gun is used to implement a proxy merging multiple connections into one), then the current implementation of Gun is not as secure as it could be as attacks on the connection's dynamic state are possible (though fairly difficult).
The same will be true in the initial HTTP/3 release.
In proxy cases part of the solution will require some modifications in Cowboy as well, to propagate the never indexed bits.
This is something that would be nice to fix eventually but for the time being the appropriate explanations and disclaimer will do.
The text was updated successfully, but these errors were encountered:
https://datatracker.ietf.org/doc/html/rfc7541#section-7.1
If Gun is used to have a single connection to an origin, serving requests from mutually distrustful entities (for example if Gun is used to implement a proxy merging multiple connections into one), then the current implementation of Gun is not as secure as it could be as attacks on the connection's dynamic state are possible (though fairly difficult).
The same will be true in the initial HTTP/3 release.
In proxy cases part of the solution will require some modifications in Cowboy as well, to propagate the never indexed bits.
This is something that would be nice to fix eventually but for the time being the appropriate explanations and disclaimer will do.
The text was updated successfully, but these errors were encountered: