Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cham11ng/cvss-calculator
- Owner: cham11ng
- Created: 2023-09-30T21:51:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T19:07:21.000Z (about 1 year ago)
- Last Synced: 2024-10-30T23:13:16.966Z (about 2 months ago)
- Topics: bun, cvss, hacktoberfest, react
- Language: TypeScript
- Homepage: https://cham11ng.github.io/cvss-calculator/
- Size: 1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installbun start
```# contributing
Feel free to send pull requests.