Add security policy, CodeQL scanning, and Dependabot config#4
Closed
AgentKush wants to merge 3 commits into
Closed
Add security policy, CodeQL scanning, and Dependabot config#4AgentKush wants to merge 3 commits into
AgentKush wants to merge 3 commits into
Conversation
The test suite fails in CI because Firebase credentials are not configured, causing the Firestorable concern to raise before Firestore mocks can intercept. This fixes all 10 failing specs: - Add global Firestore credentials stub in spec/support/firestore.rb so the credentials check passes and existing mocks work correctly - Add Firestore mocks to mods and tools request specs which had none - Fix tools request spec route from /tools/index to /tools (matching the actual route definition) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Node.js 20 actions are deprecated and will be forced to Node.js 24 starting June 2nd, 2026. actions/checkout@v4 supports Node.js 20+ and will be compatible with the upcoming Node.js 24 requirement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- SECURITY.md with vulnerability reporting instructions - CodeQL workflow for Ruby and JavaScript static analysis (runs on PRs, pushes to main, and weekly Monday scans) - Dependabot config for automatic dependency update PRs (bundler, npm, and GitHub Actions ecosystems) Also enabled via API: Dependabot alerts, automated security fixes, secret scanning, and push protection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4c24ae3 to
d747e64
Compare
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.
Summary
SECURITY.mdwith vulnerability reporting instructions and contributor security guidelinesdependabot.ymlconfig for automatic dependency update PRs (bundler, npm, and GitHub Actions)Also enabled via GitHub API (already active):
Test plan
Generated with Claude Code