hahwul / jekyll-securitytxt

Jekyll plugin for security.txt

Home Page:https://rubygems.org/gems/jekyll-securitytxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jekyll-securitytxt

Jekyll plugin for security.txt1

Installation

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

Usage

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

If you need a custom message?

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

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*

Footnotes

  1. RFC9116

About

Jekyll plugin for security.txt

https://rubygems.org/gems/jekyll-securitytxt


Languages

Language:Ruby 73.0%Language:HTML 24.5%Language:Shell 2.5%