What changed, and why it matters
This commit is purely cosmetic: it adjusts the spacing in a markdown table inside the SECURITY.md file so the columns line up visually. No code, keys, fingerprints, instructions, or security policy content were changed.
No action required; this is a documentation formatting change with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only reformats a markdown table in SECURITY.md by adding whitespace to the header separator and two data rows. The fingerprints, names, contact email, and GPG import command remain identical. There are no functional changes to the secp256k1 library or its build/security processes.
Changed components
SECURITY.md (documentation only)Inspect captured patch +4 / −4
diff --git a/SECURITY.md b/SECURITY.md
index 9ca4a1d..a31c53b 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -6,10 +6,10 @@ To report security issues send an email to secp256k1-security@bitcoincore.org (n
The following keys may be used to communicate sensitive information to developers:
-| Name | Fingerprint |
-|------|-------------|
-| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
-| Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 |
+| Name | Fingerprint |
+|----------------------|----------------------------------------------------|
+| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
+| Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 |
| Sebastian Falbesoner | 6A8F 9C26 6528 E25A EB1D 7731 C237 1D91 CB71 6EA7 |
You can import a key by running the following command with that individual’s fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.