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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
mv /root/.local/bin/uv /usr/local/bin/uv && \
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unstable.list /etc/apt/preferences.d/99pin-libtasn1 && \
python3 -m venv /opt/venv && \
/opt/venv/bin/pip install --upgrade "pip==26.1.1" && \
uv pip install --system "virtualenv<21" hatch

WORKDIR /app
Expand Down Expand Up @@ -233,7 +234,7 @@
ENV SOLACE_DEV_MODE=True

# Set the following environment variables to appropriate values before deploying
ENV SESSION_SECRET_KEY="REPLACE_WITH_SESSION_SECRET_KEY"

Check warning on line 237 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push Image / Build linux/arm64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SESSION_SECRET_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 237 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push Image / Build linux/amd64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SESSION_SECRET_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

LABEL org.opencontainers.image.source=https://github.com/SolaceLabs/solace-agent-mesh

Expand Down
241 changes: 88 additions & 153 deletions client/webui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/webui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"jszip": "^3.10.1",
"lucide-react": "^0.511.0",
"marked": "^15.0.12",
"mermaid": "^11.12.2",
"mermaid": "^11.15.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.65.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"google-genai==1.49.0",
"httpx==0.28.1",
"idna==3.15", # [CVE-2026-45409] Security fix (transitive from httpx, requests)
"jwcrypto==1.5.6",
"jwcrypto==1.5.7", # [CVE-2026-39373] Security fix
"python-jwt==4.1.0",
"pyjwt>=2.12.0", # [CVE-2026-32597] Security fix: validates the crit (Critical) Header Parameter in JWS tokens (transitive from a2a-sdk, msal)
"asteval==1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading