Skip to content

Add no key message to webauthn settings #72

Add no key message to webauthn settings

Add no key message to webauthn settings #72

Triggered via push September 7, 2024 10:43
Status Success
Total duration 1m 29s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test: Guard.Core/Security/WebAuthn/WebAuthnInterop.cs#L102
Possible null reference argument for parameter 'rawMakeCredentialOptions' in 'int WebAuthnInterop.WebAuthNAuthenticatorMakeCredential(nint hWnd, RelayingPartyInfo rpInfo, RawUserInfo rawUserInfo, RawCoseCredentialParameters rawCoseCredParams, RawClientData rawClientData, RawAuthenticatorMakeCredentialOptions rawMakeCredentialOptions, out nint rawCredentialAttestation)'.
Test: Guard.Core/Security/WebAuthn/WebAuthnInterop.cs#L151
Possible null reference argument for parameter 'rawGetAssertionOptions' in 'WebAuthnHResult WebAuthnInterop.WebAuthNAuthenticatorGetAssertion(nint hWnd, string rpId, RawClientData rawClientData, RawAuthenticatorGetAssertionOptions rawGetAssertionOptions, out nint rawAssertionPtr)'.
Test: Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L112
Dereference of a possibly null reference.
Test: Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L72
Dereference of a possibly null reference.
Test: Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L17
Non-nullable field 'ExtensionIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/HmacSecret.cs#L59
Non-nullable field 'First' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/HmacSecret.cs#L60
Non-nullable field 'Second' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/HmacSecret.cs#L48
Non-nullable field 'GlobalSalt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/HmacSecret.cs#L49
Non-nullable field 'SaltsByCredential' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/HmacSecret.cs#L41
Non-nullable field 'First' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.