@mitre/hdf-converters 2.10.17 → 2.10.18
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 +28 -27
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,33 +6,34 @@ OHDF Converters supplies several methods to convert various types of security to
|
|
|
6
6
|
|
|
7
7
|
## Supported Formats
|
|
8
8
|
|
|
9
|
-
1. [**
|
|
10
|
-
2. [**
|
|
11
|
-
3. [**
|
|
12
|
-
4. [**
|
|
13
|
-
5. [**
|
|
14
|
-
6. [**
|
|
15
|
-
7. [**
|
|
16
|
-
8. [**
|
|
17
|
-
9. [**
|
|
18
|
-
10. [**
|
|
19
|
-
11. [**
|
|
20
|
-
12. [**
|
|
21
|
-
13. [**
|
|
22
|
-
14. [**
|
|
23
|
-
15. [**
|
|
24
|
-
16. [**
|
|
25
|
-
17. [**
|
|
26
|
-
18. [**
|
|
27
|
-
19. [**
|
|
28
|
-
20. [**
|
|
29
|
-
21. [**
|
|
30
|
-
22. [**
|
|
31
|
-
23. [**
|
|
32
|
-
24. [**
|
|
33
|
-
25. [**
|
|
34
|
-
26. [**
|
|
35
|
-
27. [**
|
|
9
|
+
1. [**anchore-grype-mapper**] - Anchore Grype container security scanning results file
|
|
10
|
+
2. [**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
|
|
11
|
+
3. [**aws-config-mapper**] - AWS Config
|
|
12
|
+
4. [**burpsuite-mapper**] - BurpSuite Pro XML file
|
|
13
|
+
5. [**caat-mapper**] - Compliance Assessment and Audit Tracking (CAAT) file
|
|
14
|
+
6. [**checklist-mapper**] - Checlist Mapper format
|
|
15
|
+
7. [**conveyor-mapper**] - Conveyor JSON file
|
|
16
|
+
8. [**cyclonedx-sbom-mapper**] - CycloneDX SBOM JSON file
|
|
17
|
+
9. [**dbprotect-mapper**] - DBProtect report in "Check Results Details" XML format
|
|
18
|
+
10. [**fortify-mapper**] - Fortify results FVDL file
|
|
19
|
+
11. [**gosec-mapper**] - gosec results JSON file
|
|
20
|
+
12. [**ionchannel-mapper**] - SBOM data from Ion Channel
|
|
21
|
+
13. [**jfrog-xray-mapper**] - JFrog Xray results JSON file
|
|
22
|
+
14. [**msft-secure-mapper**] - Microsoft Secure Score results file
|
|
23
|
+
15. [**nessus-mapper**] - Nessus XML results file
|
|
24
|
+
16. [**netsparker-mapper**] - Netsparker XML results file
|
|
25
|
+
17. [**nikto-mapper**] - Nikto results JSON file
|
|
26
|
+
18. [**prisma-mapper**] - Prisma Cloud Scan Report CSV file
|
|
27
|
+
19. [**sarif-mapper**] - SARIF JSON file
|
|
28
|
+
20. [**scoutsuite-mapper**] - ScoutSuite results from a Javascript object
|
|
29
|
+
21. [**snyk-mapper**] - Snyk results JSON file
|
|
30
|
+
22. [**sonarqube-mapper**] - SonarQube vulnerabilities for the specified project name and optional branch or pull/merge request ID name from an API
|
|
31
|
+
23. [**splunk-mapper**] - Splunk instance
|
|
32
|
+
24. [**trufflehog-mapper**] - Trufflehog results json file
|
|
33
|
+
25. [**twistlock-mapper**] - Twistlock CLI output file
|
|
34
|
+
26. [**veracode-mapper**] - Veracode Scan Results XML file
|
|
35
|
+
27. [**xccdf-results-mapper**] - SCAP client XCCDF-Results XML report
|
|
36
|
+
28. [**zap-mapper**] - OWASP ZAP results JSON
|
|
36
37
|
|
|
37
38
|
### NOTICE
|
|
38
39
|
|
package/lib/package.json
CHANGED