Skip to content

Commit eeb5382

Browse files
hyperpolymathmistral-vibeclaude
authored
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

.github/funding.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Funding Configuration
2+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-custom-fields/displaying-a-sponsor-button-in-your-repository
3+
4+
github: metadatastician

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1919
continue-on-error: true
2020
permissions:
21+
actions: read
2122
contents: read

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: [main, master]
77
workflow_dispatch:
88
permissions:
9+
actions: read
910
contents: read
1011
pages: write
1112
id-token: write

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches: [main, master]
1313
permissions:
14+
actions: read
1415
contents: read
1516
jobs:
1617
# ---------------------------------------------------------------------------

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- 'opsm_ex/**'
2727
workflow_dispatch:
2828
permissions: read-all
29+
actions: read
2930
concurrency:
3031
group: e2e-${{ github.ref }}
3132
cancel-in-progress: true

.github/workflows/echidna-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
schedule:
1616
- cron: '0 6 * * 1' # Weekly on Monday at 06:00 UTC
1717
permissions:
18+
actions: read
1819
contents: read
1920
pull-requests: read # change-detector reads the PR's file list (gh api pulls/.../files)
2021
jobs:

.github/workflows/gitbot-fleet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
pull_request:
77
permissions:
8+
actions: read
89
contents: read
910
jobs:
1011
fleet-scan:

.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
permissions:
12+
actions: read
1213
contents: read
1314

1415
jobs:

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
permissions:
14+
actions: read
1415
contents: read
1516
security-events: write
1617

0 commit comments

Comments
 (0)