File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33A Java implementation of [ Multibase] ( https://w3c-ccg.github.io/multibase/ ) .
44
55[ ![ Java 8 CI] ( https://github.com/filip26/copper-multibase/actions/workflows/java8-build.yml/badge.svg )] ( https://github.com/filip26/copper-multibase/actions/workflows/java8-build.yml )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/copper-multibase/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/copper-multibase )
67[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.apicatalog/copper-multibase.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:com.apicatalog%20AND%20a:copper-multibase )
78[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
89
@@ -74,16 +75,10 @@ var decoder = MultibaseDecorer.getInstance(mybase, ...);
7475<dependency >
7576 <groupId >com.apicatalog</groupId >
7677 <artifactId >copper-multibase</artifactId >
77- <version >4.0 .0</version >
78+ <version >4.1 .0</version >
7879</dependency >
7980```
8081
81- ## Documentation
82-
83- [ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/copper-multibase/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/copper-multibase )
84-
85-
86-
8782## Contributing
8883
8984All PR's welcome!
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Supported Versions
4+
5+ | Version | Supported |
6+ | ------- | :---------:|
7+ | 4.x.x | ✅ Supported |
8+ | 1.x.x | ❌ Not supported |
9+ | 0.x.x | ❌ Not supported |
10+
11+ ## Reporting a Vulnerability
12+
13+ If you discover a security vulnerability, please report it responsibly by contacting:
14+
15+ ** Filip Kolarik**
16+ 📧 [ filip26@gmail.com ] ( mailto:filip26@gmail.com )
17+
18+ 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 <modelVersion >4.0.0</modelVersion >
88 <groupId >com.apicatalog</groupId >
99 <artifactId >copper-multibase</artifactId >
10- <version >4.0 .0</version >
10+ <version >4.1 .0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >Copper Multibase</name >
You can’t perform that action at this time.
0 commit comments