chore(github): enable free-tier features — dependabot, CODEOWNERS, issue form, SECURITY, CITATION, dynamic badge#7
Merged
Conversation
Security updates were already on; this adds the separate version-update PRs. Scoped to the only two manifest-managed ecosystems — CI actions and host-side requirements.txt. The C upstream stays git-pinned via setup.sh and is intentionally excluded. Signed-off-by: Pratheek Balakrishna <pratheekb96@gmail.com>
CODEOWNERS binds the ruleset's code-owner-review rule (a no-op without the file) and names the two analyze.sh-pristine files. The YAML bug form requires the {"q":"status"} line (firmware ver) and prompts for the {"q":"lastfault"} crash dump; config.yml routes questions to Discussions and security reports to private advisories.
Signed-off-by: Pratheek Balakrishna <pratheekb96@gmail.com>
Frames the bench-tool trust model (physical/USB access trusted) so reports target the real surface — CDC1 JSON parser, SD path handling, ISR-stack safety, DAP-stall-via-input — and points reporters at the already-enabled private vulnerability reporting. Signed-off-by: Pratheek Balakrishna <pratheekb96@gmail.com>
CITATION.cff enables the Cite-this-repository widget. The release badge was hardcoded to v1.0 while v1.1 shipped; switch to img.shields.io/github/v/release so it never goes stale. Signed-off-by: Pratheek Balakrishna <pratheekb96@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables the low-effort GitHub features from the repo audit, plus the workflow change needed to make a required status check safe. All free for public repos; pure config/CI/docs — no firmware or build-behavior changes, nothing runs at or above the DAP path.
What's in here
.github/dependabot.ymlgithub-actionsandpip(requirements.txt). C upstream stays git-pinned viasetup.sh, intentionally excluded..github/CODEOWNERSrequire_code_owner_reviewwas a silent no-op with no file. Names the twoanalyze.sh-pristine files.@prat96..github/ISSUE_TEMPLATE/bug_report.yml+config.yml{"q":"status"}line (firmwarever) and prompts for{"q":"lastfault"}. Routes questions → Discussions, security → private advisories.SECURITY.mdCITATION.cffREADME.mdv1.0while v1.1 shipped; nowimg.shields.io/github/v/release..github/workflows/host-tests.ymlpull_requestpaths filter soPortable logic (no hardware)reports on every PR — a path-filtered required check leaves PRs blocked on a forever-pending "Expected" status. Hosted + uploads nothing, so docs-only PRs cost nothing..github/workflows/firmware-c.ymlretention-days: 7on the build artifact (was defaulting to 90); on publish the binaries also go to the free permanent Release.Done alongside this PR (applied directly)
Portable logic (no hardware)added to thedefaultruleset (non-strict,do_not_enforce_on_create). The host-tests.yml change above is what makes it safe.new project!; addeddap/dashboard/sd/cdc1/gate.Notes
pyserial==3.5is exact-pinned for HIL USB-CDC stability — review any Dependabot bump against the macOS bench gotchas before merging.@prat96inCODEOWNERSwith an org team if preferred.