Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 593 Bytes

testing.rst

File metadata and controls

5 lines (4 loc) · 593 Bytes

Testing the Rule Set

Shipped with the ruleset are a number of different tools. One of these tools are the regression testing framework for OWASP CRS. For testing we use WTF (WAF Testing Framework). This framework allows us to specify HTTP requests via a YAML file. Each modification to CRS must pass the existing tests in order to be accepted. Additionally, if you are planning to add a rule, you should ensure that a test has been written. If you submit a pull request for a new rule without a test, it will not be accepted until one is provided.