Skip to main content

Interface: GuardReportValidationOptions

Defined in: electron/services/ipc/validators/utils/guardReportValidation.ts:15

Internal

Options for validating preload guard reports.

Properties

maxMetadataBytes

readonly maxMetadataBytes: number

Defined in: electron/services/ipc/validators/utils/guardReportValidation.ts:17

Internal

Maximum allowed UTF-8 byte length for serialized metadata.


maxPayloadPreviewBytes

readonly maxPayloadPreviewBytes: number

Defined in: electron/services/ipc/validators/utils/guardReportValidation.ts:19

Internal

Maximum allowed UTF-8 byte length for payload preview text.