netty5/codec-socks/src/main/java/io/netty/handler/codec/socks
Artem Smotrakov e5951d46fc
Enable nohttp check during the build (#10708)
Motivation:

HTTP is a plaintext protocol which means that someone may be able
to eavesdrop the data. To prevent this, HTTPS should be used whenever
possible. However, maintaining using https:// in all URLs may be
difficult. The nohttp tool can help here. The tool scans all the files
in a repository and reports where http:// is used.

Modifications:

- Added nohttp (via checkstyle) into the build process.
- Suppressed findings for the websites
  that don't support HTTPS or that are not reachable

Result:

- Prevent using HTTP in the future.
- Encourage users to use HTTPS when they follow the links they found in
  the code.
2020-10-23 14:44:18 +02:00
..
package-info.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAddressType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthRequest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthRequestDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthScheme.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksAuthStatus.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdRequest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdRequestDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdStatus.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCmdType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksCommonUtils.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksInitRequest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksInitRequestDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksInitResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksInitResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksMessageEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksMessageType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksProtocolVersion.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksRequest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksRequestType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksResponseType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SocksSubnegotiationVersion.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
UnknownSocksRequest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
UnknownSocksResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00