Skip to main content
cwb2205
New Member
July 24, 2019
Question

WAF disable signature

  • July 24, 2019
  • 1 reply
  • 4505 views

Hi,

 

I was trying to disable certain signatures as they were getting blocked for legitimate traffic. I found a cli command to add a signature to the disabled-signature field bit it only lets me add one signature, as soon as I try add another it just replaces the previous entry and that previous signature goes back to getting blocked.

config waf profile edit {Profile Name} config signature set disabled-signature {Event ID} end end

 

The disabled signature field only seems to be able to hold 1 id at a time. is there a way I can exempt several ids at a time? I want to avoid exempting a whole sub-class

    1 reply

    cwb2205
    cwb2205Author
    New Member
    July 26, 2019

    simple solution in the end

     

    config waf profile edit {Profile Name} config signature set disabled-signature {Event ID} {Event ID}  end end

     

    separate events must be separated with a space. if you have more to add, you need to copy the current disabled signatures out and paste them in the the new signature.