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

feat(castor): add DIDUrl parser #19

Merged
merged 6 commits into from
Nov 22, 2022
Merged

Conversation

goncalo-frade-iohk
Copy link
Contributor

Fixes ATL-1995

@github-actions
Copy link

github-actions bot commented Oct 14, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY checkov yes no 10.72s
✅ REPOSITORY devskim yes no 0.9s
✅ REPOSITORY dustilock yes no 0.0s
✅ REPOSITORY gitleaks yes no 0.25s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 2.17s
✅ REPOSITORY syft yes no 0.33s
✅ REPOSITORY trivy yes no 2.84s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

This grammar will help parsing DIDs based on W3 Standardisation.
It follows the following ABNF rules: https://www.w3.org/TR/did-core/#did-syntax

It uses Antlr (https://www.antlr.org) a well known for language recognition that can
generate parsers for different languages.

Fixes ATL-1992
This grammar will help parsing DIDs URLs based on W3 Standardisation.
It follows the following ABNF rules: https://www.w3.org/TR/did-core/#did-url-syntax

It uses Antlr (https://www.antlr.org) a well known for language recognition that can
generate parsers for different languages.

Fixes ATL-1994
Base automatically changed from feature/ATL-1994 to main November 21, 2022 14:59
@goncalo-frade-iohk goncalo-frade-iohk merged commit ca8d899 into main Nov 22, 2022
@goncalo-frade-iohk goncalo-frade-iohk deleted the feature/ATL-1995 branch November 22, 2022 09:49
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