Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

🐛 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.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information