From 729578863b87af7fc57a0b0b5c069b8d624d7789 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Tue, 11 Aug 2026 21:21:07 +0000 Subject: [PATCH] fix(sdk): use safe scan session warning --- sdk/typescript/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/typescript/src/api.ts b/sdk/typescript/src/api.ts index da339350..a15b6ee6 100644 --- a/sdk/typescript/src/api.ts +++ b/sdk/typescript/src/api.ts @@ -1030,7 +1030,7 @@ export class CodexSecurity { "onWarning", options.onWarning, options.onObserverError, - `Could not save scan session: ${redactedErrorMessage(error)}`, + `Could not save scan session: ${safeErrorMessage(error)}`, ); } },