@mitre/hdf-converters 2.6.30 → 2.6.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# HDF Converters
|
|
2
2
|
|
|
3
|
-
"[Heimdall Data Format (HDF)](https://saf.mitre.org/#/normalize)" is our common data format to preserve and transform security data.
|
|
3
|
+
"[Heimdall Data Format (HDF)](https://saf.mitre.org/#/normalize)" is our common data exchange format to preserve and transform security data.
|
|
4
4
|
|
|
5
5
|
HDF Converters supplies several methods to convert various types of security tool data to and from this HDF standard. HDF Converters can be used in a variety of tools, and is currently well integrated with Heimdall itself, and the [SAF CLI](https://github.com/mitre/saf).
|
|
6
6
|
|
package/lib/package.json
CHANGED