feat: add Debian cppcheck official evidence#135
Conversation
|
Warning Review limit reached
Next review available in: 28 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Add verified official-source distro evidence for the existing Debian cppcheck mapping.
This PR promotes exactly one additional existing mapping:
debdebdebiancppcheckcppcheckcppcheckAfter this PR, exactly four generated evidence records are
verified-official-source:deb/yamllintdeb/shellcheckdeb/clang-tidydeb/cppcheckNo other mapping is promoted.
What changed
Extended
OFFICIAL_DISTRO_EVIDENCE_BY_POLICYwith one new override:("deb", "cppcheck")Generated evidence for
deb/cppchecknow uses:evidence_source_type = official-distro-metadataevidence_status = verified-official-sourceofficial_source_kind = distro-package-indexverification_scope = package-name-and-executableofficial_source_url = https://packages.debian.org/cppcheckevidence_record_id = official-distro-metadata:deb:cppcheckexternal_verification_required_for_new_mappings = falserelease_blocking = falseOfficial Debian evidence basis
The evidence note references:
https://packages.debian.org/cppcheckhttps://packages.debian.org/sid/amd64/cppcheck/filelisthttps://manpages.debian.org/unstable/cppcheck/cppcheck.1.en.htmlThese sources are used only as evidence for the existing package/executable mapping. No versions are added as contract fields.
Promotion boundary
Existing official evidence is preserved:
deb/yamllintdeb/shellcheckdeb/clang-tidyDocker helper mappings are intentionally not promoted:
docker-deb-helper/yamllintremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/shellcheckremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/clang-tidyremainsrepository-local-policy/current-policy-baselinedocker-deb-helper/cppcheckremainsrepository-local-policy/current-policy-baselineAll RPM/openSUSE/Arch/Slackware mappings remain unchanged.
Scope controls
This PR does not:
OS_PACKAGE_NAMESVerifier behavior
The existing promotion gate remains enforced.
Added/updated tests verify rejection of tampered
deb/cppcheckofficial evidence, including:repository-local-policyrepository-local-policy:deb:cppcheckValidation
Passed locally / by agent report:
Observed results:
Safety:
Next work
A follow-up PR can promote the next single existing Debian mapping only after adding similarly explicit official-source evidence and verifier coverage.