-
Notifications
You must be signed in to change notification settings - Fork 513
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(interop): overly strict validation #2943
fix(interop): overly strict validation #2943
Conversation
cc @PatStLouis |
From the VC specification:
The most relevant here is the last point Instead of testing for UUID, we can test for a URI value. I've commented the PR |
@PatStLouis The
I think the only change made to the VC itself is loosening the requirements for the |
@dbluhm thanks for the clarification, I misread that this applied to the presentation itself! |
This change relaxes some overly strict validation that was preventing presenting proof using LDP-VC from Credo 0.5.X based agents. Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
a97c80b
to
29c5468
Compare
Please retry analysis of this Pull-Request directly on SonarCloud |
Quality Gate passedIssues Measures |
This change relaxes some overly strict validation that was preventing presenting proof using LDP-VC from Credo 0.5.X based agents.