Skip to content

Commit 94ee596

Browse files
authored
fix: revert sicario-spec bundle entry pending upstream README correction
The upstream README uses mutable raw.githubusercontent.com/main catalog URLs instead of the v0.5.1 release-pinned URLs submitted in issue #3619, failing the required-catalog consistency check. Removing the catalog entry and docs row until the README is updated to match the submitted pinned URLs. Assisted-by: GitHub Copilot (model: claude-sonnet-4-5, autonomous)
1 parent fbce967 commit 94ee596

2 files changed

Lines changed: 2 additions & 32 deletions

File tree

bundles/catalog.community.json

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-22T00:00:00Z",
3+
"updated_at": "2026-07-15T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/bundles/catalog.community.json",
5-
"bundles": {
6-
"sicario-spec": {
7-
"name": "SicarioSpec Security & Governance Bundle",
8-
"id": "sicario-spec",
9-
"version": "0.5.1",
10-
"role": "security-engineer",
11-
"description": "Secure-by-default governance bundle for GitHub Spec Kit. Enforces data classification, threat modeling, and code-owned verification gates.",
12-
"author": "SicarioSpec Contributors",
13-
"license": "MIT",
14-
"download_url": "https://github.com/dfirs1car1o/sicario-spec/releases/download/v0.5.1/sicario-spec-0.5.1.zip",
15-
"repository": "https://github.com/dfirs1car1o/sicario-spec",
16-
"requires": {
17-
"speckit_version": ">=0.9.0"
18-
},
19-
"provides": {
20-
"extensions": 1,
21-
"presets": 11,
22-
"steps": 0,
23-
"workflows": 0
24-
},
25-
"tags": [
26-
"security",
27-
"governance",
28-
"compliance",
29-
"appsec",
30-
"threat-modeling"
31-
],
32-
"verified": false
33-
}
34-
}
5+
"bundles": {}
356
}

docs/community/bundles.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Accepted community bundle entries are published in [`bundles/catalog.community.j
99

1010
| Bundle | Purpose | Role or team | Provides | Required catalogs | URL |
1111
|--------|---------|--------------|----------|-------------------|-----|
12-
| SicarioSpec Security & Governance Bundle | Secure-by-default governance bundle for GitHub Spec Kit. Enforces data classification, threat modeling, and code-owned verification gates. | `security-engineer` | 1 extension, 11 presets | Documented | [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) |
1312

1413
## What to Submit
1514

0 commit comments

Comments
 (0)