Skip to content

Conversation

@Agustindeleon
Copy link
Collaborator

@Agustindeleon Agustindeleon commented Oct 26, 2025

what

  • extract default action directives and append phase defaults values to global config in Seclang -> CRSLang flow:
    global:
      version: OWASP_CRS/4.0.1-dev
      tags:
          - OWASP_CRS
      phases:
          "1":
              comment: | ...
              actions:
                  disruptive: pass
                  non-disruptive:
                      - log
                      - auditlog
          "2":
              actions:
                  disruptive: pass
                  non-disruptive:
                      - log
                      - auditlog
    
  • prepend phase default in the directive list as DefaultActions in CRSLang -> Seclang flow.

why

  • global config section provides better visibility over default configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants