dokploy/packages/server/src
Mauricio Siu 6239073e2a fix: strip git provider secrets from compose.one response
findComposeById embedded the full github/gitlab/bitbucket/gitea
relations (client secrets, OAuth tokens, private keys, app passwords)
and compose.one only used canEditDeployGitSource to set a
hasGitProviderAccess flag, never to hide the fields — so any member
with read access to a compose service got the connected git
provider's raw credentials, regardless of their access to that
provider itself.

Exclude the same secret columns findApplicationById already excludes.
Deploys are unaffected: the actual clone step always re-fetches the
provider fresh by id (findGithubById/findGitlabById/...), it never
reads secrets off the embedded relation.
2026-09-01 03:24:43 -06:00
..
auth Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
constants fix(api): reject non-integer body size env vars 2026-08-11 15:06:02 -04:00
db Merge branch 'canary' into feat/dns-records-management 2026-09-01 02:41:18 -06:00
emails fix(notifications): send server threshold alerts through email, resend, gotify and ntfy channels 2026-08-04 11:39:32 -06:00
lib feat(permissions): add server.terminal to decouple server access from root SSH 2026-08-21 11:08:31 -04:00
monitoring fix: parse Block I/O and Network I/O stats to numeric MB so monitoring charts render 2026-08-06 14:20:29 -06:00
services fix: strip git provider secrets from compose.one response 2026-09-01 03:24:43 -06:00
setup Merge pull request #4889 from automaze-me/fix/security-audit-json-parse 2026-08-28 16:57:58 -06:00
templates feat: upgrade to TypeScript 7 and Next.js 16.3 2026-08-11 01:39:09 -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 Merge branch 'canary' into feat/dns-records-management 2026-09-01 02:41:18 -06:00
verification Feat/tailwind v4 shadcn update (#4706) 2026-06-30 15:45:23 -06:00
wss fix(server): allow plus, at, and valid path characters in readValidDirectory 2026-08-26 04:54:13 +05:30
index.ts Merge pull request #5076 from Dokploy/feat/overview-dashboard 2026-08-14 00:40:13 -06:00