summaryrefslogtreecommitdiff
path: root/doc/source/config.rst (follow)
AgeCommit message (Collapse)Author
2025-10-24feat(log): add the possibility to log to a filelog2filejvoisin
2025-04-03Improve a bit the documentationjvoisin
2024-06-09Wording updatesChristian Göttsche
2024-06-09Add option to specify the allowed "php" wrapper typesChristian Göttsche
In addition of the current possibility to filter wrappers by their protocol name, also add the option to filter the "php" wrapper by the requested kind. Especially the 'filter' backend can be disabled that way.
2023-11-26Clarify a bit the documentation wrt. match/regexjvoisin
This closes #468
2023-09-20Improve a bit the documentationjvoisin
Based on a suggestion from @dimitargi
2023-09-20Document that rules are the be written in asciijvoisin
2023-04-15Document readonly_exec's `extended_checks` optionjvoisin
2023-02-02Url encode functions arguments when logging themjvoisin
2023-01-31Add sp.log_max_lenjvoisin
2022-12-08Add unserialize_noclassjvoisin
2022-08-18Fix some formatting in the documentationjvoisin
2022-07-20clarify conditions and variables in the documentationBen Fuhrmannek
2022-07-19Document conditionsjvoisin
2022-07-12Document extended_checks for readonly_execjvoisin
2022-03-20Merge remote-tracking branch 'sektioneins/master'jvoisin
2021-11-22docs fix: path in filename() must be absolute (#404)Jakub Onderka
2021-11-11inverted logic. set xxe_protection.enable() instead of disable_xxe.disable()Ben Fuhrmannek
2021-08-18documentation for the ini protection featureBen Fuhrmannek
2021-08-18document allowed linebreaks and sim() alias to simulation()Ben Fuhrmannek
2021-05-01Add a warning about the HMAC thingy for wordpressjvoisin
2020-11-29Make the `>` operator skip over functionsjvoisin
2020-11-29Document the `>` operatorjvoisin
2020-06-09Improve the documentation wrt. "modifiers"jvoisin
2020-03-04%s/nbs-system/jvoisinjvoisin
Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork.
2019-08-31Support direct syslog loggingThibault "bui" Koechlin
Add the possibility to log directly into the syslog, instead of using php's log system.
2019-02-23Fix the testsuite on php8.jvoisin
In php8, it's non-trivial to hook strlen, since this function is usually optimized away by the compiler.
2019-01-19Fix typo in how Snuffleupagus is spelled in doc/source/config.rsttomcodes
2018-12-26Document that it's not possible to hook builtins via regexpjvoisin
Also bump a bit the coverage
2018-12-15Document the previous commitjvoisin
2018-10-23Clarify a bit the documentationjvoisin
A user was a bit afraid that Snuffleupagus might damage their website permanently, so we rephrase the documentation to convey that this is not the case.
2018-10-07Document the `.pos` filterjvoisin
2018-08-30Change how we're handling invalid configurationsxXx-caillou-xXx
Since our configuration format is a bit more complex than php's one, we have a `sp.allow_broken_configuration` parameter (`false` by default), that you can set to `true` if you want PHP to carry on if your Snuffleupagus' configuration contains syntax errors. You'll still get a big scary message in your logs of course. We do **not** recommend to use it of course, but sometimes it might be useful to be able to "debug in production" without breaking your website.
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-21Document our type-juggling-prevention systemjvoisin
2018-07-18Fix broken link in the config documentationkka
2018-07-18Fix broken links in the documentationkka
2018-07-13Document even more the `print`/`echo` situationjvoisin
2018-07-13Document why `print` might look like `echo` in logsjvoisin
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
2018-05-29Support session encryptionkkadosh
Implement session encryption.
2018-03-29Clarify the documentation wrt. configuration filesjvoisin
This should close #172
2018-03-13Fix the documentation wrt. misc examples of rulesjvoisin
2018-02-12Mention the script in the documentationjvoisin
2018-02-09Clarify a bit the documentationjvoisin
2018-01-18Document the glob featurejvoisin
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
2018-01-15Add a note about session cookies handling.jvoisin