You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fill or remove RSR template placeholders (#53)
`openssf-compliance.yml` fails when any of the thirteen files it checks
still contains a `{{PLACEHOLDER}}` token. This clears them, with no
invention.
- **Deleted** the `TEMPLATE INSTRUCTIONS (delete this block before
publishing)` comment — the template says to delete it, and it is where
every legend line lived, so a large share of the reported tokens were
the file documenting its own placeholders.
- **Filled** what the repository itself supplies: owner and repo from
the git remote, project name, year, forge, main branch, contact email.
- **Removed** PGP and website lines. `https://github.com/<user>.gpg`
returns HTTP 200 for every account; with no key uploaded the body is a
stub reading *"This user hasn't uploaded any GPG keys"*. No key is
published for either account, and commit signing here is SSH —
unrelated. The template sanctions this: *"Optional: Remove sections that
don't apply (e.g. PGP if you don't use it)."*\n\nA security policy
telling a researcher to encrypt to a key that does not exist is worse
than one that does not mention encryption.\n\n**Where applicable, this
also fixes a misrouted advisory URL.** A previous `just init` copied
already-filled templates out of `squisher-corpus`, so 51 repositories
directed vulnerability reports to `hyperpolymath/squisher-corpus` — a
repository unrelated to the code being reported, meaning the affected
maintainer never saw them. Repointed from this repository's own git
remote.
---------
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions.
26
8
27
9
## Table of Contents
@@ -63,19 +45,7 @@ If you cannot use GitHub Security Advisories, you may email us directly:
63
45
|||
64
46
|---|---|
65
47
|**Email**|j.d.a.jewell@open.ac.uk|
66
-
|**PGP Key**|[Download Public Key]({{PGP_KEY_URL}})|
0 commit comments