Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bararchy committed Apr 15, 2024
1 parent ef5abfb commit d7c8e15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/incremental.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ module Incremental
"sqli",
"ssrf",
"xxe",
"open_buckets",
"open_cloud_storage",
"open_database",
]

STATIC_TESTS = [
"cve_test",
"open_buckets",
"open_cloud_storage",
"open_database",
"amazon_s3_takeover",
"retire_js",
Expand Down Expand Up @@ -84,8 +84,7 @@ module Incremental

OTHER_TESTS = [
"amazon_s3_takeover",
"angular_csti",
"backup_locations",
"bola",
"broken_saml_auth",
"brute_force_login",
"business_constraint_bypass",
Expand All @@ -97,25 +96,27 @@ module Incremental
"date_manipulation",
"default_login_location",
"directory_listing",
"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",
"ldapi",
"lfi",
"mass_assignment",
"nosql",
"open_buckets",
"open_cloud_storage",
"open_database",
"osi",
"password_reset_poisoning",
"prompt_injection",
"proto_pollution",
"retire_js",
Expand All @@ -128,7 +129,6 @@ module Incremental
"stored_xss",
"unvalidated_redirect",
"version_control_systems",
"webdav",
"wordpress",
"xpathi",
"xss",
Expand Down

0 comments on commit d7c8e15

Please sign in to comment.