From 5e376541bf54df10a924d829393fc8af7c4828d4 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Thu, 9 Jul 2026 11:20:41 +0200 Subject: [PATCH] docs(templates): add canonical security matrix template Captures the required structure (sections, table columns, placeholder rows) shared by all security-matrix-*.md files so new version streams can be scaffolded consistently and the triage-security skill can validate existing matrices against a known-good format. Refs: TC-5135 Assisted-by: Claude Code --- docs/templates/security-matrix.template.md | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/templates/security-matrix.template.md diff --git a/docs/templates/security-matrix.template.md b/docs/templates/security-matrix.template.md new file mode 100644 index 00000000..e1a877fb --- /dev/null +++ b/docs/templates/security-matrix.template.md @@ -0,0 +1,49 @@ +# Security Matrix — {stream} Stream + + + +## Version Stream + + + +This Konflux release repo covers the **{stream}** product version stream. + +## Supportability Matrix + + + +| RHTPA Version | Build | Build Date | trustify | trustify-ui | Notes | +|---|---|---|---|---|---| +| {version} | {build} | {build-date} | `{trustify-ref}` | `{trustify-ui-ref}` | | + +### Source Pinning Method + + + +- **trustify**: {trustify-pinning-method} +- **trustify-ui**: {trustify-ui-pinning-method} + +## Ecosystem Mappings + + + +| Ecosystem | Repository | Lock File | Check Command | Upstream Branch | +|---|---|---|---|---| +| {ecosystem} | {repository} | `{lock-file}` | `{check-command}` | `{upstream-branch}` | + +## Forward Pointer + + + +{forward-pointer}