Adding an appsec exclusion for Nightscout socket.io traffic
Container
Hi everyone :)
I just started playing with appsec, and the vpatch rules are performing very well. So I figured I´d add out of band CRS processing as well and I'm seeing a lot of false positives for Nightscout (a diabetes management system)
Specifically, traffic to /socket.io/ is being detected and eventually a ban decision is made.
I was able to make a whitelist parser in
parsers/s02-enrich/
parsers/s02-enrich/
that at least prevents the creation of a decision, but ideally I want to also prevent alerts from being generated. I'm having a hard time finding the relevant documentation and so I have no idea how to proceed.