Skip to content

Commit

Permalink
fix test list
Browse files Browse the repository at this point in the history
  • Loading branch information
bararchy committed Dec 21, 2023
1 parent f0bb8f5 commit 375f6e2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/sec_tester/tests.cr
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module SecTester
SUPPORTED_TESTS = {
"amazon_s3_takeover",
"angular_csti",
"backup_locations",
"broken_saml_auth",
"brute_force_login",
"business_constraint_bypass",
Expand All @@ -14,18 +12,16 @@ module SecTester
"date_manipulation",
"default_login_location",
"directory_listing",
# @deprecated Use "xss" instead
"dom_xss",
# "email_header_injection",
"email_injection",
"excessive_data_exposure",
"exposed_couch_db_apis",
"file_upload",
"full_path_disclosure",
"graphql_introspection",
"header_security",
"html_injection",
"http_method_fuzzing",
"id_enumeration",
"iframe_injection",
"improper_asset_management",
"insecure_tls_configuration",
"jwt",
Expand All @@ -37,7 +33,6 @@ module SecTester
"open_buckets",
"open_database",
"osi",
# "password_reset_poisoning",
"prompt_injection",
"proto_pollution",
"retire_js",
Expand All @@ -50,7 +45,6 @@ module SecTester
"stored_xss",
"unvalidated_redirect",
"version_control_systems",
"webdav",
"wordpress",
"xpathi",
"xss",
Expand Down

0 comments on commit 375f6e2

Please sign in to comment.