SecurityTemplate is a static website template for security pages, powered by 3PL.
The template directory structure is as follows:
.
├── 404.html # 404 page.
├── advisories.md # Security advisories list.
├── assets # Page assets.
│ ├── css
│ │ └── styles.css
│ └── images
│ └── icon.png
├── _config.yml # Config file with all your variables.
├── _drafts
├── Gemfile
├── Gemfile.lock
├── hof.md # Hall of fame page.
├── _includes
│ └── advisory-list.html
├── index.md # Security policy.
├── _layouts
│ ├── default.html
│ └── post.html
├── LICENSE
├── _posts
│ └── 2017-07-22-cve-2017-0914.md # Example security advisory.
├── README.md
└── report.md
We welcome contributions from the public.
The issue tracker is the preferred channel for bug reports and features requests.
The bug tracker utilizes several labels to help organize and identify issues.
Use the GitHub issue search — check if the issue has already been reported.