Content Security Policy Decomposer & Evaluator
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.
 
 
 

29 lines
865 B

Package: cspy
Type: Package
Title: Content Security Policy Decomposer & Evaluator
Version: 2.6.0
Date: 2019-03-06
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: Methods are provided to decompose, display, and validate
content security policy header values. Wraps the 'Shape Security'
'salvation' Java library (<https://github.com/shapesecurity/salvation>).
Package version tracks 'salvation' Java archive version.
URL: https://gitlab.com/hrbrmstr/cspy
BugReports: https://gitlab.com/hrbrmstr/cspy/issues
Encoding: UTF-8
License: Apache License (>= 2.0)
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
rJava
Imports:
httr,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1