diff --git a/pyproject.toml b/pyproject.toml index 943c1bc..58d49e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" # ── Project metadata ────────────────────────────────────────────────────────── [project] name = "bawbel-scanner" -version = "1.2.2" +version = "1.2.3" description = "Agentic AI component security scanner. Detects AVE vulnerabilities. Produces OWASP AIVSS v0.8 scores." readme = "README.md" license = { text = "Apache-2.0" } diff --git a/scanner/__init__.py b/scanner/__init__.py index 8ca97ea..ac4aa8e 100644 --- a/scanner/__init__.py +++ b/scanner/__init__.py @@ -14,7 +14,7 @@ Breaking changes (removing/renaming public API) require a major version bump. """ -__version__ = "1.2.2" +__version__ = "1.2.3" __author__ = "Bawbel " __license__ = "Apache-2.0" diff --git a/server.json b/server.json index d40c977..3777891 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.bawbel/scanner", "title": "Bawbel Scanner", "description": "Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.", - "version": "1.2.2", + "version": "1.2.3", "repository": { "url": "https://github.com/bawbel/scanner", "source": "github" @@ -13,7 +13,7 @@ "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "bawbel-scanner", - "version": "1.2.2", + "version": "1.2.3", "runtimeHint": "uvx", "transport": { "type": "stdio" @@ -38,7 +38,7 @@ "vulnerability" ], "threat_intel_api": "https://api.piranha.bawbel.io", - "ave_records": 48, + "ave_records": 45, "owasp_mcp_mapping": true } }