https://github.com/unorsk/cvsslib
A Zig library for CVSS (Common Vulnerability Scoring System)
https://github.com/unorsk/cvsslib
cvss cvssv2 cvssv3 cvssv31 cvssv4 zig ziglang
Last synced: about 2 months ago
JSON representation
A Zig library for CVSS (Common Vulnerability Scoring System)
- Host: GitHub
- URL: https://github.com/unorsk/cvsslib
- Owner: unorsk
- License: mit
- Created: 2024-11-19T12:39:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:03:34.000Z (4 months ago)
- Last Synced: 2025-03-08T15:48:43.541Z (2 months ago)
- Topics: cvss, cvssv2, cvssv3, cvssv31, cvssv4, zig, ziglang
- Language: Zig
- Homepage: https://unorsk.github.io/cvsslib/
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cvsslib - something you might want to use when working with CVSS
Nothing is ready yet! 😅
## Tasks
- [ ] Support for CVSS4.0
- [ ] Support for CVSS3.1
- [ ] Support for CVSS3.0
- [ ] Support for CVSS2.0
- [ ] Command line interface
- [ ] CVSS explainer
- [ ] Web interface
- [ ] Compile to WASM