index
:
snuffleupagus
85beta2
log2file
master
Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
2021-04-28
A pass of clang-format
jvoisin
2021-04-28
Simplify a bit get_ip()
jvoisin
2021-04-28
Add some logging for the XXE mitigation
jvoisin
2021-04-27
Protect against XXE in php8
jvoisin
2021-04-27
Fix SKIPIF output syntax error
Tristan Deloche
2021-04-26
Make it easier to figure functions parameters' names
Julien Voisin
2021-03-26
Add PHP8 for linux distributions on the CI
Julien Voisin
2021-01-30
Improve a bit the typing of the parser
jvoisin
2021-01-30
Improve a bit type diversity
jvoisin
2021-01-05
Fix a superfluous `const`
jvoisin
2021-01-04
Skip a failing test on php8
jvoisin
2021-01-04
Add a check on parameters names
xXx-caillou-xXx
2021-01-04
Fix #368 build with system libpcre
Remi Collet
2021-01-03
Don't fallback to local variables when unable to get function parameter
Sylvain "caillou" Lefevre
2021-01-03
Don't check for bundled pcre in php8
jvoisin
2021-01-02
Bump the changelog
v0.7.0
jvoisin
2021-01-02
Do a clang-format pass
jvoisin
2021-01-02
Add stacktraces to dumps
jvoisin
2021-01-02
Use gitlab-ci for all supported php versions
jvoisin
2021-01-02
Fix a test on php8+
jvoisin
2021-01-01
Simplify a loop condition
jvoisin
2021-01-01
Simplify sp_match_array_value
jvoisin
2021-01-01
Constify a function
jvoisin
2021-01-01
Enable a disabled test
jvoisin
2020-12-31
Fix a test on php8
jvoisin
2020-12-31
Enabled matching on local var in php8
jvoisin
2020-12-31
Enable a PHP<8 test
jvoisin
2020-12-31
Add two tests for cookies encryption on php8
jvoisin
2020-12-31
Add tests for harden_rand
jvoisin
2020-12-31
Add two tests for inexistant config files
jvoisin
2020-12-31
Actually enable the tests
jvoisin
2020-12-31
Enable 3 more tests
jvoisin
2020-12-31
Add a tests for unserialize with php8
jvoisin
2020-12-31
Enable 3 more tests for php8
jvoisin
2020-12-31
Add tests for broken configuration on php8
jvoisin
2020-12-28
Enable 2 more tests
jvoisin
2020-12-28
Enable more tests for php8
jvoisin
2020-12-25
mark some tests as passing on php8
jvoisin
2020-12-24
Add PHP8 support
Julien Voisin
2020-12-19
docs: fix simple typo, migitate -> mitigate
Tim Gates
2020-12-13
Reduce the scope of a call
jvoisin
2020-12-13
Remove a duplicate include
jvoisin
2020-12-13
Get rid of pcre1
jvoisin
2020-12-12
Mark the relevant php8 tests as broken (#359)
jvoisin
2020-12-01
In tests, don't `die("skip")` but `print "skip"` instead (#358)
jvoisin
2020-11-30
Fix an other type mismatch in zend_compile_string
jvoisin
2020-11-30
Fix the type of zend_compile_string (#357)
jvoisin
2020-11-29
Fix some unused variables warnings introduced in ea7c76b
jvoisin
2020-11-29
Fix zend_write booking type
jvoisin
2020-11-29
Don't call libxml_disable_entity_loader for php8+
jvoisin
[next]