You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Deleting a credential (dataStoreDeleteVerifiableCredential()) that doesn't have an id property will delete every claim in the claims table for credentials that also don't have an id
To Reproduce
This test fails in Veramo 5.5.1 and likely many versions prior.
Bug severity
5
Describe the bug
Deleting a credential (
dataStoreDeleteVerifiableCredential()
) that doesn't have anid
property will delete every claim in the claims table for credentials that also don't have anid
To Reproduce
This test fails in Veramo 5.5.1 and likely many versions prior.
Details
in sql undefined === undefined so claims without a credential ID are matched for all credentials without an ID
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: