fix(inspectors/apt): recognize small translation files
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
Don't reject translation files smaller than the format verification
buffer.
Fixes #574
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
FETCH-65
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #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. | |
| #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. | |
| #102 inspectors/apt: fix release validation of translation file | fetch-service | merged | 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. | |
| #581 refactor: reformat apt translation tests | fetch-service | merged | Merged refactoring of apt translation tests with zero functional changes. Approved by two reviewers and passed CI checks. The maintainer integrated the formatting updates across one file (+76/-36 lines). |