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
/
sp_config.h
(
follow
)
Age
Commit message (
Expand
)
Author
2018-07-13
Yet an other pass of clang-format
jvoisin
2018-07-13
Massively optimize how rules are handled
xXx-caillou-xXx
2018-07-09
Trying to fix sloppy comparison (#186)
jvoisin
2018-05-29
Support session encryption
kkadosh
2018-03-02
Add .dump() for eval whitelist/blacklist + simulation mode for whitelist
kkadosh
2018-03-02
Implement dump() for execution of writable PHP files
kkadosh
2018-02-27
Implements .dump() for unserialize and fix some related tests
kkadosh
2018-02-05
Compatibility layer for pcre2
jvoisin
2018-01-10
Eval whitelist
jvoisin
2018-01-04
Eval blacklist
jvoisin
2017-12-28
Clang-format pass
Thibault "bui" Koechlin
2017-12-28
Implement regexp support for cookies encryption
Thibault "bui" Koechlin
2017-12-27
Implement simulation mode for cookies (de/en)cryption
jvoisin
2017-12-21
Rename sp_node_t to sp_list_node
jvoisin
2017-12-20
Better parsing of the rules
xXx-caillou-xXx
2017-12-04
Improve the `.dump` filter
jvoisin
2017-11-29
Hide an enum definition
jvoisin
2017-11-29
Implement eval hooking
jvoisin
2017-11-24
Implement anti csrf measures
xXx-caillou-xXx
2017-10-31
Unify two struct members related to virtual-patching
xXx-caillou-xXx
2017-10-26
Free additionally allocated `sp_list` instances
Ben Foster
2017-10-24
Remove the `enable` member from the disable function structure
jvoisin
2017-10-23
Implement the .line filter
jvoisin
2017-10-18
Implement match on arguments position
jvoisin
2017-10-13
Rename a confusing structure member
jvoisin
2017-10-11
s/disable_functions/disable_function/g
jvoisin
2017-10-09
Better hooking of language constructs (#26)
jvoisin
2017-10-09
Implement matching on the calltrace (#17)
jvoisin
2017-10-02
First pass for #9
jvoisin
2017-09-25
Show the line number in case of processing error
jvoisin
2017-09-20
Initial import
Sebastien Blot