google / gonids

gonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/forum/#!topic/gonids/
Apache License 2.0
179 stars 48 forks source link

Fix Content FormatPattern to handle backslashes. #148

Closed danielpoliakov closed 4 years ago

danielpoliakov commented 4 years ago

Solves #147

double backslash in TestContentFormatPattern outputed C|3A|\\WINDOWS\\system32\\ which in reality were not double backslashes but escaped single backslashes

google-cla[bot] commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

danielpoliakov commented 4 years ago

@googlebot I signed it!