Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahwul/jekyll-securitytxt

Jekyll plugin for security.txt
https://github.com/hahwul/jekyll-securitytxt

jekyll jekyll-plugin securitytxt

Last synced: 3 months ago
JSON representation

Jekyll plugin for security.txt

Awesome Lists containing this project

README

        

# jekyll-securitytxt

Jekyll plugin for [security.txt](https://www.rfc-editor.org/rfc/rfc9116)[^1]

[^1]: RFC9116

## Installation
```ruby
group :jekyll_plugins do
# ...
gem "jekyll-securitytxt"
end
```

## Usage

```yaml
# in _config.yml
security_txt:
comment: If you find any security issues on this site, please contact me!
contact:
- mailto:
- https://YOUR_DOMAIN/CONTACT
hiring:
- https://URL1
- https://URL2
preferred_languages: "ko, en"
```

If you need a custom message?
```yaml
security_txt:
custom_message: |
If you would like to report a security issue you may report it to us via bugbounty platform
Contact: https://
```

## Supported

```yaml
security_txt:
comment:
contact:
expires:
encryption:
preferred_languages:
acknowledgments:
policy:
hiring:
csaf:
canonical:
custom_message:
```

> [!TIP]
> See here for information on the column. https://securitytxt.org*