Skip to content

chore: fill or remove RSR template placeholders - #43

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

chore: fill or remove RSR template placeholders#43
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:43
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>
@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: CodeQL analysis failed during the JavaScript/TypeScript build step because the repository contains no valid source files for that language.

Overview

The CodeQL analysis CI workflow failed because it was configured to scan JavaScript/TypeScript, but the repository contains no source code matching those languages (only YAML workflow and configuration files). Total logs analyzed: 1.

Failures

CodeQL Analysis Failure: No JavaScript/TypeScript Source Files Found (confidence: high)

  • Type: configuration
  • Affected jobs: 90326232324
  • Related to change: yes
  • Root cause: The CodeQL workflow is configured to analyze JavaScript/TypeScript, but the repository contains no JavaScript or TypeScript source files.
  • Suggested fix: Remove 'javascript-typescript' from the languages analyzed in the CodeQL workflow configuration if JavaScript/TypeScript is not used in this repository, or add appropriate source files.

Summary

  • Change-related failures: 1 configuration failure due to CodeQL analysis targeting a language with no source files present.
  • Infrastructure/flaky failures: 0
  • Recommended action: Update the CodeQL workflow configuration to match the languages actually used in the repository.
Code Review ✅ Approved 2 resolved / 2 findings

Fills and removes RSR template placeholders to satisfy compliance checks, but the accompanying guix.scm update relabels the project to squisher-corpus and causes a license mismatch with the SPDX header.

✅ 2 resolved
Bug: guix.scm relabelled to wrong project (squisher-corpus)

📄 guix.scm:2 📄 guix.scm:10 📄 guix.scm:14 📄 guix.scm:15 📄 guix.scm:16
This PR is on the explicit-trust-plane repo, and every other file (SECURITY.md, README references) still uses explicit-trust-plane, but guix.scm's name, synopsis, description, and home-page were all changed to squisher-corpus. This is the same cross-repo misrouting the PR summary claims to be fixing elsewhere: the package now advertises the wrong identity and points its home-page at an unrelated repository. Revert these fields back to explicit-trust-plane.

Quality: guix.scm license field no longer matches SPDX header

📄 guix.scm:1 📄 guix.scm:17
Line 1 declares SPDX-License-Identifier: MPL-2.0, but the license form on line 17 was changed from "MPL-2.0" to "PMPL-1.0-or-later". The two license declarations now disagree, which will confuse tooling and downstream consumers about the package's actual license. Make the SPDX header and the license field consistent (pick the intended license).

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

Comment thread guix.scm
Comment thread guix.scm
@hyperpolymath
hyperpolymath merged commit 964fb63 into main Jul 28, 2026
17 of 18 checks passed
@hyperpolymath
hyperpolymath deleted the fix/rsr-placeholders branch July 28, 2026 17:13
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