Skip to content

v2.19.3

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:24
· 6 commits to main since this release
v2.19.3
438b803

What's Changed

A security release, and the one that ends the leak class instead of patching another instance of it. Update from any earlier version.

Security

  • Credential masking now runs centrally, on every response, at every depth (#334; found by an external field test of the remote server, and exactly the failure they diagnosed). Three earlier fixes each masked one endpoint, and environments get then leaked database passwords, connection strings, the server's sentinel token and the full log-drain configuration through nested paths none of them walked. One sanitizer now sits at the client's response boundary: infrastructure secrets (SSH key material, sentinel token, log-drain credentials, GitHub App secrets) are masked unconditionally; any embedded server row is projected down to uuid/name/ip; resource credentials and nested env-var values are masked unless the tool's reveal: true is passed. Endpoints added in future are covered the day they land. Every masking test from the three per-endpoint fixes passes unchanged.
  • get_application no longer returns webhook secrets or the full server row (#332). The raw payload carried the manual webhook HMAC secrets (enough to forge deploys), the basic-auth password, custom_labels (htpasswd hashes), and the entire nested server row. Masked with reveal: true opt-in, matching get_database; the server row is projected unconditionally.

📦 View on npm

🖱️ One-click Claude Desktop install: download coolify-mcp.mcpb below and drag it into Settings → Extensions.