diff --git a/.gitignore b/.gitignore index 3336e271..89bd2da0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /.settings/ *.class *.iml +.idea/ diff --git a/.idea/libraries/Maven__junit_junit_maven_plugin_4_11.xml b/.idea/libraries/Maven__junit_junit_maven_plugin_4_11.xml deleted file mode 100644 index 5c436777..00000000 --- a/.idea/libraries/Maven__junit_junit_maven_plugin_4_11.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_all_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_all_1_3.xml deleted file mode 100644 index 56193163..00000000 --- a/.idea/libraries/Maven__org_hamcrest_hamcrest_all_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml deleted file mode 100644 index f58bbc11..00000000 --- a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index d3be63df..1f6c3515 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download the latest .jar from the releases tab and place it in your classpath. Gradle users: ``` -compile 'net.i2p.crypto:eddsa:0.3.0' +compile 'net.i2p.crypto:eddsa:0.3.1' ``` Java 7 and above are supported. @@ -66,6 +66,11 @@ For ease of following, here are the main methods in ref10 and their equivalents Important changes ----------------- +### 0.3.1 - Build improvements + +- Upgraded JUnit to remove CVE-2020-15250 vulnerability +- Added OWASP plugin to check vulnerabilities + ### 0.3.0 - The library has been extensively profiled for contention issues in a multi-threaded environment. The only diff --git a/eddsa.iml b/eddsa.iml deleted file mode 100644 index df0ea472..00000000 --- a/eddsa.iml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 0a000ed2..3be7d605 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.i2p.crypto eddsa - 0.3.0 + 0.3.1 EdDSA-Java bundle Implementation of EdDSA in Java @@ -149,6 +149,22 @@ true + + org.owasp + dependency-check-maven + 6.5.3 + + false + 0 + + + + + check + + + + @@ -161,7 +177,7 @@ junit junit - 4.12 + 4.13.2 maven-plugin test