Skip to content

Protocol: Weak SSL Certificate Signature Algorithm

Identifier: issue_ssl_weak_certificate_signature_algorithm

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A certificate signed with a weak hash or signature algorithm can be vulnerable to forgery.

How we test: We inspect the signature algorithm of the certificate presented by the TLS service.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_weak_certificate_signature_algorithm:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.