Mask the http target's destination URL in the UI (closes #115) #126

Merged
clawbot merged 1 commits from issue-115-mask-http-destination-url into next 2026-08-17 22:50:27 +02:00

1 Commits

Author SHA1 Message Date
855439cc56 Mask the http target's destination URL in the UI (closes #115)
All checks were successful
check / check (push) Successful in 2m52s
An http target's destination is frequently a Slack, Discord or
Teams incoming-webhook endpoint whose path segments are the
credential — the same property that made the Slack target's
webhook URL a bearer token. The source detail page rendered it
in full, so the leak closed for slack targets stayed reachable
through a different target type.

Render it through the existing MaskURL, which reduces a URL to
scheme and host. The field accepts an arbitrary URL, so no path
segment can be assumed non-secret and none is shown.
2026-08-17 20:28:29 +00:00