kingfisher/tests
Mick Grove 8aced005b8 - Added first-class Hugging Face scanning support, including CLI enumeration, token authentication, and integration with remote scans.
- Condensed GitError formatting to report the exit status and the first informative lines from stdout/stderr, producing concise git clone failure logs.
- Added support for scanning Google Cloud Storage buckets via --gcs-bucket, including optional prefixes and service-account authentication.
- Added --skip-aws-account (now accepting comma-separated values) and --skip-aws-account-file to bypass live AWS validation for known canary/honey-token account IDs without triggering alerts. Kingfisher now ships with several canary AWS account IDs pre-seeded in the skip list and now reports matching findings as "Not Attempted" with the "Response" containing "(skip list entry)" so its clear that validation was intentionally skipped and why.
2025-10-15 22:47:40 -07:00
..
cli.rs Restored --version cli argument. Added a test for it 2025-07-01 10:31:09 -07:00
cli_failure.rs fixed failing test 2025-07-25 19:40:40 -07:00
fingerprint_dedup.rs preparing for v1.48.0 2025-09-05 09:31:52 -07:00
int_allowlist.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
int_base64.rs Fixed tree-sitter scanning bug where passing --no-base64 caused errors to be printed when the file type couldn’t be determined 2025-10-08 08:59:25 -07:00
int_bitbucket.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
int_dedup.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
int_github.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
int_gitlab.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
int_quiet.rs Added support for scanning Confluence pages 2025-08-10 21:51:31 -07:00
int_redact.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
int_rules_no_validated_findings.rs fix windows x64 builds 2025-08-31 17:26:30 -07:00
int_s3.rs refactored output reporting and formatting logic 2025-08-04 08:58:06 -07:00
int_slack.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
int_validation_cache.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
int_vulnerable_files.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
smoke_archive.rs Fixed broken pagerduty rule 2025-06-25 20:56:24 -07:00
smoke_baseline.rs - Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url' 2025-08-20 20:41:19 -07:00
smoke_check_rules.rs Introduced flag – skip files/dirs whose path resembles tests (, , , , ), reducing noise. 2025-06-28 09:16:42 -07:00
smoke_docker.rs fixed failing tests 2025-08-17 17:41:34 -07:00
smoke_exclude.rs fixed failing tests 2025-08-17 17:41:51 -07:00
smoke_fs.rs preparing for v1.12 2025-06-24 20:17:40 -07:00
smoke_git.rs preparing for v1.12 2025-06-24 20:17:40 -07:00
smoke_github_homebrew.rs Added PR review suggestions 2025-07-09 16:00:54 -07:00
smoke_update.rs change that hoists the redirect-free reqwest::Client into a single, lazily-initialized static so every call to validate_jwt re-uses the same handle (and therefore the same connection-pool, DNS cache, TLS session cache, etc) 2025-07-14 17:22:37 -07:00