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
2017-10-13
Add more data to `phpinfo()`
jvoisin
2017-10-13
Rename a confusing structure member
jvoisin
2017-10-13
Maybe this will address #35
jvoisin
2017-10-13
Improve the doc wrt. the Debian package
jvoisin
2017-10-13
Partially revert d8ac163 because php.
jvoisin
2017-10-13
Show some data in the phpinfo();
jvoisin
2017-10-13
Fix some pedantic warnings
jvoisin
2017-10-13
Add some debug to the harden-rand tests, just in caseā¢
jvoisin
2017-10-13
Fix the size of the output vector in our usage of pcre
jvoisin
2017-10-12
Minor refactoring
jvoisin
2017-10-12
Fix minor gcc warnings with experimental options
jvoisin
2017-10-11
Hopefully fix an unreproductible NULL-deref in regexp matching
jvoisin
2017-10-11
Add some more debug to the regexp thingy
jvoisin
2017-10-11
Cheat a bit with the coverage
jvoisin
2017-10-11
Cache checksum calculation for the current file
jvoisin
2017-10-11
s/disable_functions/disable_function/g
jvoisin
2017-10-11
Add some info when a regexp fails
jvoisin
2017-10-10
.allow() is now working for require
jvoisin
2017-10-10
Bump coverage, and fix a segfault on trace matching
jvoisin
2017-10-10
Increase a bit the coverage
jvoisin
2017-10-10
Remove a useless ile for now
jvoisin
2017-10-10
Make the `simulation` mode logs more obvious
jvoisin
2017-10-09
Better hooking of language constructs (#26)
jvoisin
2017-10-09
Implement matching on the calltrace (#17)
jvoisin
2017-10-05
Use clang on travis-ci (#23)
jvoisin
2017-10-05
Use PHP's entropy generation primitive, instead of a ghetto one (#24)
jvoisin
2017-10-03
Add a test for functions used in UPPERCASE
jvoisin
2017-10-02
Add a warning if the env var is NULL
jvoisin
2017-10-02
First pass for #9
jvoisin
2017-09-29
Fix two cookie encryption issues found by @cfreal, and a bonus one (#18)
jvoisin
2017-09-26
Implement, test and document namespace support
jvoisin
2017-09-26
Simplify and improve the build system
jvoisin
2017-09-26
Merge pull request #8 from nbs-system/fix_local_xxe
blotus
2017-09-25
Bump a bit the coverage
jvoisin
2017-09-25
Fix XXE test when running without XML support
jvoisin
2017-09-25
Improve the travis file
jvoisin
2017-09-25
Fix minor coverity issues
jvoisin
2017-09-25
Show the line number in case of processing error
jvoisin
2017-09-22
Improve a bit the .travis.yml file
jvoisin
2017-09-21
Add travis
jvoisin
2017-09-20
fix XFAIL test for include/require
Sebastien Blot
2017-09-20
Initial import
Sebastien Blot