fix(i/store): inspect bld bin requests in store inspector
Metadata
Current evaluation
Merged a fix enabling the store inspector to validate and set build bin requests to pending for strict sessions. Approved by two reviewers, passed CI, and integrated.
Suggested action: —
No scores available.
Issue body
The store api inspector may add an annotation about the store revision
to the bld bin artifact. In order to be able to inspect the bin artifact
in a strict session, it must also validate a bin request and set it to
pending.
- [ ] 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 enabling the store inspector to validate and set build bin requests to pending for strict sessions. Approved by two reviewers, passed CI, and integrated. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #398 feat: add store api and bld bin package inspectors | fetch-service | merged | Merged after two approvals and passing CI. Introduces store API and bld bin package inspectors to verify SHA3-384 digests and extract metadata from xz tarballs. Changes span 16 files with over 1100 lines added. | |
| #477 fix: false positive in store info inspection | fetch-service | merged | Merged fix for false positives in store info inspection. Adjusts bld bin validation to accept non-tarball xz archives and relaxes artifact detection heuristics for JSON responses. Approved by three reviewers and passed all CI checks. |