correctover-scan 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "correctover-scan",
3
- "version": "2.1.2",
4
- "description": "MCP security scanner CLI \u2014 scan your MCP server configs for SSRF, command injection, credential exposure, and overprivileged commands. 30-second demo: npx correctover-scan --demo",
3
+ "version": "2.1.3",
4
+ "description": "Compatibility CLI/package name for Correctover MCP security scanning. The maintained scanner runtime lives in correctover.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "correctover-scan": "./cli.js"
@@ -48,8 +48,5 @@
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=16.0.0"
51
- },
52
- "bugs": {
53
- "url": "https://codeberg.org/correctover-labs/correctover/issues"
54
51
  }
55
52
  }