Skip to content

Commit dc48e67

Browse files
committed
Recommend vdb v6.4.x. Update packages in lock file
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 50d8738 commit dc48e67

File tree

5 files changed

+180
-180
lines changed

5 files changed

+180
-180
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Using [ORAS cli](https://oras.land/) might be slightly faster.
9292

9393
```
9494
export VDB_HOME=$HOME/vdb
95-
oras pull ghcr.io/appthreat/vdbxz:v6 -o $VDB_HOME
95+
oras pull ghcr.io/appthreat/vdbxz:v6.4.x -o $VDB_HOME
9696
tar -xvf *.tar.xz
9797
rm *.tar.xz
9898
```

packages/mcp-server-vdb/src/mcp_server_vdb/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async def handle_call_tool(
385385
write_stream,
386386
InitializationOptions(
387387
server_name="appthreat-vulnerability-db",
388-
server_version="6.4.0",
388+
server_version="6.4.1",
389389
capabilities=server.get_capabilities(
390390
notification_options=NotificationOptions(),
391391
experimental_capabilities={},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "appthreat-vulnerability-db"
3-
version = "6.4.0"
3+
version = "6.4.1"
44
description = "AppThreat's vulnerability database and package search library with a built-in sqlite based storage. OSV, CVE, GitHub, npm are the primary sources of vulnerabilities."
55
authors = [
66
{name = "Team AppThreat", email = "cloud@appthreat.com"},

0 commit comments

Comments
 (0)