kingfisher/tests
2026-04-29 23:16:21 -07:00
..
cli.rs
cli_access_map_output.rs Added first-class **Postman** scanning target: new kingfisher scan postman subcommand (and equivalent --postman-* flags) fetches workspaces, collections, and environments via the Postman API and scans them for hard-coded credentials in request auth blocks, pre-request/test scripts, saved example responses, and — notably — secret-typed environment variables, which the API returns in plaintext despite the UI mask. Selectors: --workspace, --collection, --environment, --all, with optional --include-mocks-monitors and --api-url for self-hosted endpoints. Authenticates via KF_POSTMAN_TOKEN (or POSTMAN_API_KEY) sent as X-Api-Key; honors X-RateLimit-RetryAfter on 429s. Findings link back to https://go.postman.co/... URLs in reports. 2026-04-29 08:12:08 -07:00
cli_failure.rs
cli_git_clone_flags.rs
cli_subcommands.rs
cli_validate_revoke.rs
dependent_rule_dedup.rs fixed performance regression 2026-04-09 11:59:31 -07:00
fingerprint_dedup.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
int_allowlist.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_base64.rs copilot fixes 2026-04-29 23:16:21 -07:00
int_bitbucket.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_context_verification.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
int_dedup.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_github.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_gitlab.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_local_path_validation.rs
int_postman.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_quiet.rs
int_redact.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_rules_no_validated_findings.rs performance improvements and rule improvements 2026-04-24 00:14:56 -07:00
int_s3.rs
int_slack.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_teams.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_uri_parsing.rs
int_validation_cache.rs copilot fixes 2026-04-29 22:50:31 -07:00
int_vulnerable_files.rs copilot fixes 2026-04-29 22:50:31 -07:00
jdbc_rule.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
library_crates_external_project.rs performance improvements and rule improvements 2026-04-24 13:51:23 -07:00
live_db_validation.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
pre_commit_installer.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
smoke_archive.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
smoke_baseline.rs
smoke_branch.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
smoke_check_rules.rs
smoke_docker.rs
smoke_exclude.rs
smoke_fs.rs
smoke_git.rs
smoke_github_homebrew.rs Updated kingfisher scan to accept Git repository URLs as positional targets (for example kingfisher scan github.com/org/repo or kingfisher scan https://gitlab.com/group/project.git) without requiring --git-url. 2026-02-26 23:14:18 -07:00
smoke_sqlite.rs
smoke_update.rs performance improvements and rule improvements 2026-04-17 16:53:21 -07:00
tls_mode.rs