|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <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." /> |
8 | 8 | <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" /> |
10 | 12 |
|
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." /> |
13 | 16 | <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" /> |
15 | 20 |
|
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"> |
18 | 28 | </head> |
19 | 29 |
|
20 | 30 | <body> |
|
0 commit comments