Skip to content

Commit

Permalink
Merge branch 'main' into php-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-timcu committed Dec 18, 2024
2 parents 7a397cc + 3d50e15 commit 1910ddc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 84 deletions.
4 changes: 0 additions & 4 deletions lib/php-extension/Hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ unordered_map<std::string, PHP_HANDLERS> HOOKED_FUNCTIONS = {
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(symlink, handle_pre_file_path_access_2),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(touch, handle_pre_file_path_access),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(unlink, handle_pre_file_path_access),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(require, handle_pre_file_path_access),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(require_once, handle_pre_file_path_access),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(include, handle_pre_file_path_access),
AIKIDO_REGISTER_FUNCTION_HANDLER_EX(include_once, handle_pre_file_path_access),
};

unordered_map<AIKIDO_METHOD_KEY, PHP_HANDLERS, AIKIDO_METHOD_KEY_HASH> HOOKED_METHODS = {
Expand Down
Empty file added tests/cli/bait_file.txt
Empty file.
20 changes: 0 additions & 20 deletions tests/cli/path_traversal/test_path_traversal_include.phpt

This file was deleted.

20 changes: 0 additions & 20 deletions tests/cli/path_traversal/test_path_traversal_include_once.phpt

This file was deleted.

20 changes: 0 additions & 20 deletions tests/cli/path_traversal/test_path_traversal_require.phpt

This file was deleted.

20 changes: 0 additions & 20 deletions tests/cli/path_traversal/test_path_traversal_require_once.phpt

This file was deleted.

0 comments on commit 1910ddc

Please sign in to comment.