Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
contextforge-org
/
contextforge-data-plane
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
0
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
security: enforce MCP Origin allowlist to prevent DNS-rebinding attacks
- #75
#75
Merged
dawid-nowak
merged 13 commits into
main
contextforge-org/contextforge-data-plane:main
from
fix/issue-421
contextforge-org/contextforge-data-plane:fix/issue-421
Copy head branch name to clipboard
Aug 10, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
security: enforce MCP Origin allowlist to prevent DNS-rebinding attacks
#75
dawid-nowak
merged 13 commits into
main
contextforge-org/contextforge-data-plane:main
from
fix/issue-421
contextforge-org/contextforge-data-plane:fix/issue-421
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2026
security: enforce MCP Origin allowlist to prevent DNS-rebinding attacks
Show description for c7fd75f
prakhar-singh1928
committed
c7fd75f
View commit details
Copy full SHA for c7fd75f
Browse repository at this point
fix CI
Show description for 0b11c75
prakhar-singh1928
committed
0b11c75
View commit details
Copy full SHA for 0b11c75
Browse repository at this point
fix(security): strict Origin syntax, startup validation error, request-flow docs
Show description for ce0fbfb
prakhar-singh1928
committed
ce0fbfb
View commit details
Copy full SHA for ce0fbfb
Browse repository at this point
fix(security): use ? operator in parse_origin, fix security-model wording
Show description for 07130d3
prakhar-singh1928
committed
07130d3
View commit details
Copy full SHA for 07130d3
Browse repository at this point
reduced comments
Show description for 72665d7
prakhar-singh1928
committed
72665d7
View commit details
Copy full SHA for 72665d7
Browse repository at this point
fix fmt-all
Show description for ed2a62a
prakhar-singh1928
committed
ed2a62a
View commit details
Copy full SHA for ed2a62a
Browse repository at this point
fix(security): mcp_allowed_hosts as Option to make disabled state explicit
prakhar-singh1928
committed
64259cd
View commit details
Copy full SHA for 64259cd
Browse repository at this point
fix(security): simplify origin/host config to Option<Vec<String>>, drop value_parser
Show description for 2104475
prakhar-singh1928
committed
2104475
View commit details
Copy full SHA for 2104475
Browse repository at this point
fix(security): simplify parse_origin, remove redundant pre-parse guards
Show description for 52cd7a5
prakhar-singh1928
committed
52cd7a5
View commit details
Copy full SHA for 52cd7a5
Browse repository at this point
remove redundant url.host()
Show description for 1b37b89
prakhar-singh1928
committed
1b37b89
View commit details
Copy full SHA for 1b37b89
Browse repository at this point
use Authority type for mcp_allowed_hosts, drop manual string splitting
Show description for 98c9279
prakhar-singh1928
committed
98c9279
View commit details
Copy full SHA for 98c9279
Browse repository at this point
drop to_ascii_lowercase
Show description for b4b9b63
prakhar-singh1928
committed
b4b9b63
View commit details
Copy full SHA for b4b9b63
Browse repository at this point
use url::Url for mcp_allowed_origins, drop string parsing at request time
Show description for d39455b
prakhar-singh1928
committed
d39455b
View commit details
Copy full SHA for d39455b
Browse repository at this point
You can’t perform that action at this time.