File tree Expand file tree Collapse file tree
src/main/java/com/apicatalog/did/resolver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | :---------:|
7- | 0.x.x | ❌ |
8- | 1.x.x | |
7+ | 0.x.x | ✅ Supported |
8+ | 1.x.x | ❌ Not supported |
99
1010## Reporting a Vulnerability
1111
12- Please report security vulnerabilities to [ Filip Kolarik] ( mailto:filip26@gmail.com ) . Thank you!
12+ If you discover a security vulnerability, please report it responsibly by contacting:
13+
14+ ** Filip Kolarik**
15+ 📧 [ filip26@gmail.com ] ( mailto:filip26@gmail.com )
16+
17+ We will investigate promptly and work with you to address the issue. Thank you for helping keep the project secure!
Original file line number Diff line number Diff line change 77 <groupId >com.apicatalog</groupId >
88 <artifactId >carbon-did</artifactId >
99
10- <version >0.9.1-SNAPSHOT </version >
10+ <version >0.9.1</version >
1111 <packaging >jar</packaging >
1212
1313 <url >https://github.com/filip26/carbon-did-core</url >
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ public class DidResolutionException extends Exception {
1515 * Standard resolution error codes.
1616 */
1717 public enum Code {
18+ /** The DID syntax is invalid and cannot be parsed. */
19+ InvalidDid ,
20+
1821 /** The DID method resolution is not supported. */
1922 UnsupportedMethod ,
2023
You can’t perform that action at this time.
0 commit comments