HEX
Server: nginx/1.28.0
System: Linux w3c-2 6.8.0-78-generic #78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025 x86_64
User: inpa_co_1 (1082)
PHP: 8.3.29
Disabled: NONE
Upload Files
File: //etc/modsecurity.d/owasp/.yamllint.yml
extends: default

rules:
  # Test lines can be big
  line-length:
    max: 1024
    level: warning
    # These files below have very large lines, needed for the test.
    # So they will raise warnings every time.
    ignore: |
      tests/regression/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920380.yaml
      tests/regression/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920390.yaml
      tests/regression/tests/REQUEST-941-APPLICATION-ATTACK-XSS/941360.yaml
      tests/regression/tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942521.yaml
      tests/regression/tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942522.yaml

  # don't bother me with this rule
  indentation: disable

  comments:
    require-starting-space: true # default
    min-spaces-from-content: 1