Skip to content

Protocol: SSL Certificate Uses a SHA-1 Fingerprint

Identifier: issue_ssl_sha1_certificate_fingerprint

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A SHA-1 certificate fingerprint relies on a collision-prone hash algorithm and can weaken certificate identity verification.

How we test: We inspect the certificate fingerprint algorithm offered by the TLS service.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_sha1_certificate_fingerprint:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.