summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-05Fix the previous commitjvoisin
2021-01-05Add debian stable to the CIjvoisin
2021-01-05Update a bit our READMEjvoisin
2021-01-04Skip a failing test on php8jvoisin
2021-01-04Add a check on parameters namesxXx-caillou-xXx
Snuffleupagus will now warn when a particular function doesn't have the expected parameters configuration-wise.
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
Patch coming from https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/16372/diffs#diff-content-c2549fd272f686fb013e5c74164615ca073560bb
2021-01-03Mention in the documentation that SP now supports PHP8+ as welljvoisin
2021-01-02Bump the changelogv0.7.0jvoisin
2021-01-02Do a clang-format passjvoisin
2021-01-02Remove the travis-ci badgejvoisin
2021-01-02Add stacktraces to dumpsjvoisin
2021-01-02Don't use travis-ci anymorejvoisin
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-31Add an article to our propaganda pagejvoisin
2020-12-31Mention PHP8's security featuresjvoisin
2020-12-31Refresh a bit the CVE in the documentationjvoisin
2020-12-31PHP7 is deprecated, consider it as such in the docjvoisin
2020-12-31Linkify a bit the faqjvoisin
2020-12-31Add php8 to the CIjvoisin
2020-12-31Fix a test on php8jvoisin
2020-12-31Enabled matching on local var in php8jvoisin
PHP8 failed hard when it couldn't find the local variable we're looking for. using ZEND_FETCH_CLASS_SILENT makes it silent.
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
PHP8 is changing the capitalization of the error message
2020-12-31Add a tests for unserialize with php8jvoisin
2020-12-31Enable 3 more tests for php8jvoisin
2020-12-31Simplify a bit travis-ci.ymljvoisin
2020-12-31Add tests for broken configuration on php8jvoisin
2020-12-28Add a link to the propaganda pagejvoisin
2020-12-28Enable 2 more testsjvoisin
2020-12-28Enable more tests for php8jvoisin
2020-12-28Document the `tests` targetjvoisin
2020-12-25mark some tests as passing on php8jvoisin
2020-12-24Add PHP8 supportJulien Voisin
2020-12-19docs: fix simple typo, migitate -> mitigateTim Gates
There is a small typo in src/sp_utils.c. Should read `mitigate` rather than `migitate`.
2020-12-13Reduce the scope of a calljvoisin
2020-12-13Remove a duplicate includejvoisin
2020-12-13Enable vld for php7.4 in travisjvoisin
2020-12-13Get rid of pcre1jvoisin
2020-12-12Mark the relevant php8 tests as broken (#359)jvoisin
* Skip tests broken on php8 * Oops * Fix some tests * Add some XXE tests for php8 * Fix a test