kingfisher/tests
2026-02-16 07:34:32 -08:00
..
cli.rs Fixes in response to PR review 2026-02-16 07:34:32 -08:00
cli_failure.rs Added an optional exclude_words list to PatternRequirements so matches containing case-insensitive placeholder words are filtered out, with accompanying tests to cover the new behavior. 2025-11-04 13:07:24 -08:00
cli_git_clone_flags.rs v1.73.0 2026-01-01 22:24:57 -08:00
cli_subcommands.rs added dark mode for finding + access map viewer 2025-12-12 17:21:17 -08:00
cli_validate_revoke.rs preparing for v1.78.0 2026-02-02 23:22:08 -08:00
dependent_rule_dedup.rs preparing for v1.78.0 2026-02-02 23:22:08 -08:00
fingerprint_dedup.rs Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00
int_allowlist.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_base64.rs v1.63.0 2025-11-10 18:47:51 -08:00
int_bitbucket.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_dedup.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_github.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_gitlab.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_local_path_validation.rs Updated dockerfile to fix failing docker image publishing 2025-12-05 12:44:38 -08:00
int_quiet.rs Added an optional exclude_words list to PatternRequirements so matches containing case-insensitive placeholder words are filtered out, with accompanying tests to cover the new behavior. 2025-11-04 13:07:24 -08:00
int_redact.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_rules_no_validated_findings.rs Added an optional exclude_words list to PatternRequirements so matches containing case-insensitive placeholder words are filtered out, with accompanying tests to cover the new behavior. 2025-11-04 13:07:24 -08:00
int_s3.rs refactored output reporting and formatting logic 2025-08-04 08:58:06 -07:00
int_slack.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_uri_parsing.rs v1.73.0 2026-01-01 22:24:57 -08:00
int_validation_cache.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
int_vulnerable_files.rs Added optional validation rate limiting via --validation-rps (global) and repeatable --validation-rps-rule <RULE_SELECTOR=RPS> (per-rule override) for both scan and validate. Throttling now applies across built-in validator types (HTTP/gRPC plus AWS, GCP, Coinbase, MongoDB, Postgres, MySQL, JDBC, JWT, and Azure Storage). Rule selectors support the short form (for example, github=2 matches kingfisher.github.*) with longest-prefix precedence when multiple selectors apply. 2026-02-12 12:33:59 -08:00
jdbc_rule.rs Fix build issues 2026-02-02 08:17:41 -08:00
library_crates_external_project.rs refactored code 2026-02-14 14:08:48 -08:00
live_db_validation.rs preparing for v1.78.0 2026-02-02 23:22:08 -08:00
pre_commit_installer.rs fixing test failures 2025-12-16 23:51:22 -08:00
smoke_archive.rs v1.63.0 2025-11-10 18:47:51 -08:00
smoke_baseline.rs v1.63.0 2025-11-10 18:47:51 -08:00
smoke_branch.rs v1.73.0 2026-01-01 22:24:57 -08:00
smoke_check_rules.rs Added an optional exclude_words list to PatternRequirements so matches containing case-insensitive placeholder words are filtered out, with accompanying tests to cover the new behavior. 2025-11-04 13:07:24 -08:00
smoke_docker.rs updated confluent rule with a checksum. Added zuplo rule with a checksum 2025-11-09 08:42:16 -08:00
smoke_exclude.rs v1.63.0 2025-11-10 18:47:51 -08:00
smoke_fs.rs v1.63.0 2025-11-10 18:47:51 -08:00
smoke_git.rs v1.73.0 2026-01-01 22:24:57 -08:00
smoke_github_homebrew.rs Added an optional exclude_words list to PatternRequirements so matches containing case-insensitive placeholder words are filtered out, with accompanying tests to cover the new behavior. 2025-11-04 13:07:24 -08:00
smoke_update.rs updated tests 2025-11-24 11:08:31 -08:00
tls_mode.rs more changes for v1.78.0 2026-02-03 09:37:53 -08:00