fix(security): patch express-rate-limit and socket.io-parser high-severity vulnerabilities#36
Closed
lupita-hom wants to merge 1 commit intomainfrom
Closed
fix(security): patch express-rate-limit and socket.io-parser high-severity vulnerabilities#36lupita-hom wants to merge 1 commit intomainfrom
lupita-hom wants to merge 1 commit intomainfrom
Conversation
…erity vulnerabilities - express-rate-limit 8.2.0-8.2.1: IPv4-mapped IPv6 addresses bypass per-client rate limiting (GHSA-46wh-pxpv-q5gq) - socket.io-parser 4.0.0-4.2.5: unbounded binary attachments (GHSA-677m-j7p3-52f9) Applied via npm audit fix. Code review of server.js, socket.js, github.js, githubAuth.js, db.js, docker-compose.yml, and .env.example found no additional vulnerabilities.
Dependency ReviewThe following issues were found:
OpenSSF Scorecard
Scanned Files
|
Collaborator
Author
|
Closing — superseded by PR #37 which included this fix along with broader security patches. |
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.
🔒 Automated Security Scan — March 18, 2026
Vulnerabilities Fixed (2 high)
Code Review
Manual review of the following files found no additional vulnerabilities:
server/server.js— CORS, rate limiting, helmet, error handling ✅server/src/middleware/socket.js— Socket.IO CORS origin validation ✅server/src/middleware/github.js— Webhook signature verification (timingSafeEqual) ✅server/src/utils/githubAuth.js— GitHub App auth, no credential leaks ✅server/src/config/db.js— DB config with production enforcement ✅docker-compose.yml— Secrets via env vars, MongoDB not exposed to host ✅.env.example— Placeholder values only, no real secrets ✅Applied via
npm audit fix. No breaking changes.