Skip to content

Commit

Permalink
Merge pull request #14 from maxbrito500/patch-1
Browse files Browse the repository at this point in the history
Correcting a typo
  • Loading branch information
ajnelson-nist authored Mar 18, 2024
2 parents 227fc03 + 376316b commit dd9578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project provides a set of Java-based tools for the generation and validatio

Included in this repository are the sources for:

- [swid-builder](swid-builder): A Java API for building SWID and CoSWID tags, which can be used in other applciations to produce tags in the XML and CBOR formats.
- [swid-builder](swid-builder): A Java API for building SWID and CoSWID tags, which can be used in other applications to produce tags in the XML and CBOR formats.
- [swidval](swidval): A command line tool for validating a SWID tag against the requirements defined by ISO/IEC 19770-2:2015, IETF CoSWID, and NIST Internal Report [(NISTIR) 8060](https://csrc.nist.gov/publications/detail/nistir/8060/final). This tool provides an convenient way to check if a SWID or CoSWID tag is valid and provides the necessary information required by the standard and best practices.
- [swidval-webapp](swidval-webapp): A simple, proof of concept webapp that provides a SWID validation service that is deployable to a Java application server.
- [swid-maven-plugin](swid-maven-plugin): An Apache Maven plugin that supports the generation of an XML- or CBOR- based tag as part of a Maven build.
Expand Down

0 comments on commit dd9578f

Please sign in to comment.