Skip to content

Commit 0f9beab

Browse files
authored
docs: update security-governance preset to v0.3.0 (#2676)
1 parent 69b9348 commit 0f9beab

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

docs/community/presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
2323
| Multi-Repo Branching | Coordinates feature branch creation across multiple git repositories (independent repos and submodules) during plan and tasks phases | 2 commands || [spec-kit-preset-multi-repo-branching](https://github.com/sakitA/spec-kit-preset-multi-repo-branching) |
2424
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
2525
| Screenwriting | Spec-Driven Development for screenwriting/scriptwriting/tutorials: feature films, television (pilot, episode, limited series), and stage plays. Adapts the Spec Kit workflow to screenplay craft — slug lines, action lines, act breaks, beat sheets, and industry-standard pitch documents. Supports three-act, Save the Cat, TV pilot, network episode, cable/streaming episode, and stage-play structural frameworks. Export to Fountain, FTX, PDF | 26 templates, 32 commands, 1 script || [speckit-preset-screenwriting](https://github.com/adaumann/speckit-preset-screenwriting) |
26-
| Security Governance | Adds secure development governance: memory-safe-language preference, secure code generation, NIST SSDF, CWE Top 25, OWASP ASVS, SBOM/VEX/SLSA, OpenSSF Scorecard, and EU CRA applicability | 12 templates, 3 commands || [spec-kit-preset-security-governance](https://github.com/hindermath/spec-kit-preset-security-governance) |
26+
| Security Governance | Adds secure development governance: memory-safe-language preference, secure code generation, NIST SSDF, CWE Top 25, OWASP ASVS, SBOM/AI-SBOM, VEX/SLSA, OpenSSF Scorecard, G7/BSI AI-SBOM target evidence, and EU CRA applicability | 12 templates, 3 commands || [spec-kit-preset-security-governance](https://github.com/hindermath/spec-kit-preset-security-governance) |
2727
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure: spec → plan → tasks → implement → deploy | 5 templates, 8 commands || [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
2828
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands || [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) |
2929
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |

presets/catalog.community.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-05T10:00:00Z",
3+
"updated_at": "2026-05-22T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"a11y-governance": {
@@ -472,11 +472,11 @@
472472
"security-governance": {
473473
"name": "Security Governance",
474474
"id": "security-governance",
475-
"version": "0.2.0",
476-
"description": "Adds secure development governance, MSL preference, ASVS verification, supply-chain transparency, and EU CRA awareness.",
475+
"version": "0.3.0",
476+
"description": "Adds memory-safe-language preference, secure code generation, ASVS verification, SBOM/AI-SBOM supply-chain transparency, and EU Cyber Resilience Act awareness.",
477477
"author": "Thorsten Hindermann",
478478
"repository": "https://github.com/hindermath/spec-kit-preset-security-governance",
479-
"download_url": "https://github.com/hindermath/spec-kit-preset-security-governance/archive/refs/tags/v0.2.0.zip",
479+
"download_url": "https://github.com/hindermath/spec-kit-preset-security-governance/archive/refs/tags/v0.3.0.zip",
480480
"homepage": "https://github.com/hindermath/spec-kit-preset-security-governance",
481481
"documentation": "https://github.com/hindermath/spec-kit-preset-security-governance/blob/main/README.md",
482482
"license": "MIT",
@@ -491,11 +491,20 @@
491491
"security",
492492
"governance",
493493
"msl",
494+
"ssdf",
494495
"asvs",
495-
"supply-chain"
496+
"supply-chain",
497+
"sbom",
498+
"ai-sbom",
499+
"vex",
500+
"slsa",
501+
"cwe-top-25",
502+
"g7",
503+
"bsi",
504+
"cra"
496505
],
497506
"created_at": "2026-04-27T00:00:00Z",
498-
"updated_at": "2026-04-27T00:00:00Z"
507+
"updated_at": "2026-05-22T00:00:00Z"
499508
},
500509
"spec2cloud": {
501510
"name": "Spec2Cloud",

0 commit comments

Comments
 (0)