Skip to content

fix(azure): fail closed on a non-empty wrapping context (#4) #5

fix(azure): fail closed on a non-empty wrapping context (#4)

fix(azure): fail closed on a non-empty wrapping context (#4) #5

Triggered via push August 12, 2026 20:18
Status Success
Total duration 57s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L68
src/tenant/tenant-crypto.providers.ts:68:10: Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/fields/field-cipher.service.ts#L97
src/fields/field-cipher.service.ts:97:21: Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L57
src/tenant/tenant-crypto.providers.ts:57:27: Unsafe type assertion: type 'Type<Value>' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L49
src/tenant/tenant-crypto.providers.ts:49:42: Unsafe type assertion: 'Value' could be instantiated with an arbitrary type which could be unrelated to the original type.
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L48
src/tenant/tenant-crypto.providers.ts:48:26: Unsafe type assertion: 'Value' could be instantiated with an arbitrary type which could be unrelated to the original type.
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L46
src/tenant/tenant-crypto.providers.ts:46:64: Unsafe type assertion: type 'Type<Value>' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/tenant/tenant-crypto.providers.ts#L15
src/tenant/tenant-crypto.providers.ts:15:6: Unsafe type assertion: type 'Record<PropertyKey, unknown>' is more narrow than the original type.
typescript(no-unsafe-type-assertion): src/fields/encrypted-field.decorator.ts#L54
src/fields/encrypted-field.decorator.ts:54:15: Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/fields/encrypted-field.decorator.ts#L51
src/fields/encrypted-field.decorator.ts:51:18: Unsafe assertion from `any` detected: consider using type guards or a safer assertion.
typescript(no-unsafe-type-assertion): src/core/cipher-engine.ts#L83
src/core/cipher-engine.ts:83:21: Unsafe assertion from `any` detected: consider using type guards or a safer assertion.