diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 5c2fffb..cba4d94 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.0", + "version": "0.4.1", "author": { "name": "Semgrep" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c8086..a5f2f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log +## 0.4.1 +fix: update Cursor readme to say Semgrep Cursor Plugin ## 0.4.0 fix cursor readme ## 0.3.0 diff --git a/README.md b/README.md index 85e6347..ac78f81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Semgrep MCP Marketplace +# Semgrep Cursor Plugin This repo is where the Semgrep Cursor Plugin lives. The Semgrep Plugin includes a MCP server, hooks, and skills, which are used to scan agent-generated code for security vulnerabilities and provide recommendations for fixing them.