[package]
edition = "2021"
rust-version = "1.89"
name = "keyhog-verifier"
version = "0.5.73"
authors = ["Santh <64453045+santhreal@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "keyhog-verifier: parallel async credential verification framework"
homepage = "https://santh.dev/keyhog/"
documentation = "https://docs.rs/keyhog-verifier"
readme = "README.md"
keywords = [
"secret-scanner",
"security",
"credentials",
"api-keys",
"git",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhreal/keyhog"
[package.metadata.santh]
status = "alpha"
[features]
default = ["live"]
live = []
[lib]
name = "keyhog_verifier"
path = "src/lib.rs"
[[example]]
name = "verifier_standalone"
path = "examples/verifier_standalone.rs"
[[test]]
name = "all_tests"
path = "tests/all_tests.rs"
[[test]]
name = "break_it"
path = "tests/break_it.rs"
[[test]]
name = "new_verifier_allowlist_cache"
path = "tests/new_verifier_allowlist_cache.rs"
[[test]]
name = "new_verifier_bogon_ssrf"
path = "tests/new_verifier_bogon_ssrf.rs"
[[test]]
name = "new_verifier_interpolate"
path = "tests/new_verifier_interpolate.rs"
[[test]]
name = "profiling_instrumentation"
path = "tests/profiling_instrumentation.rs"
[[test]]
name = "proxy_credential_redaction"
path = "tests/proxy_credential_redaction.rs"
[[test]]
name = "regression_allowlist_cache_invalidation"
path = "tests/regression_allowlist_cache_invalidation.rs"
[[test]]
name = "regression_aws_field_sanitize"
path = "tests/regression_aws_field_sanitize.rs"
[[test]]
name = "regression_aws_v4_sign"
path = "tests/regression_aws_v4_sign.rs"
[[test]]
name = "regression_bogon_ipv6_and_tenant_suffix_gaps"
path = "tests/regression_bogon_ipv6_and_tenant_suffix_gaps.rs"
[[test]]
name = "regression_canary_aws_account_suppression"
path = "tests/regression_canary_aws_account_suppression.rs"
[[test]]
name = "regression_header_injection_guard"
path = "tests/regression_header_injection_guard.rs"
[[test]]
name = "regression_http_error_classify"
path = "tests/regression_http_error_classify.rs"
[[test]]
name = "regression_interpolate_allowlist_cache"
path = "tests/regression_interpolate_allowlist_cache.rs"
[[test]]
name = "regression_liveprobe_interactsh_gating"
path = "tests/regression_liveprobe_interactsh_gating.rs"
[[test]]
name = "regression_oob_fail_closed"
path = "tests/regression_oob_fail_closed.rs"
[[test]]
name = "regression_probe_timeout_mapping"
path = "tests/regression_probe_timeout_mapping.rs"
[[test]]
name = "regression_response_contract_error"
path = "tests/regression_response_contract_error.rs"
[[test]]
name = "regression_retry_backoff"
path = "tests/regression_retry_backoff.rs"
[[test]]
name = "regression_sigv4_asia_security_token"
path = "tests/regression_sigv4_asia_security_token.rs"
[[test]]
name = "regression_sigv4_known_answer"
path = "tests/regression_sigv4_known_answer.rs"
[[test]]
name = "regression_ssrf_screen_matrix"
path = "tests/regression_ssrf_screen_matrix.rs"
[[test]]
name = "regression_ssrf_short_form_ip"
path = "tests/regression_ssrf_short_form_ip.rs"
[[test]]
name = "regression_status_verdict_map"
path = "tests/regression_status_verdict_map.rs"
[[test]]
name = "regression_success_spec_body_json_matcher"
path = "tests/regression_success_spec_body_json_matcher.rs"
[[test]]
name = "regression_verifier_allowlist_expiry"
path = "tests/regression_verifier_allowlist_expiry.rs"
[[test]]
name = "regression_verifier_fix_wave"
path = "tests/regression_verifier_fix_wave.rs"
[[test]]
name = "regression_verifier_interpolate_templates"
path = "tests/regression_verifier_interpolate_templates.rs"
[[test]]
name = "regression_verifier_network_safety"
path = "tests/regression_verifier_network_safety.rs"
[[test]]
name = "regression_verify_error_fix_guidance"
path = "tests/regression_verify_error_fix_guidance.rs"
[[test]]
name = "regression_verify_error_taxonomy"
path = "tests/regression_verify_error_taxonomy.rs"
[[test]]
name = "regression_verify_metadata_extraction"
path = "tests/regression_verify_metadata_extraction.rs"
[[test]]
name = "regression_verify_poll_bounds"
path = "tests/regression_verify_poll_bounds.rs"
[[test]]
name = "regression_verify_reason_ux_contract"
path = "tests/regression_verify_reason_ux_contract.rs"
[[test]]
name = "regression_verify_response_body_error_guidance"
path = "tests/regression_verify_response_body_error_guidance.rs"
[[test]]
name = "regression_verify_severity_downgrade"
path = "tests/regression_verify_severity_downgrade.rs"
[[test]]
name = "verifier_safety_contracts"
path = "tests/verifier_safety_contracts.rs"
[[test]]
name = "verify_join_error_contract"
path = "tests/verify_join_error_contract.rs"
[dependencies.aes]
version = "=0.8.4"
[dependencies.base64]
version = "=0.22.1"
[dependencies.cfb-mode]
version = "=0.8.2"
[dependencies.codewalk]
version = "=0.2.5"
[dependencies.dashmap]
version = "=6.2.1"
[dependencies.futures-util]
version = "=0.3.32"
[dependencies.hex]
version = "=0.4.3"
[dependencies.hmac]
version = "=0.12.1"
[dependencies.keyhog-core]
version = "=0.5.73"
[dependencies.keyhog-profile]
version = "=0.5.73"
[dependencies.parking_lot]
version = "=0.12.5"
[dependencies.percent-encoding]
version = "=2.3.2"
[dependencies.quick-xml]
version = "=0.41.0"
features = ["serialize"]
[dependencies.rand]
version = "=0.8.6"
[dependencies.reqwest]
version = "=0.12.28"
features = [
"json",
"stream",
"cookies",
"multipart",
"blocking",
"json",
"stream",
]
[dependencies.rsa]
version = "=0.9.7"
features = ["sha2"]
[dependencies.serde]
version = "=1.0.229"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "=1.0.150"
[dependencies.sha2]
version = "=0.10.9"
[dependencies.thiserror]
version = "=2.0.19"
[dependencies.tokio]
version = "=1.53.1"
features = [
"full",
"full",
]
[dependencies.toml]
version = "=1.1.3"
[dependencies.tracing]
version = "=0.1.44"
[dependencies.url]
version = "=2.5.8"
[dependencies.uuid]
version = "=1.11.0"
features = ["v4"]
[dev-dependencies.fs2]
version = "=0.4.3"
[dev-dependencies.rusty-fork]
version = "=0.3.1"
[dev-dependencies.tokio]
version = "=1.53.1"
features = [
"full",
"full",
]
[dev-dependencies.toml]
version = "=1.1.3"