From c0ed4460e21a16abc6d750d30caa84b9715b26d3 Mon Sep 17 00:00:00 2001 From: Bar Hofesh Date: Fri, 5 Apr 2024 11:15:36 +0300 Subject: [PATCH] update test list --- src/sec_tester/tests.cr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sec_tester/tests.cr b/src/sec_tester/tests.cr index a34ac89..b0c4820 100644 --- a/src/sec_tester/tests.cr +++ b/src/sec_tester/tests.cr @@ -1,6 +1,7 @@ module SecTester SUPPORTED_TESTS = { "amazon_s3_takeover", + "bola", "broken_saml_auth", "brute_force_login", "business_constraint_bypass", @@ -30,9 +31,10 @@ module SecTester "lrrl", "mass_assignment", "nosql", - "open_buckets", + "open_cloud_storage", "open_database", "osi", + "password_reset_poisoning", "prompt_injection", "proto_pollution", "retire_js",