netty5/codec-dns/src/main/java/io/netty/handler/codec/dns
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
..
AbstractDnsMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
AbstractDnsOptPseudoRrRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
AbstractDnsRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsQuery.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsQueryDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsQueryEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DatagramDnsResponseEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsOptEcsRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsPtrRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsQuery.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsQuestion.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsRawRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsRecordDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsRecordEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultDnsResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsCodecUtil.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsMessageUtil.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsOpCode.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsOptEcsRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsOptPseudoRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsPtrRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsQuery.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsQueryEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsQuestion.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsRawRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsRecord.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsRecordDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsRecordEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsRecordType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsResponse.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsResponseCode.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DnsSection.java Enable nohttp check during the build (#10708) 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
TcpDnsQueryEncoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
TcpDnsResponseDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00