summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-11CI badgesBeF
2022-01-11Update README.mdBeF
2022-01-11handle opcache test case failureBen Fuhrmannek
2022-01-11make src-dir variable in makefile and use bash as default shellBen Fuhrmannek
2022-01-11fixed syntax error in yamlBen Fuhrmannek
2022-01-11changed build instructions for github workflowsBen Fuhrmannek
2022-01-11enable strict_mode in example configBen Fuhrmannek
2022-01-11skip test if pcntl is missingBen Fuhrmannek
2022-01-10renamed ini protection example rulesBen Fuhrmannek
2022-01-10added conditions to ini protection exampleBen Fuhrmannek
2022-01-10removed some debugging outputBen Fuhrmannek
2022-01-07added docker start rule and linked-clone to makefileBen Fuhrmannek
2022-01-07remove slides from source repoBen Fuhrmannek
2022-01-07added dangerous extension checkBen 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-05Delete coverity.ymlBeF
2022-01-05added codeql workflowBeF
2022-01-05skip old php check for testingBen Fuhrmannek
2022-01-05.Ben Fuhrmannek
2022-01-05removed test case for github actions + PHP 7Ben Fuhrmannek
2022-01-05better github build scriptBen 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-13build sp for php8.1Ben Fuhrmannek
2021-12-13fixed use after free + PHP 7 compatibilityBen Fuhrmannek
2021-12-13fixed test case with new behaviourBen Fuhrmannek
2021-11-30fixed test case for PHP 8.1.Ben Fuhrmannek
2021-11-30PHP 8.1 compatibility with streams/includes + fix for ticksBen Fuhrmannek
2021-11-30clarify control flowBen Fuhrmannek
2021-11-30fixed crash when parsing arguments with PHP 8.1Ben Fuhrmannek
2021-11-30added @log logging feature to config parserBen Fuhrmannek
2021-11-30php 8.1 compatibilityBen Fuhrmannek
2021-11-19added old php version checkBen Fuhrmannek
2021-11-19replaced call_user_func with C level callBen Fuhrmannek