You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
857 B

Package: attackerkb
Type: Package
Title: Tools to Query the Rapid7 AttackerKB API
Version: 0.1.0
Date: 2020-04-15
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Rapid7 manages a service — <https://attackerkb.com/> - where experts can evaluate
various aspects of emergent or existing vulnerabilities and the community can query and
retrieve results. Tools are provided to query the AttackerKB API.
URL: https://git.rud.is/hrbrmstr/attackerkb
BugReports: https://git.rud.is/hrbrmstr/attackerkb/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite,
data.table
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0