pub mod allowlist;
pub mod allowlist_hash_parse_non_ascii_does_not_panic;
pub mod apply_default_protections_populates_report_fields;
pub mod aws;
pub mod banner;
pub mod chunk_metadata_defaults_are_empty;
pub mod chunk_with_unicode_path_serializes_safely;
pub mod cloning_does_not_duplicate_buffer;
pub mod compute_spec_hash_changes_when_severity_changes;
pub mod config;
pub mod control_chars_in_path_serialize_safely;
pub mod corrupted_cache_returns_empty;
pub mod credential_hash_eq_matches;
pub mod curated_services_map_correctly;
pub mod debug_redacts_bytes;
pub mod dedup;
pub mod default_protections_are_idempotent;
pub mod detector_and_path_combine_with_and;
pub mod detector_match_only;
pub mod display_redacts_bytes;
pub mod empty_chunk_data_is_valid;
pub mod empty_run_still_produces_valid_sarif;
pub mod empty_service_does_not_panic;
pub mod empty_suppress_entry_is_rejected;
pub mod empty_suppressor_matches_nothing;
pub mod empty_with_one_suppression_uses_singular;
pub mod empty_with_suppressions_says_examples_were_silenced;
pub mod empty_with_zero_suppressions_says_clean;
pub mod entries_returns_sorted;
pub mod equality_constant_time;
pub mod expose_secret_returns_bytes;
pub mod extremely_long_path_does_not_panic;
pub mod false_positives_drive_posterior_down;
pub mod finding;
pub mod fix_replacement_text_empty_service_still_wraps;
pub mod fix_replacement_text_wraps_in_dollar_braces;
pub mod fresh_detector_returns_uniform_prior;
pub mod gates;
pub mod hardening_report_failures_are_collectible;
pub mod interactsh_token_without_oob_block_is_error;
pub mod json_array_reporter_new_propagates_write_errors;
pub mod json_array_reporter_wraps_findings_in_array;
pub mod jsonl_reporter_emits_one_object_per_line;
pub mod jsonl_reporter_empty_finish_still_valid;
pub mod legacy_b64_prefix_still_deserializes;
pub mod legacy_plain_string_still_deserializes;
pub mod load_detectors_from_empty_dir_returns_empty;
pub mod load_detectors_from_str_boundary_empty_keywords;
pub mod load_detectors_from_str_parses_valid_detector;
pub mod load_detectors_from_str_rejects_invalid_toml;
pub mod load_sweeps_stale_tmp_files_left_by_killed_processes;
pub mod load_with_mismatched_spec_invalidates_cache;
pub mod load_with_spec_when_disk_has_no_spec_invalidates;
pub mod lockdown_disk_cache_violations;
pub mod lookup_returns_full_tuple;
pub mod missing_cache_returns_empty;
pub mod missing_file_returns_empty;
pub mod multiple_suppress_combine_with_or;
pub mod nul_bytes_in_path_serialize_to_valid_json;
pub mod observations_excludes_prior;
pub mod oob_block_without_interactsh_token_is_error;
pub mod oob_with_interactsh_token_passes;
pub mod path_predicates_combine;
pub mod record_methods_saturate_at_u32_max;
pub mod refuses_absolute_path_outside_trusted_dirs;
pub mod refuses_relative_path;
pub mod registry;
pub mod replacement_char_in_path_round_trips;
pub mod report;
pub mod report_common;
pub mod report_csv;
pub mod report_html;
pub mod report_junit;
pub mod report_starts_empty;
pub mod reporter_trait_can_be_implemented;
pub mod reserved_companion_name_is_error;
pub mod resolves_sh_to_known_path;
pub mod round_trip_binary_serde;
pub mod round_trip_serde;
pub mod sarif_output_is_valid_json_with_cwe_owasp_taxa;
pub mod sarif_partial_fingerprints_present;
pub mod sarif_security_severity_mapping;
pub mod sarif_uri_absolute_under_root_relativizes;
pub mod sarif_uri_full_run_with_absolute_path;
pub mod sarif_uri_percent_encodes_unsafe_bytes;
pub mod sarif_uri_posix_absolute_gets_file_scheme;
pub mod sarif_uri_relative_path_passes_through;
pub mod sarif_uri_windows_absolute_normalises_backslashes;
pub mod save_and_load_preserves_entries;
pub mod save_drops_stale_spec_entries_on_disk;
pub mod save_load_roundtrip;
pub mod save_merges_with_existing_disk_entries;
pub mod save_overwrites_disk_entry_for_same_path;
pub mod save_with_spec_then_load_with_matching_spec_keeps_entries;
pub mod schema_mismatch_returns_empty;
pub mod schema_version_mismatch_treated_as_cold_start;
pub mod sensitive_string_debug_redacts;
pub mod serialize_binary_credential_as_tagged_b64;
pub mod serialize_utf8_credential_as_tagged_text;
pub mod service_with_path_separators_normalizes_to_screaming_snake;
pub mod severity_lte_includes_client_safe_tier;
pub mod severity_lte_matches_at_or_below_threshold;
pub mod source_error_other_includes_fix_hint;
pub mod source_registry_missing_name_returns_none;
pub mod source_registry_overwrite_same_name;
pub mod spec;
pub mod toml_compat_boundary_cases;
pub mod toml_compat_error_messages;
pub mod toml_compat_forward_compat;
pub mod toml_compat_malformed_syntax;
pub mod toml_compat_missing_required_field;
pub mod toml_compat_roundtrip;
pub mod toml_compat_type_mismatch;
pub mod true_positives_drive_posterior_up;
pub mod unknown_binary_is_none;
pub mod unknown_field_is_rejected;
pub mod unknown_path_is_changed;
pub mod unknown_service_falls_back_to_screaming_snake;
pub mod unknown_severity_is_rejected;
pub mod v1_legacy_format_treated_as_cold_start;
pub mod validate;