Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cham11ng/cvss-calculator

Implementation of CVSS 3.1 to calculate vulnerability base score.
https://github.com/cham11ng/cvss-calculator

bun cvss hacktoberfest react

Last synced: 10 days ago
JSON representation

Implementation of CVSS 3.1 to calculate vulnerability base score.

Awesome Lists containing this project

README

        

# cvss-calculator

[![Deploy CVSS Calculator](https://github.com/cham11ng/cvss-calculator/actions/workflows/deploy.yml/badge.svg)](https://github.com/cham11ng/cvss-calculator/actions/workflows/deploy.yml)

CVSS (Common Vulnerability Scoring System) provides the numerical representation and calculates base score of impact of Information Security vulnerabilities. The project is rewritten in React using bun. The original project link: https://github.com/cvssjs/cvssjs.

# development

```bash
bun install

bun start
```

# contributing
Feel free to send pull requests.