Skip to content

Commit a1d3e99

Browse files
authored
Merge pull request #171 from SoftwareDesignLab/main-ReadMeFix
Update readme.md
2 parents 3968373 + ee80d34 commit a1d3e99

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

frontend/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

readme.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22
> The SBOM Visualization and Integration Platform (**SVIP**) is a unified platform to promote the
33
> production, consumption, and utilization of Software Bills of Materials.
44
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)
156

167
### System Requirements
178
- Requires Node >= 18.12.1
@@ -22,13 +13,9 @@
2213
3. `npm start`
2314

2415
## 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
3219

3320
## Development Build
3421
1. Run `npm run winBuildExe`

0 commit comments

Comments
 (0)