fix(frontend): make verify_tls helper text spell out the MITM tradeoff

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Knacky
2026-06-21 21:01:49 +02:00
parent 774ae05748
commit ee5fda6059

View File

@@ -182,7 +182,8 @@ export function C2ConfigCard({ engagementId }: C2ConfigCardProps): JSX.Element {
</label> </label>
</div> </div>
<p className="text-[12px] text-graphite"> <p className="text-[12px] text-graphite">
Leave unchecked for lab Mythic with self-signed certificates. Uncheck only for lab Mythic with self-signed certificates. Disabling
verification exposes the API token to MITM.
</p> </p>
</div> </div>