netty5/codec-http/src
Artem Smotrakov 00f21845f8
Suppress warnings about weak hash algorithms (#10647)
Motivation:

LGTM reported that WebSocketUtil uses MD5 and SHA-1
that are considered weak. Although those algorithms
are insecure, they are required by draft-ietf-hybi-thewebsocketprotocol-00
specification that is implemented in the corresponding WebSocket
handshakers. Once the handshakers are removed, WebSocketUtil can be
updated to stop using those weak hash functions.

Modifications:

Added SuppressWarnings annotations.

Result:

Suppressed warnings.
2020-10-12 09:24:17 +02:00
..
main Suppress warnings about weak hash algorithms (#10647) 2020-10-12 09:24:17 +02:00
test Add validation check about websocket path (#10583) 2020-10-08 12:06:43 +02:00