gnodet commented on PR #12950: URL: https://github.com/apache/maven/pull/12950#issuecomment-5484269334
**Update on cross-branch coverage:** The original review on this PR incorrectly referenced #12954 as a related variant. PR #12954 is actually a **different set of fixes** (credential scoping, relocation validation, exact server ID matching) — not a port of this PR. The correct cross-branch map for the fixes in this PR (path traversal validation + checksum policy + proxy clone) is: | Branch | PR | |--------|-----| | `maven-4.0.x` | #12945 | | `master` | #12950 (this PR) | | `maven-3.10.x` | #12978 | Separately, the fixes from #12954 (credential scoping + relocation validation + server ID matching) have been forward-ported: | Branch | PR | |--------|-----| | `maven-3.10.x` | #12954 | | `maven-4.0.x` | #12977 | | `master` | #12976 | -- 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]
