summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2021-05-08Add a test for #390jvoisin
2021-05-08Fix a memory leak when using pcre2jvoisin
2021-05-08Handle a possible issue with regexpjvoisin
2021-04-28A pass of clang-formatjvoisin
2021-04-28Simplify a bit get_ip()jvoisin
2021-04-28Add some logging for the XXE mitigationjvoisin
2021-04-27Protect against XXE in php8jvoisin
2021-04-27Fix SKIPIF output syntax errorTristan Deloche
2021-04-26Make it easier to figure functions parameters' namesJulien Voisin
2021-03-26Add PHP8 for linux distributions on the CIJulien Voisin
2021-01-30Improve a bit the typing of the parserjvoisin
2021-01-30Improve a bit type diversityjvoisin
2021-01-05Fix a superfluous `const`jvoisin
2021-01-04Skip a failing test on php8jvoisin
2021-01-04Add a check on parameters namesxXx-caillou-xXx
2021-01-04Fix #368 build with system libpcreRemi Collet
2021-01-03Don't fallback to local variables when unable to get function parameterSylvain "caillou" Lefevre
2021-01-03Don't check for bundled pcre in php8jvoisin
2021-01-02Bump the changelogv0.7.0jvoisin
2021-01-02Do a clang-format passjvoisin
2021-01-02Add stacktraces to dumpsjvoisin
2021-01-02Use gitlab-ci for all supported php versionsjvoisin
2021-01-02Fix a test on php8+jvoisin
2021-01-01Simplify a loop conditionjvoisin
2021-01-01Simplify sp_match_array_valuejvoisin
2021-01-01Constify a functionjvoisin
2021-01-01Enable a disabled testjvoisin
2020-12-31Fix a test on php8jvoisin
2020-12-31Enabled matching on local var in php8jvoisin
2020-12-31Enable a PHP<8 testjvoisin
2020-12-31Add two tests for cookies encryption on php8jvoisin
2020-12-31Add tests for harden_randjvoisin
2020-12-31Add two tests for inexistant config filesjvoisin
2020-12-31Actually enable the testsjvoisin
2020-12-31Enable 3 more testsjvoisin
2020-12-31Add a tests for unserialize with php8jvoisin
2020-12-31Enable 3 more tests for php8jvoisin
2020-12-31Add tests for broken configuration on php8jvoisin
2020-12-28Enable 2 more testsjvoisin
2020-12-28Enable more tests for php8jvoisin
2020-12-25mark some tests as passing on php8jvoisin
2020-12-24Add PHP8 supportJulien Voisin
2020-12-19docs: fix simple typo, migitate -> mitigateTim Gates
2020-12-13Reduce the scope of a calljvoisin
2020-12-13Remove a duplicate includejvoisin
2020-12-13Get rid of pcre1jvoisin
2020-12-12Mark the relevant php8 tests as broken (#359)jvoisin
2020-12-01In tests, don't `die("skip")` but `print "skip"` instead (#358)jvoisin
2020-11-30Fix an other type mismatch in zend_compile_stringjvoisin
2020-11-30Fix the type of zend_compile_string (#357)jvoisin