Skip to content

Commit 434924b

Browse files
hyperpolymathmistral-vibeclaude
authored
chore: fill or remove RSR template placeholders (#52)
`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 - **Added configuration & governance:** - Added `mise.toml` for tool versioning and environment management - Added `GOVERNANCE.md`, `MAINTAINERS`, and `ARCHITECTURE.md` project files - **License updates:** - Added full license text under `LICENSES/AGPL-3.0-or-later.txt` and updated other license files - **GitHub integration:** - Added `funding.yml` and updated workflow permissions across multiple GitHub action 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 9c14fc7 commit 434924b

23 files changed

Lines changed: 1253 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
@@ -19,4 +19,5 @@ jobs:
1919
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\\"}"}
2020
continue-on-error: true
2121
permissions:
22+
actions: read
2223
contents: read

.github/workflows/casket-pages.yml

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

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919
permissions:
20+
actions: read
2021
contents: read
2122
jobs:
2223
analyze:

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141
pull_request:
4242
types: [opened, reopened, synchronize]
4343
permissions:
44+
actions: read
4445
contents: write # needed to enable auto-merge
4546
pull-requests: write # needed to approve
4647
# NB: keep narrow — do NOT add secrets: read or id-token: write here.

.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/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727
cancel-in-progress: true
2828
permissions:
29+
actions: read
2930
contents: read
3031
jobs:
3132
governance:

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ concurrency:
3333
# pull-requests: write — post the findings comment on PRs
3434
# contents: read — checkout
3535
permissions:
36+
actions: read
3637
contents: read
3738
security-events: write
3839
pull-requests: write

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
release:
1010
types: [published]
1111
permissions:
12+
actions: read
1213
contents: read
1314
jobs:
1415
dispatch:

.github/workflows/mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [main]
88
workflow_dispatch:
99
permissions:
10+
actions: read
1011
contents: read
1112
jobs:
1213
mirror-gitlab:

0 commit comments

Comments
 (0)