Skip to main content

Module cache

Module cache 

Source
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§

CachedFinding
A cached security finding with validation result.
FindingCache
Cache for security finding validation results.

Functions§

cache_key
Generate a cache key for a security finding.