Commit eeb5382
chore: fill or remove RSR template placeholders (#78)
`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.
----
## Summary by Gitar
- **Documentation & Governance:**
- Added `ARCHITECTURE.md`, `GOVERNANCE.md`, and `MAINTAINERS` files
- Replaced `GOVERNANCE.adoc` with Markdown format and updated
`SECURITY.md` policies
- **Configuration & Tooling:**
- Added `mise.toml` configuration and `scripts/mise_to_a2ml.py`
translation utility
- Added `.github/funding.yml` sponsor configuration
- **Licenses & Compliance:**
- Added new license texts under `LICENSES/` including
`AGPL-3.0-or-later.txt` and updated existing license files
- **CI/CD Workflows:**
- Updated GitHub Actions workflow permissions across multiple pipeline
files
<sub>This will update automatically on new commits.</sub>
---------
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 5bd02e9 commit eeb5382
26 files changed
Lines changed: 1310 additions & 302 deletions
File tree
- .github
- workflows
- LICENSES
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments