@mitre/hdf-converters 2.9.1 → 2.9.4

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 CHANGED
@@ -1,8 +1,8 @@
1
- # HDF Converters
1
+ # OHDF Converters
2
2
 
3
- "[Heimdall Data Format (HDF)](https://saf.mitre.org/#/normalize)" is our common data exchange format to preserve and transform security data.
3
+ "[OASIS Heimdall Data Format (OHDF)](https://saf.mitre.org/#/normalize)" is our common data exchange format to preserve and transform security data.
4
4
 
5
- HDF Converters supplies several methods to convert various types of security tool data to and from the 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).
5
+ OHDF Converters supplies several methods to convert various types of security tool data to and from the OHDF standard. OHDF 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
 
7
7
  ## Supported Formats
8
8
  1. [**asff-mapper**] - AWS Security Finding Format JSON file, Prowler-derived AWS Security Finding Format results from concatenated JSON blobs, and Trivy-derived AWS Security Finding Format results from concatenated JSON blobs
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitre/hdf-converters",
3
- "version": "2.9.1",
3
+ "version": "2.9.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Converter util library used to transform various scan results into HDF format",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "csv2json": "^2.0.2",
42
42
  "fast-xml-parser": "^4.2.0",
43
43
  "html-entities": "^2.3.2",
44
- "htmlparser2": "^6.1.0",
44
+ "htmlparser2": "^9.1.0",
45
45
  "inspecjs": "^2.8.1",
46
46
  "lodash": "^4.17.21",
47
47
  "moment": "^2.29.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitre/hdf-converters",
3
- "version": "2.9.1",
3
+ "version": "2.9.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Converter util library used to transform various scan results into HDF format",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "csv2json": "^2.0.2",
42
42
  "fast-xml-parser": "^4.2.0",
43
43
  "html-entities": "^2.3.2",
44
- "htmlparser2": "^6.1.0",
44
+ "htmlparser2": "^9.1.0",
45
45
  "inspecjs": "^2.8.1",
46
46
  "lodash": "^4.17.21",
47
47
  "moment": "^2.29.1",