diff options
| author | kjojo | 2018-02-07 18:30:25 +0100 |
|---|---|---|
| committer | jvoisin | 2018-02-07 18:30:25 +0100 |
| commit | b92d25350609d4213e62bcfac0a77607bcfadb74 (patch) | |
| tree | 9bef3fd366168b1caa633a8269c0f9278400e634 | |
| parent | 07e6e4ed521bfb61b2712631b50b3467675aedea (diff) | |
Tested two more rules for Abantecart 1.2.8 from the RIPS calendar
| -rw-r--r-- | config/rips.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/rips.rules b/config/rips.rules index c1e3822..9497528 100644 --- a/config/rips.rules +++ b/config/rips.rules | |||
| @@ -1 +1,4 @@ | |||
| 1 | sp.disable_function.function("define").filename_r("/static_pages/index.php").var("$_SERVER[PHP_SELF]").value_r("\"").drop(); | 1 | sp.disable_function.function("define").filename_r("/static_pages/index.php").var("$_SERVER[PHP_SELF]").value_r("\"").drop(); |
| 2 | sp.disable_function.function("ModelToolBackup::createBackupTask").filename_r("/admin/model/tool/backup.php").param("data[table_list]").value_r("'").drop(); | ||
| 3 | sp.disable_function.function("ALanguageManager::_clone_language_rows").filename_r("/core/lib/language_manager.php").param("from_language").value_r("[^0-9]").drop(); | ||
| 4 | |||
