summaryrefslogtreecommitdiff
path: root/config (follow)
AgeCommit message (Collapse)Author
2018-07-23Allow the inclusion of `.inc` filesjvoisin
2018-07-23Use SameSite on PHP's session cookie in the default rulesjvoisin
2018-07-23Activate more features in the default rulesjvoisin
2018-07-13Massively optimize how rules are handledxXx-caillou-xXx
This commit does a lot of things: - Use hashtables instead of lists to store the rules - Rules that can be applied at launch time won't be tried at runtime - Improve feedback when writing nonsensical rules - Make intensive use of `zend_string` instead of `char*`
2018-03-09Improve the performances of our default rulesjvoisin
2018-03-09Vastly improve our typo3 rulesjvoisin
2018-03-05Improve a bit the performances (+10%)jvoisin
2018-03-02Add some rules for Typo3, courtesy of @kjojojvoisin
2018-02-26Improve the previous commitjvoisin
2018-02-26Add a rule to prevent various sandbox escapesjvoisin
This used to be private, but since it apparently isn't anymore, we should forbid it ;)
2018-02-22Refactor a bit our rulesjvoisin
2018-02-07Tested two more rules for Abantecart 1.2.8 from the RIPS calendarkjojo
2018-02-07Add an example rule from the rips calendar for abantecart's XSSkjojo
2018-01-17Our configuration files are ending in .rules, not .inijvoisin
This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip
2017-12-27Fix the debian packageblotus
Add a default ini file to enable snuffleupagus to the debian package
2017-12-04Fix the configuration parser wrt. non-matching bracketsjvoisin
This validation step is a bit idiotic, but we'll replace it with a proper parser anyway.
2017-11-27Archlinux pkgxXx-caillou-xXx
Add a PKGBUILD for Archlinux
2017-11-0653 absolute path (#62)jvoisin
* Add error for relative path
2017-10-11s/disable_functions/disable_function/gjvoisin
This should close #36 and #30
2017-09-20Initial importSebastien Blot