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_scanner.re
(
follow
)
Age
Commit message (
Expand
)
Author
2024-06-06
Add format attribute to log function and adjust format specifiers
Christian Göttsche
2024-06-06
Avoid dropping const qualifier in casts
Christian Göttsche
2023-04-29
Improve how the parser is generated
jvoisin
2022-05-15
Silence a false positive in gcc
jvoisin
2022-05-06
Another constify pass
jvoisin
2021-12-20
allow '@set' as a synonym for 'set' in rules files
Ben Fuhrmannek
2021-12-20
make set + @log/@info/@error conditional
Ben Fuhrmannek
2021-12-20
added @warn/@err to config syntax
Ben Fuhrmannek
2021-11-30
added @log logging feature to config parser
Ben Fuhrmannek
2021-10-21
fix oob memory access
Ben Fuhrmannek
2021-09-02
fixed compiler warnings + test cases
Ben Fuhrmannek
2021-09-01
implemented proper operand precedence using the shunting yard algorithm
Ben Fuhrmannek
2021-08-31
basic condition suuport for rules files
Ben Fuhrmannek
2021-08-16
config supports variables now
Ben Fuhrmannek
2021-08-16
fincy new scanner/parser for config rules + fixed a few bugs along the way + ...
Ben Fuhrmannek