summaryrefslogtreecommitdiff
path: root/config/rips.rules
diff options
context:
space:
mode:
authorGasper Vozel2021-08-16 11:54:48 +0200
committerGitHub2021-08-16 11:54:48 +0200
commita250aca71f57036ede5b4934d404f3d33f574f98 (patch)
tree1938ea7c8da08b2914b9c9eda48487edf74a0ac7 /config/rips.rules
parent76424299f8dd69990a7812474803fac9ec52b0b2 (diff)
Fix a few typos and inconsistencies in config files
Diffstat (limited to 'config/rips.rules')
-rw-r--r--config/rips.rules1
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
31sp.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(); 31sp.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();
32sp.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(); 32sp.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