diff options
| author | Gasper Vozel | 2021-08-16 11:54:48 +0200 |
|---|---|---|
| committer | GitHub | 2021-08-16 11:54:48 +0200 |
| commit | a250aca71f57036ede5b4934d404f3d33f574f98 (patch) | |
| tree | 1938ea7c8da08b2914b9c9eda48487edf74a0ac7 /config/rips.rules | |
| parent | 76424299f8dd69990a7812474803fac9ec52b0b2 (diff) | |
Fix a few typos and inconsistencies in config files
Diffstat (limited to 'config/rips.rules')
| -rw-r--r-- | config/rips.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/rips.rules b/config/rips.rules index 52e3f27..dcb08c1 100644 --- a/config/rips.rules +++ b/config/rips.rules | |||
| @@ -30,4 +30,3 @@ sp.disable_function.filename("/forgot_passwd.php").function("cpg_db_query").var( | |||
| 30 | # CVE-2017-1001000 - https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html | 30 | # CVE-2017-1001000 - https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html |
| 31 | sp.disable_function.filename("/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php").function("register_routes").var("_GET[id]").value_r("[^0-9]").drop(); | 31 | sp.disable_function.filename("/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php").function("register_routes").var("_GET[id]").value_r("[^0-9]").drop(); |
| 32 | sp.disable_function.filename("/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php").function("register_routes").var("_POST[id]").value_r("[^0-9]").drop(); | 32 | sp.disable_function.filename("/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php").function("register_routes").var("_POST[id]").value_r("[^0-9]").drop(); |
| 33 | |||
