Expand description
Security finding cache for LLM validation results.
Caches validated findings using SHA-256 hashes of (repo, file, pattern, snippet) to avoid redundant LLM calls for identical findings across scans.
Structs§
- Cached
Finding - A cached security finding with validation result.
- Finding
Cache - Cache for security finding validation results.
Functions§
- cache_
key - Generate a cache key for a security finding.