inspectors/apt: fix release validation of translation file
Metadata
Current evaluation
Merged a fix for the APT inspector to validate translation file release data. The change ensures actual file digest and size match the release entry. Accepted and merged without code modifications.
Suggested action: —
No scores available.
Issue body
Match actual file digest and size against the release entry.
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix for the APT inspector to validate translation file release data. The change ensures actual file digest and size match the release entry. Accepted and merged without code modifications. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #100 inspectors/apt: fix release signature validation | fetch-service | merged | Merged by maintainer cmatsuoka to fix release signature validation in the apt inspectors. The change was accepted and closed without review comments or CI checks, successfully resolving the validation issue. | |
| #308 fix(inspectors/apt): rejection fix and additional tests | fetch-service | merged | Merged fix for apt inspector to reject instead of exiting on translation file uncompression failures, plus added inspector tests. Approved by two reviewers and passed CI. | |
| #579 fix(inspectors/apt): recognize small translation files | fetch-service | merged | Merged fix for #574 that adjusts the format verification buffer to accept translation files smaller than the previous threshold. Approved by two reviewers and passed CI checks. | |
| #548 fix(inspectors/apt): allow translation file request by name | fetch-service | merged | Merged update allowing the apt translation inspector to request files by name, like Translation-en, in addition to SHA256 hash URLs. Approved by two reviewers, passed all CI checks, and modified three files with 33 additions and 7 deletions. | |
| #75 inspectors/apt: add test for packages verification in release | fetch-service | merged | Merged after approval by two reviewers. The update adds a test for packages verification in the release process under inspectors/apt. Despite a zero-line diff, the change was successfully integrated. | |
| #69 feat(inspector): support apt translation | fetch-service | merged | Merged to add apt translation support to the inspector. Approved by one reviewer, introducing 446 lines across eight files. Requires rebasing onto feature/launchpad-integration to resolve test conflicts. |