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.
 
 

34 lines
1.4 KiB

Package: securitytxt
Type: Package
Title: Identify and Parse Web Security Policies Files
Version: 0.1.1
Date: 2019-08-18
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://gitlab.com/hrbrmstr/securitytxt
BugReports: https://gitlab.com/hrbrmstr/securitytxt/issues
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
Rcpp
RoxygenNote: 6.1.1
LinkingTo: Rcpp