Skip to content

Commit

Permalink
pom updates and readme update to include hhs vul disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 8, 2024
1 parent 7106e35 commit 6018355
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


<!-- MARKDOWN LINKS & IMAGES -->
[contributors-shield]: https://img.shields.io/github/contributors/HHS/ASPR-ms-taskit
Expand Down
7 changes: 7 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
<name>Translation and Serialization Toolkit (Taskit): Core</name>
<description>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.</description>

<!-- SCM Information -->
<scm>
<connection>scm:git:git://github.com/HHS/aspr-ms-taskit.git</connection>
<developerConnection>scm:git:ssh://github.com:HHS/aspr-ms-taskit.git</developerConnection>
<url>https://github.com/HHS/aspr-ms-taskit/tree/main/core</url>
</scm>

</project>
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<name>GNU GENERAL PUBLIC LICENSE v3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
<license>
<name>Vulnerability Disclosure Policy</name>
<url>https://www.hhs.gov/vulnerability-disclosure-policy/index.html</url>
</license>
</licenses>

<!-- Developers -->
Expand All @@ -41,7 +45,7 @@
<!-- Properties -->
<properties>
<!-- Version -->
<revision>3.2.0</revision>
<revision>3.2.1</revision>

<!-- basic project properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
7 changes: 7 additions & 0 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<name>Translation and Serialization Toolkit (Taskit): Protobuf</name>
<description>A toolkit that aids in the conversion between Protobuf Java objects and application Java objects.</description>

<!-- SCM Information -->
<scm>
<connection>scm:git:git://github.com/HHS/aspr-ms-taskit.git</connection>
<developerConnection>scm:git:ssh://github.com:HHS/aspr-ms-taskit.git</developerConnection>
<url>https://github.com/HHS/aspr-ms-taskit/tree/main/protobuf</url>
</scm>

<!-- Properties -->
<properties>
<!-- plugin versions -->
Expand Down

0 comments on commit 6018355

Please sign in to comment.