DiffVer¶
DiffVer is a diff-verification + injection-scan microservice.
It answers two merge-time questions:
- Does this diff comply with change-control expectations? (policy + intent)
- Does this diff introduce likely injection risk? (focused, diff-first checks)
What you get¶
- A pass/fail decision for a submitted diff (or PR event)
- Structured findings (rule, location, severity, confidence, remediation)
- Evidence artifacts suitable for audits (and future signed artifacts workflows)
Quick links¶
Data handling (high level)¶
DiffVer is designed to support ephemeral processing and configurable retention. See retention operations.