Skip to content

Commit 967a44f

Browse files
tofikwestclaude
andcommitted
chore(pentest): genericize target URL placeholder
Replace the staging-specific hostname with a generic "your.staging.app" so the placeholder doesn't imply a Comp AI internal target. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 948e287 commit 967a44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/app/(app)/[orgId]/security/penetration-tests/_components/CreateRunPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function CreateRunPanel({
107107
id="pt-target-url"
108108
value={targetUrl}
109109
onChange={(e) => setTargetUrl(e.target.value)}
110-
placeholder="app.staging.trycomp.ai"
110+
placeholder="your.staging.app"
111111
autoFocus
112112
required
113113
className="flex-1 bg-transparent font-mono text-xs outline-none"

0 commit comments

Comments
 (0)