kingfisher/src
2026-02-12 16:51:55 -08:00
..
access_map Skipped per-repository report writes when an output file is specified and emit a single aggregated report after multi-repository scans to preserve full output content in files. 2026-01-16 12:39:44 -08:00
cli 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
parser
reporter 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
scanner Fixed CI runner failure when executing tests 2026-02-12 16:51:55 -08:00
validation Fixed AWS access key validation to support temporary/session keys (ASIA prefix) in addition to long-lived keys (AKIA prefix). 2026-02-06 17:05:32 -08:00
access_map.rs - Enhanced Access Map View: added fingerprint display, enabled searching by fingerprint, and implemented bidirectional navigation between Findings and Access Map nodes. 2026-01-14 17:19:02 -08:00
azure.rs Fixed test 2025-10-05 18:07:45 -07:00
baseline.rs preparing for v1.78.0 2026-02-02 23:22:08 -08:00
binary.rs
bitbucket.rs - Skip reporting MongoDB and Postgres findings when their connection strings cannot be parsed, even when validation is disabled. 2025-11-15 08:43:54 -08:00
blob.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
bstring_escape.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
bstring_table.rs
confluence.rs fixed failing tests 2025-08-17 17:41:34 -07:00
content_type.rs Optimized memory usage via string interning and extensive data sharing 2025-09-02 19:54:44 -07:00
decompress.rs Switched compression dependencies to pure-Rust bzip2/lzma implementations and pared zip features to avoid C-based codecs for bz2/xz handling. 2026-01-23 10:45:08 -08:00
defaults.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
direct_revoke.rs v1.80.0 2026-02-09 12:27:03 -08:00
direct_validate.rs Fixed CI runner failure when executing tests 2026-02-12 16:51:55 -08:00
entropy.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
finding_data.rs - Reduced per-match memory usage by compacting stored source locations and interning repeated capture names. 2025-12-04 22:02:30 -08:00
findings_store.rs - Fixed deduplication for dependency-provider rules so dependent validations run per blob 2025-12-21 22:07:45 -08:00
gcs.rs change in response to code review 2025-10-16 10:20:18 -07:00
git_binary.rs Fixed Bitbucket authenticated cloning bug 2025-11-24 23:43:11 -08:00
git_commit_metadata.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
git_metadata_graph.rs
git_repo_enumerator.rs removed serde_utils and added Authress rule 2025-08-16 07:33:36 -07:00
git_url.rs Populate the finding path from git blob metadata so history-derived secrets display their file location instead of an empty path 2025-09-24 10:06:47 -07:00
gitea.rs v1.73.0 2026-01-01 22:24:57 -08:00
github.rs v1.73.0 2026-01-01 22:24:57 -08:00
gitlab.rs v1.73.0 2026-01-01 22:24:57 -08:00
grpc_validation.rs v1.81.0 2026-02-10 19:43:34 -08:00
guesser.rs Improved language detection 2025-08-15 16:08:46 -07:00
huggingface.rs - Added first-class Hugging Face scanning support, including CLI enumeration, token authentication, and integration with remote scans. 2025-10-15 22:47:40 -07:00
inline_ignore.rs kingfisher:ignore is only directive built-in 2025-10-11 15:27:21 -07:00
jira.rs improved Jira support and working on salesforce rule, which is broken atm 2025-12-16 16:53:02 -08:00
lib.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
liquid_filters.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
location.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
main.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
matcher.rs preparing for v1.78.0 2026-02-02 23:22:08 -08:00
origin.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
parser.rs
reporter.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
rule_loader.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 22:24:35 -08:00
rule_profiling.rs
rules.rs v1.81.0 2026-02-10 19:24:19 -08:00
rules_database.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:27:24 -08:00
s3.rs Refactored into multiple crates. Added the 'validate' subcommand 2026-01-28 10:57:45 -08:00
safe_list.rs added jdbc rule and validator 2025-11-12 22:25:33 -08:00
scanner_pool.rs
slack.rs
snippet.rs
update.rs preparing v1.74.0 2026-01-12 22:50:05 -08:00
util.rs updated allocator 2025-11-11 13:24:06 -08:00
validation.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
validation_body.rs - Reduced per-match memory usage by compacting stored source locations and interning repeated capture names. 2025-12-04 22:02:30 -08:00
validation_rate_limit.rs Fixed CI runner failure when executing tests 2026-02-12 16:51:55 -08:00