File tree 2 files changed +4
-30
lines changed 2 files changed +4
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
> The SBOM Visualization and Integration Platform (** SVIP** ) is a unified platform to promote the
3
3
> production, consumption, and utilization of Software Bills of Materials.
4
4
5
- ### Latest Release: [[ V1.0.0] - (7/31/23)] ( doc/changelog.md )
6
- > GUI has been reworked
7
- > Features include:
8
- > Uploading\Deleting SBOMS
9
- > Viewing SBOMS (Pretty and Raw View)
10
- > Convert SBOM to new schema and document format
11
- > Run Quality Assurance tests on SBOMs
12
- > Compare multiple SBOMS
13
- > Merge multiple SBOMs together
14
- > Download SBOMs
5
+ ### Latest Release: [[ V1.0.0a] - (7/31/23)] ( doc/changelog.md )
15
6
16
7
### System Requirements
17
8
- Requires Node >= 18.12.1
22
13
3 . ` npm start `
23
14
24
15
## Features
25
- BRIEF OVERVIEW OF GUI FEATURES
26
- - ** Open Source Integrated SBOM Generation:** Makes use of open source libraries to generate SBOMs
27
- - ** SBOM Generation:** Custom SBOM generation via source file and package manager file analysis
28
- - ** SBOM VEX Generation:**
29
- - ** SBOM Metrics:**
30
- - ** SBOM Comparison:**
31
- - ** SBOM Merging:**
16
+ - ** SBOM Metrics:** Grade SBOMs using a series of metric tests
17
+ - ** SBOM Comparison:** Compare SBOMs to identify key differences between them
18
+ - ** SBOM Merging:** Merge SBOMs into a single unified document
32
19
33
20
## Development Build
34
21
1 . Run ` npm run winBuildExe `
You can’t perform that action at this time.
0 commit comments