Browse Source

gitlab

master
boB Rudis 6 years ago
parent
commit
8065506f8f
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      DESCRIPTION
  2. 2
      README.Rmd
  3. 2
      README.md

4
DESCRIPTION

@ -18,8 +18,8 @@ Description: When security risks in web services are discovered by independent
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
URL: https://gitlab.com/hrbrmstr/securitytxt
BugReports: https://gitlab.com/hrbrmstr/securitytxt/issues
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Suggests:

2
README.Rmd

@ -38,7 +38,7 @@ The following functions are implemented:
## Installation
```{r eval=FALSE}
devtools::install_github("hrbrmstr/securitytxt")
devtools::install_git("git://gitlab.com/hrbrmstr/securitytxt")
```
```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}

2
README.md

@ -31,7 +31,7 @@ Installation
------------
``` r
devtools::install_github("hrbrmstr/securitytxt")
devtools::install_git("git://gitlab.com/hrbrmstr/securitytxt")
```
Usage

Loading…
Cancel
Save