Skip to content

Commit 17e7735

Browse files
github-actions[bot]Copilotmnriem
authored
[extension] Update Security Review extension to v2.0.0 (#4223)
* Update Security Review extension to v2.0.0 Update security-review extension submitted by @DyanGalih: - extensions/catalog.community.json (version, download_url, repository, author, tags, tools, updated_at) - docs/community/extensions.md community extensions table Closes #4217 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Preserve security review tool versions Carry the submitted minimum versions for the required git tool and optional Node.js CLI dependency into the community catalog entry. Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 312140f1-9c82-4e1e-a0ca-9a687ff71e27 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Copilot-Session: 312140f1-9c82-4e1e-a0ca-9a687ff71e27
1 parent 58a7eda commit 17e7735

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following community-contributed extensions are available in [`catalog.commun
129129
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
130130
| Ripple | Detect side effects that tests can't catch after implementation — surface hidden ripple effects across 9 analysis categories | `code` | Read+Write | [spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple) |
131131
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
132-
| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews | `code` | Read+Write | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
132+
| Security Review | Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews | `code` | Read+Write | [security-review](https://github.com/DyanGalih/security-review) |
133133
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
134134
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
135135
| Spec Changelog | Auto-generate changelogs and release notes from spec git history and requirement diffs | `docs` | Read-only | [spec-kit-changelog](https://github.com/Quratulain-bilal/spec-kit-changelog) |

extensions/catalog.community.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,35 +4256,39 @@
42564256
"name": "Security Review",
42574257
"id": "security-review",
42584258
"description": "Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews",
4259-
"author": "Spec-Kit Security Team",
4260-
"version": "1.5.3",
4261-
"download_url": "https://github.com/DyanGalih/spec-kit-security-review/archive/refs/tags/v1.5.3.zip",
4262-
"repository": "https://github.com/DyanGalih/spec-kit-security-review",
4263-
"homepage": "https://github.com/DyanGalih/spec-kit-security-review",
4264-
"documentation": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/README.md",
4265-
"changelog": "https://github.com/DyanGalih/spec-kit-security-review/blob/main/CHANGELOG.md",
4259+
"author": "DyanGalih",
4260+
"version": "2.0.0",
4261+
"download_url": "https://github.com/DyanGalih/security-review/archive/refs/tags/v2.0.0.zip",
4262+
"repository": "https://github.com/DyanGalih/security-review",
4263+
"homepage": "https://github.com/DyanGalih/security-review",
4264+
"documentation": "https://github.com/DyanGalih/security-review/blob/main/docs/usage.md",
4265+
"changelog": "https://github.com/DyanGalih/security-review/blob/main/CHANGELOG.md",
42664266
"license": "MIT",
42674267
"category": "code",
42684268
"effect": "read-write",
42694269
"requires": {
4270-
"speckit_version": ">=0.1.0"
4270+
"speckit_version": ">=0.1.0",
4271+
"tools": [
4272+
{ "name": "git", "version": ">=2.0.0", "required": true },
4273+
{ "name": "node", "version": ">=22.0.0", "required": false }
4274+
]
42714275
},
42724276
"provides": {
4273-
"commands": 9,
4277+
"commands": 10,
42744278
"hooks": 3
42754279
},
42764280
"tags": [
42774281
"security",
4278-
"devsecops",
42794282
"audit",
42804283
"owasp",
4281-
"compliance"
4284+
"compliance",
4285+
"governance"
42824286
],
42834287
"verified": false,
42844288
"downloads": 0,
42854289
"stars": 0,
42864290
"created_at": "2026-04-03T03:24:03Z",
4287-
"updated_at": "2026-06-08T00:00:00Z"
4291+
"updated_at": "2026-08-20T00:00:00Z"
42884292
},
42894293
"sf": {
42904294
"name": "SFSpeckit — Salesforce Spec-Driven Development",

0 commit comments

Comments
 (0)