Skip to content

Commit 6bbdae0

Browse files
committed
docs: update security-governance preset to v0.4.0
1 parent cec63d3 commit 6bbdae0

2 files changed

Lines changed: 13 additions & 5 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/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) |
26+
| Security Governance | Adds secure development governance: memory-safe-language preference, language-specific secure-coding profiles, 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: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,11 @@
472472
"security-governance": {
473473
"name": "Security Governance",
474474
"id": "security-governance",
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.",
475+
"version": "0.4.0",
476+
"description": "Adds memory-safe-language preference, language-specific secure coding profiles, 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.3.0.zip",
479+
"download_url": "https://github.com/hindermath/spec-kit-preset-security-governance/archive/refs/tags/v0.4.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",
@@ -499,12 +499,20 @@
499499
"vex",
500500
"slsa",
501501
"cwe-top-25",
502+
"secure-coding",
503+
"rust",
504+
"go",
505+
"swift",
506+
"java",
507+
"kotlin",
508+
"python",
509+
"typescript",
502510
"g7",
503511
"bsi",
504512
"cra"
505513
],
506514
"created_at": "2026-04-27T00:00:00Z",
507-
"updated_at": "2026-05-22T00:00:00Z"
515+
"updated_at": "2026-05-26T00:00:00Z"
508516
},
509517
"spec2cloud": {
510518
"name": "Spec2Cloud",

0 commit comments

Comments
 (0)