From af067371b750bbd210d64131f4cc45edd64a6b42 Mon Sep 17 00:00:00 2001 From: Katrina Liu Date: Tue, 24 Mar 2026 14:34:23 -0700 Subject: [PATCH 1/3] update plugin description --- .cursor-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 2f14046..8aba14a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "semgrep-plugin", - "description": "Plugin by Semgrep. Provides security scanning via MCP, hooks, and skills for Cursor.", - "version": "0.4.2", + "description": "Scans agent-generated code for security vulnerabilities using Semgrep.", + "version": "0.4.3", "author": { "name": "Semgrep" }, From f3bca4626618e6409b29366854e54037d2ed8335 Mon Sep 17 00:00:00 2001 From: Katrina Liu Date: Tue, 24 Mar 2026 15:15:07 -0700 Subject: [PATCH 2/3] revert version bump --- .cursor-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 8aba14a..ec34288 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "semgrep-plugin", "description": "Scans agent-generated code for security vulnerabilities using Semgrep.", - "version": "0.4.3", + "version": "0.4.2", "author": { "name": "Semgrep" }, From 42dd555d0056ad04ed13059e512602cdbf261b02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 22:16:25 +0000 Subject: [PATCH 3/3] chore: bump version to 0.4.3 --- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index ec34288..8aba14a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "semgrep-plugin", "description": "Scans agent-generated code for security vulnerabilities using Semgrep.", - "version": "0.4.2", + "version": "0.4.3", "author": { "name": "Semgrep" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ebdf0..fe715dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log +## 0.4.3 +chore: update plugin description ## 0.4.2 fix: update command for Semgrep plugin setup in README ## 0.4.1