mkoppmann / wtcvss

A CVSSv3 random vector generator in Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wtCVSS

wtcvss is a simple application written in Elm, that lets you define a score and get a random CVSSv3.1 vector for it. It is mainly meant as a joke project.

Build setup

# if you don’t have Elm installed
npm install -g elm

# serve at localhost:8000
elm reactor

# build for production
elm make src/Main.elm --optimize --output="wtcvss.html"

Test setup

# if you don’t have Elm Test installed
npm install -g elm-test

# run tests
elm-test

About

A CVSSv3 random vector generator in Elm.

License:MIT License


Languages

Language:Elm 99.6%Language:Nix 0.4%