Skip to content

Catch null references, move page #59

Catch null references, move page

Catch null references, move page #59

Triggered via push August 6, 2024 17:24
Status Success
Total duration 1m 41s
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/Assertion.cs#L79
Converting null literal or possible null value to non-nullable type.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L87
Dereference of a possibly null reference.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L101
Possible null reference assignment.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L26
Non-nullable field 'Credential' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L36
Non-nullable field 'Extensions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L113
Non-nullable field 'First' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L114
Non-nullable field 'Second' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L120
Non-nullable field 'AuthenticatorData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.