Skip to content

Commit fc2905a

Browse files
sofiaoreisclaude
andcommitted
build: rebuild docs/ with updated news + add CNAME to public
GitHub Pages serves from main/docs (legacy build), so the site needs the built docs/ committed. Add public/CNAME so the custom domain survives future builds. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b5e51a7 commit fc2905a

12 files changed

Lines changed: 102 additions & 68 deletions

File tree

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
security-commits.org
1+
security-commits.org

docs/EASE_23.pdf

529 KB
Binary file not shown.

docs/MSR_25.pdf

432 KB
Binary file not shown.

docs/assets/index-CYAAi2Xl.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-DlsZQdX-.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,28 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Security Commits</title>
7-
<meta name="description" content="A convention and set of best practices for security commit messages." />
6+
<title>SECOM — Security Commit Message Convention</title>
7+
<meta name="description" content="SECOM is a standardized convention for writing security commit messages. Document vulnerabilities (CVE, CWE), severity, and fixes in a structured, auditable format." />
88
<meta name="author" content="Sofia Reis" />
9-
<link rel="icon" href="https://raw.githubusercontent.com/security-commits/security-commits.github.io/refs/heads/main/public/favicon.ico" />
9+
<meta name="keywords" content="SECOM, security commits, commit message convention, CVE, CWE, vulnerability fix, security documentation, open source security, software supply chain, Cyber Resilience Act" />
10+
<link rel="canonical" href="https://security-commits.org/" />
11+
<link rel="icon" href="/favicon.ico" />
1012

11-
<meta property="og:title" content="Security Commits" />
12-
<meta property="og:description" content="A convention and set of best practices for security commit messages." />
13+
<!-- Open Graph -->
14+
<meta property="og:title" content="SECOM — Security Commit Message Convention" />
15+
<meta property="og:description" content="A standardized way to document security changes in your commit messages. Improve security tracking, facilitate audits, and enhance collaboration." />
1316
<meta property="og:type" content="website" />
14-
<meta property="og:image" content="" />
17+
<meta property="og:url" content="https://security-commits.org/" />
18+
<meta property="og:image" content="https://security-commits.org/logo.png" />
19+
<meta property="og:site_name" content="Security Commits" />
1520

16-
<script type="module" crossorigin src="/assets/index-C9qLWlmW.js"></script>
17-
<link rel="stylesheet" crossorigin href="/assets/index-CYAAi2Xl.css">
21+
<!-- Twitter Card -->
22+
<meta name="twitter:card" content="summary" />
23+
<meta name="twitter:title" content="SECOM — Security Commit Message Convention" />
24+
<meta name="twitter:description" content="A standardized way to document security changes in your commit messages. Document CVEs, CWEs, severity, and fixes in a structured format." />
25+
<meta name="twitter:image" content="https://security-commits.org/logo.png" />
26+
<script type="module" crossorigin src="/assets/index-CziQBJ8Y.js"></script>
27+
<link rel="stylesheet" crossorigin href="/assets/index-DlsZQdX-.css">
1828
</head>
1929

2030
<body>

docs/logo.png

15 KB
Loading

docs/msr25_slides.pdf

6.92 MB
Binary file not shown.

docs/robots.txt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
User-agent: Googlebot
2-
Allow: /
3-
4-
User-agent: Bingbot
5-
Allow: /
6-
7-
User-agent: Twitterbot
8-
Allow: /
9-
10-
User-agent: facebookexternalhit
11-
Allow: /
12-
131
User-agent: *
142
Allow: /
3+
4+
Sitemap: https://security-commits.org/sitemap.xml

0 commit comments

Comments
 (0)