Skip to content

ci: Tier 1 OSS security scanners (CodeQL + Dependabot + govulncheck + OSV-Scanner)#40

Merged
mastermanas805 merged 3 commits into
masterfrom
oss/tier1-security-scanners
May 21, 2026
Merged

ci: Tier 1 OSS security scanners (CodeQL + Dependabot + govulncheck + OSV-Scanner)#40
mastermanas805 merged 3 commits into
masterfrom
oss/tier1-security-scanners

Conversation

@mastermanas805

Copy link
Copy Markdown
Member

Summary

Adds GitHub-native + free OSS vulnerability scanners. 100% free for public repos.

  • CodeQL (security-extended) — SQLi, XSS, SSRF, log injection, path traversal, races
  • Dependabot — gomod + github-actions, weekly grouped
  • govulncheck — Go reachability-filtered CVE scan
  • OSV-Scanner — cross-ecosystem CVE scan via OSV.dev

Cost

Zero. Free GitHub Actions minutes for public repos.

Test plan

  • CodeQL completes on PR
  • govulncheck completes
  • OSV-Scanner completes
  • Dependabot opens first batch next Monday

🤖 Generated with Claude Code

Adds GitHub-native + free OSS vulnerability scanners. All tools are 100%
free for public repos — no API keys, no external accounts, no metered
billing surface.

- CodeQL with security-extended query suite
- Dependabot for gomod + github-actions (grouped)
- govulncheck (reachability-filtered CVE scan)
- OSV-Scanner (cross-ecosystem CVE scan)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

mastermanas805 and others added 2 commits May 21, 2026 22:36
The Tier 1 CodeQL + govulncheck workflows failed on PR #40 because
worker uses `replace instant.dev/common => ../common` and
`replace instant.dev/proto => ../proto` in go.mod.

Fix: each workflow now checks out worker into ./worker, plus clones
public sibling repos InstaNode-dev/common and InstaNode-dev/proto.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
govulncheck on PR #40 flagged Go-stdlib vulnerabilities reachable
from production code paths (GO-2026-4971/4980/4982 — net.Dialer,
html/template). All fixed in Go 1.25.9–1.25.10.

Also merges any in-flight master commits onto the scanner-install
branch.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mastermanas805
mastermanas805 merged commit 34ceb67 into master May 21, 2026
5 of 7 checks passed
@mastermanas805
mastermanas805 deleted the oss/tier1-security-scanners branch May 21, 2026 17:26
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.

2 participants