Skip to content

Commit

Permalink
Add changes based on review comments part 1
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Sep 26, 2024
1 parent efbdfb7 commit 9c0e945
Show file tree
Hide file tree
Showing 25 changed files with 742,857 additions and 716,239 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<li>Microsoft Secure Score</li>
<li>Nessus</li>
<li>Netsparker</li>
<li>Neuvector</li>
<li>NeuVector</li>
<li>Nikto</li>
<li>OWASP ZAP</li>
<li>Prisma</li>
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/src/store/report_intake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
MsftSecureScoreResults,
NessusResults,
NetsparkerMapper,
NeuvectorMapper,
NeuVectorMapper,
NiktoMapper,
PrismaMapper,
SarifMapper,
Expand Down Expand Up @@ -285,7 +285,7 @@ export class InspecIntake extends VuexModule {
case INPUT_TYPES.GRYPE:
return new AnchoreGrypeMapper(convertOptions.data).toHdf();
case INPUT_TYPES.NEUVECTOR:
return new NeuvectorMapper(convertOptions.data).toHdf();
return new NeuVectorMapper(convertOptions.data).toHdf();
default:
return SnackbarModule.failure(
`Invalid file uploaded (${filename}), no fingerprints matched.`
Expand Down
2 changes: 1 addition & 1 deletion libs/hdf-converters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OHDF Converters supplies several methods to convert various types of security to
14. [**msft-secure-mapper**] - Microsoft Secure Score results file
15. [**nessus-mapper**] - Nessus XML results file
16. [**netsparker-mapper**] - Netsparker XML results file
17. [**neuvector-mapper**] - Neuvector JSON results file
17. [**neuvector-mapper**] - NeuVector JSON results file
18. [**nikto-mapper**] - Nikto results JSON file
19. [**prisma-mapper**] - Prisma Cloud Scan Report CSV file
20. [**sarif-mapper**] - SARIF JSON file
Expand Down
13,927 changes: 0 additions & 13,927 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-1.json

This file was deleted.

225,246 changes: 0 additions & 225,246 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-3.json

This file was deleted.

11,729 changes: 0 additions & 11,729 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-4.json

This file was deleted.

113,025 changes: 59,483 additions & 53,542 deletions ...ons/neuvector_mapper/neuvector-hdf-2.json → ...r_mapper/neuvector-hdf-mitre-caldera.json

Large diffs are not rendered by default.

14,686 changes: 14,686 additions & 0 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-mitre-heimdall.json

Large diffs are not rendered by default.

12,131 changes: 12,131 additions & 0 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-mitre-heimdall2.json

Large diffs are not rendered by default.

231,409 changes: 231,409 additions & 0 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-mitre-vulcan.json

Large diffs are not rendered by default.

20,844 changes: 0 additions & 20,844 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-withraw-1.json

This file was deleted.

316,535 changes: 0 additions & 316,535 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-withraw-3.json

This file was deleted.

20,696 changes: 0 additions & 20,696 deletions libs/hdf-converters/sample_jsons/neuvector_mapper/neuvector-hdf-withraw-4.json

This file was deleted.

Loading

0 comments on commit 9c0e945

Please sign in to comment.