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

Fix verifyPresentation - Implemented a comparison between the stream hash and the document hash #113

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

adi-a11y
Copy link
Contributor

The "verifyPresentation" method was initially designed to determine if a stream had been revoked. It would return false only in cases of revocation. However, when dealing with stream updates, the stream remains unrevoked, causing "verifyPresentation" to incorrectly return true for old documents as well. This problem has been resolved by implementing the new check.

@amarts amarts merged commit a2459c4 into dhiway:develop Aug 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants