Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion scanner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bawbel.io@gmail.com>"
__license__ = "Apache-2.0"

Expand Down
6 changes: 3 additions & 3 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -38,7 +38,7 @@
"vulnerability"
],
"threat_intel_api": "https://api.piranha.bawbel.io",
"ave_records": 48,
"ave_records": 45,
"owasp_mcp_mapping": true
}
}
Expand Down
Loading