summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2022-07-18added config error for ini rules with identical keyBen Fuhrmannek
2022-07-18fixed crash when exporting function list (rare edge case problem)Ben Fuhrmannek
2022-07-17added full relro protection if the linker supports -zBen Fuhrmannek
2022-04-19extended checks for readonly_exec, enabled by defaultBen Fuhrmannek
2022-04-19fixed test case due to output changeBen Fuhrmannek
2022-04-19allow file:// prefix in include() wich readonly_exec modeBen Fuhrmannek
2022-03-29Fix compilation on old systemsjvoisin
2022-03-28Use `AC_PROG_CC` to make compilers behave correctlyjvoisin
2022-03-20Install re2c in the CIjvoisin
2022-03-20Modernize the m4 filejvoisin
2022-03-20Fix compilation on PHP<7.2jvoisin
2022-03-20Merge remote-tracking branch 'sektioneins/master'jvoisin
2022-03-20fixed trigger logic to parameter matchingBen Fuhrmannek
2022-03-20stricter config checksBen Fuhrmannek
2022-02-05added config dump/export for use with other toolsBen Fuhrmannek
2022-02-05sp_list lengthBen Fuhrmannek
2022-02-05introduced sp_regexp / store original regexBen Fuhrmannek
2022-02-05convert cidr to stringBen Fuhrmannek
2022-01-12removed redundant tests + minor fixesBen Fuhrmannek
2022-01-12make session support a runtime check instead of compile timeBen Fuhrmannek
2022-01-12fixed potential oob readBen Fuhrmannek
2022-01-12fixed compiler warning + better warning messageBen Fuhrmannek
2022-01-11fixed incorrect test descriptionBen Fuhrmannek
2022-01-11removed a few newlinesBen Fuhrmannek
2022-01-11made xml a runtime requirement instead of compile timeBen Fuhrmannek
2022-01-11fixed test caseBen Fuhrmannek
2022-01-11handle opcache test case failureBen Fuhrmannek
2022-01-11skip test if pcntl is missingBen Fuhrmannek
2022-01-10removed some debugging outputBen Fuhrmannek
2022-01-07proper test case cleanupBen Fuhrmannek
2022-01-07fixed invalid return valueBen Fuhrmannek
2022-01-06prevent double checks and fixed segfault on return value accessBen Fuhrmannek
2022-01-06make tests for running tests w/ and w/o debug modeBen Fuhrmannek
2022-01-06added stderr debug output option to configure instead of CFLAGSBen Fuhrmannek
2022-01-05skip old php check for testingBen Fuhrmannek
2022-01-05fix test case for php7Ben Fuhrmannek
2021-12-20allow '@set' as a synonym for 'set' in rules filesBen Fuhrmannek
2021-12-20make set + @log/@info/@error conditionalBen Fuhrmannek
2021-12-20removed upload script x-bit check at load time, thus allowing root-user to ex...Ben Fuhrmannek
2021-12-20check compatibility with linuxBen Fuhrmannek
2021-12-20removed confusung newlines for better reading/searchingBen Fuhrmannek
2021-12-20updated cached scanner fileBen Fuhrmannek
2021-12-20added @warn/@err to config syntaxBen Fuhrmannek
2021-12-14test cases for testing edge cases, eval and cmd executionBen Fuhrmannek
2021-12-14fix: apply checks to internal function calls, too, so we can match internal c...Ben Fuhrmannek
2021-12-14fix: include class name in eval whitelist matchingBen Fuhrmannek
2021-12-14code cleanup + removed line breaks for easier IDE integrationBen Fuhrmannek
2021-12-14get class name from execution_dataBen Fuhrmannek
2021-12-14fixed typo where execution hook may not have been activeBen Fuhrmannek
2021-12-13fixed use after free + PHP 7 compatibilityBen Fuhrmannek