Skip to content

chore: fill or remove RSR template placeholders - #47

Merged
hyperpolymath merged 5 commits into
mainfrom
fix/rsr-placeholders
Jul 28, 2026
Merged

chore: fill or remove RSR template placeholders#47
hyperpolymath merged 5 commits into
mainfrom
fix/rsr-placeholders

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

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\nWhere 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.

hyperpolymath and others added 4 commits July 26, 2026 14:47
openssf-compliance.yml fails when any of the thirteen files it checks
still contains a {{PLACEHOLDER}} token. This clears them.

Three kinds of change, no invention:

The "TEMPLATE INSTRUCTIONS (delete this block before publishing)" comment
is deleted. The template says to delete it, and it is where every legend
line lives -- so a large share of the reported tokens were the file
documenting its own placeholders, not real unfilled fields.

Tokens derivable from the repository are filled: owner and repo from the
git remote, project name, year, forge, main branch, contact email.

PGP and website lines are removed rather than filled, because nothing
true could go in them. https://github.com/<user>.gpg returns HTTP 200 for
every account; with no key uploaded the body is a stub reading "This user
hasnt uploaded any GPG keys". No key is published for either account
here, and commit signing in this estate is SSH, which is unrelated. Only
one repository in the estate has a domain, so {{WEBSITE}} likewise has no
correct value. The template sanctions this: "Optional: Remove sections
that dont apply (e.g. PGP if you dont use it)." A security policy telling
a researcher to encrypt to a key that does not exist is worse than one
that does not mention encryption.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
Comment thread guix.scm
Comment thread guix.scm
@gitar-bot

gitar-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

CI failed: CI failure in the CodeQL workflow due to an invalid or unresolvable SHA for the GitHub Actions CodeQL action.

Overview

A single configuration failure occurred in the CI pipeline because GitHub Actions failed to resolve the pinned SHA for the CodeQL action in the workflow configuration.

Failures

Unresolvable CodeQL Action SHA (confidence: high)

  • Type: configuration
  • Affected jobs: 90326693821
  • Related to change: yes
  • Root cause: The workflow file .github/workflows/codeql.yml specifies an invalid or non-existent SHA for github/codeql-action.
  • Suggested fix: Verify and update the SHA or tag for github/codeql-action in .github/workflows/codeql.yml to a valid release.

Summary

  • Change-related failures: 1 configuration error in .github/workflows/codeql.yml due to an invalid CodeQL action SHA.
  • Infrastructure/flaky failures: None.
  • Recommended action: Correct the SHA for github/codeql-action in the workflow file.
Code Review ✅ Approved 2 resolved / 2 findings

Fills RSR template placeholders and updates CodeQL actions to SHA-pinned versions, but guix.scm mislabels the repository as squisher-corpus and contains a license conflict with the SPDX header.

✅ 2 resolved
Bug: guix.scm mislabels this repo as squisher-corpus

📄 guix.scm:2 📄 guix.scm:10 📄 guix.scm:14 📄 guix.scm:15 📄 guix.scm:16
This repository is metadata-grammar (git remote: hyperpolymath/metadata-grammar), but the guix.scm changes set name to "squisher-corpus", synopsis/description to squisher-corpus, and home-page to https://github.com/hyperpolymath/squisher-corpus. This is the exact cross-repo misrouting the PR claims to fix — the package now identifies as, and links to, an unrelated repository. Revert these fields back to metadata-grammar (name, synopsis, description, and home-page URL).

Bug: guix.scm license conflicts with SPDX header

📄 guix.scm:1 📄 guix.scm:17
Line 1 still declares SPDX-License-Identifier: MPL-2.0, but the license field was changed to "PMPL-1.0-or-later" (palimpsest-license). These now contradict each other, so automated license tooling and the package metadata disagree. Make the license field and the SPDX header consistent (restore MPL-2.0, or update the SPDX header if PMPL is intended).

Tip

Comment Gitar fix CI to trigger a fix.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@hyperpolymath
hyperpolymath merged commit 562c56f into main Jul 28, 2026
18 of 19 checks passed
@hyperpolymath
hyperpolymath deleted the fix/rsr-placeholders branch July 28, 2026 17:06
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant