The project is in a healthy, maintained state
This plugin helps you generate security.txt files for your Jekyll site, providing security contact information and policies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 4.0
 Project Readme

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 ↩