From 6018355228058cad2961ed9d36b6a8d0e2ba5b34 Mon Sep 17 00:00:00 2001 From: bischoffz Date: Mon, 8 Apr 2024 16:14:14 -0400 Subject: [PATCH] pom updates and readme update to include hhs vul disclosure --- README.md | 2 ++ core/pom.xml | 7 +++++++ pom.xml | 6 +++++- protobuf/pom.xml | 7 +++++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e64df..51eec04 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Documentation has yet to be created. In the interim, the code is mostly commente ## License Distributed under the GPLv3 License. See [LICENSE](LICENSE) for more information. +Please read the [HHS vulnerability discloure](https://www.hhs.gov/vulnerability-disclosure-policy/index.html). + [contributors-shield]: https://img.shields.io/github/contributors/HHS/ASPR-ms-taskit diff --git a/core/pom.xml b/core/pom.xml index 9dc3910..4984da0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -18,4 +18,11 @@ Translation and Serialization Toolkit (Taskit): Core The core components of a toolkit that aids in the conversion between two Java objects, primiarly for use with coverting between an input Java object and a application Java object. + + + scm:git:git://github.com/HHS/aspr-ms-taskit.git + scm:git:ssh://github.com:HHS/aspr-ms-taskit.git + https://github.com/HHS/aspr-ms-taskit/tree/main/core + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1a1c316..f796f5e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,10 @@ GNU GENERAL PUBLIC LICENSE v3 https://www.gnu.org/licenses/gpl-3.0.en.html + + Vulnerability Disclosure Policy + https://www.hhs.gov/vulnerability-disclosure-policy/index.html + @@ -41,7 +45,7 @@ - 3.2.0 + 3.2.1 UTF-8 diff --git a/protobuf/pom.xml b/protobuf/pom.xml index 945bf4f..b271fdb 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -18,6 +18,13 @@ Translation and Serialization Toolkit (Taskit): Protobuf A toolkit that aids in the conversion between Protobuf Java objects and application Java objects. + + + scm:git:git://github.com/HHS/aspr-ms-taskit.git + scm:git:ssh://github.com:HHS/aspr-ms-taskit.git + https://github.com/HHS/aspr-ms-taskit/tree/main/protobuf + +