{"id":19358821,"url":"https://github.com/edoverflow/security-template","last_synced_at":"2025-10-19T13:34:59.037Z","repository":{"id":48771008,"uuid":"110008282","full_name":"EdOverflow/security-template","owner":"EdOverflow","description":"A static website template for security pages.","archived":false,"fork":false,"pushed_at":"2024-08-23T08:58:33.000Z","size":130,"stargazers_count":50,"open_issues_count":7,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-06T18:41:52.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdOverflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-08T17:30:54.000Z","updated_at":"2024-09-25T02:18:58.000Z","dependencies_parsed_at":"2024-08-23T10:02:21.119Z","dependency_job_id":"96f60a0b-ec56-4cfc-8c7a-5f145fe92feb","html_url":"https://github.com/EdOverflow/security-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdOverflow%2Fsecurity-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdOverflow%2Fsecurity-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdOverflow%2Fsecurity-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdOverflow%2Fsecurity-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdOverflow","download_url":"https://codeload.github.com/EdOverflow/security-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240474246,"owners_count":19807281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:13:15.476Z","updated_at":"2025-10-19T13:34:53.987Z","avatar_url":"https://github.com/EdOverflow.png","language":"HTML","funding_links":["https://www.buymeacoffee.com/edoverflow"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg align=\"center\" src=\"https://user-images.githubusercontent.com/4115778/32569683-b5075996-c4b9-11e7-8a60-7412bcd7356b.png\" height=\"200\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cbr/\u003e\n\u003c/div\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/edoverflow\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n  \n# Project\n\n_SecurityTemplate_ is a static website template for security pages, powered by Jekyll. It's easy to get started. Clone this repo, edit the configuration files and content to your liking, and publish with [GitHub Pages](https://pages.github.com) or on your own server platform.\n\nYou can [set up a local environment](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) to test your _SecurityTemplate_ static site, and [push to GitHub](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/) if desired.\n\nThis project is a rapidly evolving work in progress. We value [contributions](https://github.com/EdOverflow/security-template/blob/master/CONTRIBUTING.md) from the public.\n\n# Structure\n\nThe template directory structure is as follows:\n\n```\n.\n├── 404.html # 404 page.\n├── advisories.md # Security advisories list.\n├── assets # Page assets.\n│   ├── css\n│   │   └── styles.css\n│   └── images\n│       └── icon.png\n├── _config.yml # Config file with all your variables.\n├── _drafts\n├── Gemfile\n├── Gemfile.lock\n├── hof.md # Hall of fame page.\n├── _includes\n│   └── advisory-list.html\n├── index.md # Security policy.\n├── _layouts\n│   ├── default.html\n│   └── post.html\n├── LICENSE\n├── _posts\n│   └── 2017-07-22-cve-2017-0914.md # Example security advisory.\n├── README.md\n└── report.md\n```\n\n![Example policy](https://user-images.githubusercontent.com/4115778/32572136-9d388d50-c4c1-11e7-879c-0de12c411949.png)\n\n\n## `config.yml`\n\n* `company_name` \u0026mdash; replace this with your organization name\n* `email` \u0026mdash; replace this with your security contact address\n* `bugcrowd_id` \u0026mdash; replace this with your [Bugcrowd ID](https://docs.bugcrowd.com/v1.0/docs/embedded-submission-form), if applicable\n* `hackerone_url` and `bugcrowd_url` \u0026mdash; the \u003cb\u003e/report\u003c/b\u003e URL will redirect to one of these, if specified.\n\n## `index.md`\n\nThe index file is where your security policy lives. To learn more about writing good security policies, please refer to https://support.hackerone.com/hc/en-us/articles/205624665-How-do-we-write-a-good-policy-.\n\n## `advisories.md`\n\nThis is where you can list your security advisories. The list is updated every time you add a security advisory to the `_posts` folder.\n\n## `report.md`\n\nThis file should contain contact information for security researchers to use when reporting a security vulnerability. If a HackerOne or Bugcrowd URL is specified in `config.yml`, users will be redirected automatically. You can also use an embedded Bugcrowd submission form. Just uncomment the form, and add your Bugcrowd embed token under `bugcrowd_id` in `_config.yml`.\n\n## `hof.md`\n\nThis is your security acknowledgements page. List the details of security researchers that reported valid security issues (and wish to be listed publicly).\n\n## `.well-known/security.txt`\n\n`security-template` contains a security.txt template file. _security.txt_ defines a standard to help organizations define the process for security researchers to safely disclose vulnerabilities via a simple text file. For more on this, please refer to https://securitytxt.org/.\n\n# Contributing\n\nWe welcome contributions from the public.\n\n### Using the issue tracker 💡\n\nThe issue tracker is the preferred channel for bug reports and features requests.\n\n### Issues and labels 🏷\n\nThe bug tracker utilizes several labels to help organize and identify issues.\n\n### Guidelines for bug reports 🐛\n\nUse the GitHub issue search — check if the issue has already been reported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoverflow%2Fsecurity-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoverflow%2Fsecurity-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoverflow%2Fsecurity-template/lists"}