🐛 Some Netbox forms are forbidden by WAF
| WAF Version |
|---|
| v0.19.1 |
Actual Behavior
I have identified that the following forms (in Netbox) are blocked by the WAF:
- when trying to import a CSV file (to do a "bulk create")
- when trying to update a Certificate, and the certificate content is not empty
It seems that the WAF detects the CSV or the PEM encoded public key of the certificate in the request and blocks it.
More forms with specific format might be impacted.
Desired Behavior
Those forms should always work.