Skip to content

Protocol: Missing TLS 1.3 Support

Identifier: issue_ssl_missing_tls13_support

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A TLS service without TLS 1.3 support cannot use its modern handshake, cipher suite, and cryptographic protections.

How we test: We offer TLS 1.3 and verify that the service negotiates the protocol version.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_tls13_support:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.