Package: securitytxt
Type: Package
Title: Identify and Parse Web Security Policies Files
Version: 0.1.0
Date: 2017-10-20
Authors@R: c(
    person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0001-5670-2640")),
    person("SEOmoz", "Inc", role = c("aut", "cph"),
           comment = "url-cpp library, <https://github.com/seomoz/url-cpp>")
  )
Maintainer: Bob Rudis <bob@rud.is>
Description: When security risks in web services are discovered by independent
   security researchers who understand the severity of the risk, they
   often lack the channels to properly disclose them. As a result,
   security issues may be left unreported. The 'security.txt' 'Web Security Policies'
   specification defines an 'IETF' draft standard <https://tools.ietf.org/html/draft-foudil-securitytxt-00>
   to help organizations define the process for security researchers to securely 
   disclose security vulnerabilities. Tools are provided to help identify and 
   parse 'security.txt' files to enable analysis of the usage and adoption of these policies.
URL: https://github.com/hrbrmstr/securitytxt
BugReports: https://github.com/hrbrmstr/securitytxt/issues
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Suggests: testthat, covr
Depends: R (>= 3.2.0)
Imports: Rcpp
RoxygenNote: 6.0.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2017-10-20 14:40:41 UTC; hrbrmstr
Author: Bob Rudis [aut, cre] (0000-0001-5670-2640),
  SEOmoz Inc [aut, cph] (url-cpp library,
    <https://github.com/seomoz/url-cpp>)
Repository: CRAN
Date/Publication: 2017-10-21 15:18:51 UTC
