gnodet opened a new pull request, #2084: URL: https://github.com/apache/maven-resolver/pull/2084
## Summary Fixes 4 findings from the maven-resolver security audit (scan-maven-resolver-20260811): | Finding | Severity | Description | |---------|----------|-------------| | f022 | LOW | Checksum upload failures swallowed; deploy succeeds without published checksums | | f023 | LOW | Provided/trusted checksums never cover metadata downloads | | f029 | LOW | First matching checksum algorithm accepts, skipping stronger provided checksums | | f030 | LOW | One pre-existing `.asc` silently disables signing of all deploy artifacts | **Root cause:** On the publication and strongest-verification paths, failures degrade silently: checksums that fail to upload are logged and forgotten, one pre-existing signature disables signing wholesale, and trusted-checksums has structural coverage gaps. **Fix:** Deploy must be atomic across artifact bytes and integrity metadata: propagate failures, cover metadata, compare all checksums, per-artifact signature skip. ## Test plan - [ ] Existing tests pass - [ ] Checksum upload failure propagation tested - [ ] Metadata checksum coverage tested - [ ] All-algorithm comparison tested - [ ] Per-artifact signature skip tested 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
