dokploy/packages/server/src
Mauricio Siu df2779eaeb fix(security): escape swarm nodeId and registry tag in cluster commands
- cluster.removeWorker: input.nodeId (z.string(), no regex) was interpolated raw
  into 'docker node update/rm ${nodeId}' — now shell-quoted.
- swarm image upload (getRegistryCommands): registryTag / imageName were
  interpolated raw into 'docker tag'/'docker push' and an echo. registryTag is
  built from username and imagePrefix, which have no schema regex, so it was
  injectable — now shell-quoted. (The docker login already used
  safeDockerLoginCommand, so credentials were already safe.)
- gpu-setup: nodeId (derived from 'docker info', not user input) escaped as
  defense-in-depth.

Closes GHSA-4mfc-grxw-6858, GHSA-hfwh-69ch-gv47, GHSA-prwq-2mcm-mvhr
2026-07-19 23:34:18 -06:00
..
auth Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
constants perf: share db, docker and auth singletons across duplicated bundles 2026-07-09 02:13:05 -06:00
db feat: optionally include encryption key in web server backups 2026-07-10 03:05:28 -06:00
emails Feat/tailwind v4 shadcn update (#4706) 2026-06-30 15:45:23 -06:00
lib Merge pull request #4814 from Dokploy/feat/backup-encryption-key 2026-07-13 04:03:23 -06:00
monitoring feat: implement host system stats retrieval for Docker monitoring 2025-11-15 00:59:00 -06:00
services fix(security): escape compose path and validate custom compose command 2026-07-19 23:06:53 -06:00
setup fix(databases): update default Redis version from 7 to 8 (#4224) 2026-07-05 16:21:51 -06:00
templates test(templates): add unit tests for isolated deployment config field 2026-05-08 19:26:34 -06:00
types Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations. 2025-08-16 20:18:08 -06:00
utils fix(security): escape swarm nodeId and registry tag in cluster commands 2026-07-19 23:34:18 -06:00
verification Feat/tailwind v4 shadcn update (#4706) 2026-06-30 15:45:23 -06:00
wss 🚀 Release v0.29.5 (#4475) 2026-05-22 17:21:12 -06:00
index.ts feat(whitelabeling): implement public whitelabeling configuration retrieval 2026-07-06 16:33:12 -06:00