PR-01: Contributor infrastructure (scanner) - #12
Merged
Conversation
Add scanner-specific GitHub issue-form templates (false-positive, false-negative, new-rule, bug) plus an issue-chooser config with an OWASP Slack contact link. Add the scanner CONTRIBUTING funnel, a public ROADMAP distilled from the improvement plan (Phases 1-4), and the CHANGES_v0.3 changelog scaffold that every subsequent PR appends to. Templates are prefixed [scanner] so they filter cleanly in the shared monorepo issue tracker. Labels and good-first-issues are created after merge.
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.
Phase 0 of the DSGAI scanner improvement plan. Cheap, zero-risk contributor scaffolding that every later phase's work items land in.
What's here
.github/ISSUE_TEMPLATE/,[scanner]-prefixed so they filter in the shared tracker):scanner-false-positive.yml,scanner-false-negative.yml,scanner-new-rule.yml,scanner-bug.ymlconfig.yml— keeps blank issues enabled, adds an OWASP Slack contact link (TODO(maintainer)to swap in the direct channel invite).dsgai_scanner_tool/CONTRIBUTING.md— a contributor funnel: fastest way to help (file FP/FN issues → they become fixture cases), rule-contribution format (points at the futurerules/schema), STRUCTURAL/VALUE-BEARING guidance, code-contribution rules, recognition + co-maintainer path.dsgai_scanner_tool/ROADMAP.md— public roadmap distilled from Phases 1–4 (no internal execution detail).dsgai_scanner_tool/CHANGES_v0.3.md— changelog scaffold; every subsequent PR appends here.Verification
yamllint) and pass a GitHub issue-form structural check (valid element types, required labels, dropdowns have options).Follow-ups (this PR intentionally excludes)
good-first-issueitems are created after merge (they reference the merged roadmap), then linked back from the ROADMAP checkboxes.TODO(maintainer): fill the direct OWASP Slack channel invite inconfig.yml.Part of the improvement plan; one PR per workstream.