go-ftw icon indicating copy to clipboard operation
go-ftw copied to clipboard

Web Application Firewall Testing Framework - Go version

Results 16 go-ftw issues
Sort by recently updated
recently updated
newest added

Don't know if this is feasible, but let's see. We found out that we might want to skip (or don't run tests) based on attributes of the rule we are...

enhancement

Hi, Currently, such behavior is implemented for the actual tests using the config field `testoverride.input.headers` of type map. Per my tests, these custom request headers are not used in the...

enhancement

Hello, currently, ftw is looking for the IDs of the triggered rules after sending a request. What we are facing running Coraza on Envoy is that the phase when the...

Initial implementation specifically went around standard interfaces like `Client` or `RoundTripper`. Now that the project is working properly, we should revisit using standard interfaces to enable extensions from other users....

enhancement

Github supports adding a summary by using `echo "{markdown content}" >> $GITHUB_STEP_SUMMARY` It is the perfect place for printing the summary.

As a security rules tester, I would like to have tests results coverage based on the tests and on the rules I am testing. **Requirements** - add an optional `--coverage`...

enhancement