Expand description
Live credential verification: confirms whether detected secrets are actually
active by making HTTP requests to the service’s API endpoint as specified in
each detector’s [detector.verify] configuration.
Modules§
- cache
- Shared in-memory verification cache. Verification cache: avoids re-verifying the same credential across scans.
Structs§
- Deduped
Match - A group of raw matches with the same (detector_id, credential).
- Verification
Engine - Live-verification engine with shared client, cache, and concurrency limits.
- Verify
Config - Runtime configuration for live verification.
Enums§
- Verify
Error - Errors returned while constructing or executing live verification.
Functions§
- dedup_
matches - Deduplicate raw matches: group by (detector_id, credential), merge locations.