Skip to content

Commit

Permalink
Documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidski committed Apr 21, 2015
1 parent 61195ff commit 46a573e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,32 @@
vulnpryr
=========

Vulnerability Pryer - An implementation of [VulnPryer](https://github.com/SCH-CISM/VulnPryer) for R.
Vulnerability Pryer - An implementation of [VulnPryer](https://github.com/SCH-CISM/VulnPryer) in R.

#Installation
`
devtools:github("SCH-CISM\vulnpryr")
`

#Usage

```
library(vulnpryr)
#Load vulnerability fact table
vulndb_file <- ".\vulnerability_facts.csv"
vulnpryr::load_vulndb(vulndb_file)
#Rescore a vulnerability
vulnpryer(cve_id = "CVE-2014-0013", cvss_base = 5)
```

Weightings can be overridden by specifying manual values in the function call.

`
vulnpryer(cve_id = "CVE-2014-0013", cvss_base = 5, msp_factor = 2, network_vector_factor = 3)
`

#Acknowledgements
VulnPryer would not exist without the inspiration and assistance of the following individuals
and organizations:
Expand Down

0 comments on commit 46a573e

Please sign in to comment.