Felipe Zipitría
Felipe Zipitría
> Please pronounce phonetically. `ppp`?
Just in case, did you tried using the proper URL encoding?
When trying this test in go-ftw, using the coraza engine: ``` func (s *localEngineTestSuite) TestCrsCall() { s.Require().NotNil(s.engine) // simple payload, no matches matchedRules := s.engine.CrsCall("this is a test") s.Require().Empty(matchedRules) //...
So if you happen to have a site that shows java documentation, you surely need to disable this. By adding extra prefixes, wouldn't that prevent some basic use cases? E.g....
Using the same tool you used for generate this, I get this: ``` class\s+(java|javax|org|com)...Exception → Matches fully qualified class names like class java.lang.NullPointerException. Exception in thread → Matches common Java...
@Xhoenix Let's switch to regex then?
Looks good, tests are failing.
`\` before a command was meant to escape shell aliasing, if I remember correctly. ``` $ alias l alias l='ls -lha' $ l -rw-r--r--@ 1 you staff 0B May 5...
Hi @highpingblorg. Sounds reasonable. Do you have a list for such bots to start with?
Amazing... so... can you provide a PR?