Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 488 Bytes

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