Skip to content

Configuration: DNS record permissive SPF

Identifier: permisive_spf

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Check if the DNS record is a valid permissive SPF record.

Configuration

Example

Example configuration:

---
security_tests:
  permisive_spf:
    assets_allowed:
    - DNS
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.