Skip to content

Web crypto fix. Fixes #5424 #15080

Web crypto fix. Fixes #5424

Web crypto fix. Fixes #5424 #15080

Triggered via push January 20, 2026 01:30
Status Failure
Total duration 5m 9s
Artifacts

push.yml

on: push
Check Commit Message
7s
Check Commit Message
Build, deploy, lint, typecheck, and test
4m 54s
Build, deploy, lint, typecheck, and test
Build website
53s
Build website
Test embedded components
0s
Test embedded components
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.ts#L97
Unnecessary conditional, comparison is always true, since `8 > 6` is true
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.ts#L89
'temp' is never reassigned. Use 'const' instead
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.ts#L8
Unnecessary conditional, the types have no overlap
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L122
`import()` type annotations are forbidden
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L10
`sha256Base64Url` import should occur before import of `toBase64`
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L9
`sha256Base64` import should occur before import of `toBase64`
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L5
`aesDecrypt` import should occur before import of `aesEncrypt`
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L1
`afterAll` import should occur before import of `describe`
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L1
`beforeAll` import should occur before import of `describe`
Build, deploy, lint, typecheck, and test: packages/core/src/util/crypto.test.ts#L1
`expect` import should occur before import of `it`