File tree Expand file tree Collapse file tree 3 files changed +161
-21
lines changed Expand file tree Collapse file tree 3 files changed +161
-21
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ FROM python:3.13-slim-bookworm
3131RUN groupadd -r app && useradd -r -g app -u 1000 app
3232
3333# Install runtime system dependencies
34+ # Removed dnsutils to fix CVE-2025-40777 (bind9 vulnerability)
3435RUN apt-get update && apt-get install -y \
3536 libpq-dev \
3637 iputils-ping \
37- dnsutils \
3838 net-tools \
3939 && rm -rf /var/lib/apt/lists/* \
4040 && apt-get clean
Original file line number Diff line number Diff line change 11[project ]
22name = " postgres-mcp-enhanced"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44description = " Enterprise PostgreSQL MCP Server - Enhanced fork with comprehensive security and AI-native operations"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
8- " mcp[cli]>=1.5 .0" ,
8+ " mcp[cli]>=1.10 .0" ,
99 " psycopg[binary]>=3.2.6" ,
1010 " humanize>=4.8.0" ,
1111 " pglast==7.7" ,
1212 " attrs>=25.3.0" ,
1313 " psycopg-pool>=3.2.6" ,
1414 " instructor>=1.7.9" ,
15+ " h11>=0.16.0" ,
16+ " setuptools>=78.1.1" ,
1517]
1618license = " mit"
1719license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments