Skip to content

✅ write a first WebAuthn test vector #10

✅ write a first WebAuthn test vector

✅ write a first WebAuthn test vector #10

Triggered via push July 31, 2023 16:20
Status Success
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: src/WebAuthn.sol#L33
Avoid to use inline assembly. It is acceptable only in rare cases
lint: src/WebAuthn.sol#L42
Avoid to use inline assembly. It is acceptable only in rare cases
lint: src/WebAuthn.sol#L52
Avoid to use inline assembly. It is acceptable only in rare cases
lint: src/WebAuthn.sol#L60
Avoid to use inline assembly. It is acceptable only in rare cases
lint: test/WebAuthn.t.sol#L4
global import of path forge-std/Test.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)