FORK-003
Baseline Tags
Every backpatch line identifies its starting source SHA with a `v
Requirement
Patch providers MUST tag the commit that represents the baseline source state for a backpatched version.
The tag MUST use the form:
v<VERSION>+backpatch.baseline
This tag scheme applies regardless of the upstream project tag convention.
Rationale
Recipients need an unambiguous starting point for source comparison, provenance review, and audit evidence.
Evidence
Patch evidence SHOULD include the baseline tag, the commit SHA it resolves to, and the corresponding upstream version or artifact.
Observed OSERA examples
Public OSERA repositories currently include baseline tags such as:
backpatch-spring-framework:v5.3.39+backpatch.baselinebackpatch-gson:v2.8.8+backpatch.baselinebackpatch-activemq:v5.14.5+backpatch.baselinebackpatch-logback:v1.2.9+backpatch.baseline