chore: declare x-FuSa spec v1.15.0 conformance (v0.45.0) - #75
Merged
Conversation
The collective work across v0.41.0-v0.44.0 already implements every x-FuSa spec v1.15.0 requirement: §1.6.2 attestation carry-forward (MUST, v0.44.0/#74), coveragePct <= 100 defensive clamps in fmea/tara (MUST, v0.43.0/#72), the §1.6 rule 4 coverage-denominator exclusion-reuse guidance (SHOULD, v0.43.0/#72), risk.asil cross-validation against DetermineASIL (§1.2.5 MUST, v0.42.0/#73), the canonical lowercase standard id (§2.4.1, v0.42.0/#73), and tara's closed impact/risk enums (§9.2 MUST, v0.41.0/#69). Bump SpecVersion from 1.14.0 to 1.15.0 to match — no behavioural change. Signed-off-by: Matt Jones <matt@jellybaby.com> Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
SpecVersionfrom1.14.0to1.15.0infusa.go. The collective work across #69, #72, #73, #74 already implements every v1.15.0 requirement:coveragePct <= 100defensive clamps infmea/tara(MUST) — fix: fmea/tara project-relative paths + coveragePct clamp + wider FMEA templates (v0.40.0) #72risk.asilcross-validation againstDetermineASIL(§1.2.5 MUST) — fix: hara risk.asil cross-validation + canonical standard id (v0.42.0) #73standardid (§2.4.1) — fix: hara risk.asil cross-validation + canonical standard id (v0.42.0) #73tara's closedimpact/riskenums (§9.2 MUST) — fix: tara closed impact/risk enums per x-FuSa spec v1.14.1 (v0.41.0) #69No behavioural change — this PR only updates the declared version constant and documentation to match.
Addresses the final part of #64.
Test plan
go build ./...go vet ./...go test -race -count=1 ./...golangci-lint run ./...(0 issues)go generate ./...(no diff)gofusa version --format jsonreports"specVersion": "1.15.0"