Skip to content

A CVSSv3 random vector generator in Elm.

License

Notifications You must be signed in to change notification settings

mkoppmann/wtcvss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published