-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
123 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'github-pages', group: :jekyll_plugins | ||
|
||
gem "webrick", "~> 1.8" | ||
|
||
gem "github-pages", group: :jekyll_plugins | ||
gem "jekyll-datapage-generator", "~> 1.4", group: :jekyll_plugins | ||
gem "minimal-mistakes-jekyll", "~> 4.26", group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
title: EEF CNA | ||
title: Erlang Ecosystem Foundation CNA | ||
description: This project handles the CVE Numbering Authority (CNA) for the Erlang Ecosystem Foundation (EEF). | ||
remote_theme: pages-themes/[email protected] | ||
|
||
plugins: | ||
- jekyll-remote-theme | ||
- jekyll-datapage-generator | ||
- jekyll-include-cache | ||
|
||
page_gen-dirs: true | ||
page_gen: | ||
- data: cves | ||
|
@@ -12,4 +14,17 @@ page_gen: | |
index_files: false | ||
name_expr: 'record["cveMetadata"]["cveId"]' | ||
title_expr: 'record["containers"]["cna"]["title"] || record["cveMetadata"]["cveId"]' | ||
repository: erlef-cna/website | ||
|
||
repository: erlef-cna/website | ||
remote_theme: "mmistakes/[email protected]" | ||
footer: | ||
links: | ||
- label: "Erlang Ecosystem Foundation" | ||
url: "https://erlef.org" | ||
- label: "EEF Security Working Group" | ||
url: "https://erlef.org/wg/security" | ||
- label: "CNA on GitHub" | ||
url: "https://github.com/erlef-cna" | ||
atom_feed: | ||
hide: true | ||
logo: https://raw.githubusercontent.com/erlef-cna/.github/refs/heads/main/profile/assets/erlef-logo-light.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
main: | ||
- title: "Issued CVE's" | ||
url: "/cves" | ||
- title: "Security Policy" | ||
url: "/security-policy" | ||
- title: "CNA Scope" | ||
url: "/scope" | ||
- title: "Contact" | ||
url: "/contact" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.