diff --git a/dist/app-boot.js b/dist/app-boot.js
index bc8954a..f7241e1 100644
--- a/dist/app-boot.js
+++ b/dist/app-boot.js
@@ -2755,12 +2755,51 @@ var EnhancedSecureCryptoUtils = class _EnhancedSecureCryptoUtils {
throw new Error(`Failed to decrypt the message: ${error.message}`);
}
}
- // Enhanced input sanitization
+ // Enhanced input sanitization with iterative processing to handle edge cases
static sanitizeMessage(message) {
if (typeof message !== "string") {
throw new Error("Message must be a string");
}
- return message.replace(/\n /\n /
+ /
+ /