Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull CoseDetachedSignatures into a dedicated project #58

Merged
merged 4 commits into from
Nov 10, 2023

Update changelog for release

cb896ad
Select commit
Loading
Failed to load commit list.
Merged

Pull CoseDetachedSignatures into a dedicated project #58

Update changelog for release
cb896ad
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 9, 2023 in 5s

No new alerts in code changed by this pull request

Annotations

Check failure on line 71 in CoseDetachedSIgnature.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable is always null Error

Variable
objectUnderTest
is always null at this dereference.

Check failure on line 151 in CoseDetachedSIgnature.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable is always null Error

Variable
detachedSignature
is always null at this dereference.

Check failure on line 186 in CoseDetachedSIgnature.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable is always null Error

Variable
detachedSignature
is always null at this dereference.

Check failure on line 231 in CoseDetachedSIgnature.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable is always null Error

Variable
detachedSignature
is always null at this dereference.

Check warning on line 150 in CoseDetachedSignature/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
this
may be null at this access as suggested by
this
null check.

Check warning on line 175 in CoseDetachedSignature/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
this
may be null at this access as suggested by
this
null check.