fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 620 forks source link

Draft: WAF #915

Open ennetech opened 1 year ago

ennetech commented 1 year ago

Closes !911

at the moment v2 version of coraza is being used as v3 is still in alpha

curl http://localhost:9999/?a=<script>alert(1)</script> will trigger the waf

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

nathanejohnson commented 1 year ago

I'm halfway tempted to remove the vendor directory and just rely on go modules anyway. It will probably be later in the week before I'm able to look at this in earnest, but thanks again for this!