Universe

Contributors Forks Stargazers Issues MIT License


cvssc

Common Vulnerability Scoring System Calculator

The CVSS Typst Library is a Typst package designed to facilitate the calculation of Common Vulnerability Scoring System (CVSS) scores for vulnerabilities across multiple versions, including CVSS 2.0, 3.0, 3.1, and 4.0. This library provides developers, security analysts, and researchers with a reliable and efficient toolset for assessing the severity of security vulnerabilities based on the CVSS standards.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

(back to top)

Built With

  • Typst
  • Rust
  • WASM

(back to top)

Getting Started

Ensure you have the Typst CLI installed.

  1. Import the package
#import "@preview/cvssc:0.1.0";
  1. Use the various library functions to calculate CVSS scores and severities.
#import "@preview/cvssc:0.1.0";

#cvssc.v2("CVSS:2.0/AV:L/AC:H/Au:M/C:P/I:C/A:C")

#cvssc.v3("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H")

#cvssc.v3("CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H")

#cvssc.v4("CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L")

Prerequisites

Usage

Please refer to the Docs

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Drake Axelrod - Github Profile - drakeaxelrod@gmail.com

Project Link: https://github.com/DrakeAxelrod/cvssc

Contributors

Drake Axelrod
Drake Axelrod

(back to top)

Acknowledgments

(back to top)