Skip to content

omorros/open-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Contributions

19 merged PRs across 4 repositories: security, backend, UI, and testing.

Highlights

Security validation bypass in tool descriptions

ToolUpdate lacked the forbidden-pattern check that ToolCreate enforced, allowing shell metacharacters (&&, ;, $(...)) to bypass creation-time validation via the update endpoint. Added the missing validation mirroring VALIDATION_STRICT behavior, plus parametrized tests covering seven forbidden patterns. Reviewer: "Tests comprehensive."

PR #3785 | Case study

Silent error masking in multi-worker RPC gateway

Forwarded RPC calls returning non-2xx status codes were silently masked as {"result": {}}, hiding real errors across the multi-worker session affinity mechanism. Propagated JSON-RPC errors directly, mapped non-JSON-RPC bodies to structured errors, and added null/type guards plus 6 new test cases. Labeled MUST (P1) by maintainers.

PR #3371 | Case study

Browser crashes at scale (20K+ users)

The Manage Members modal loaded all non-members eagerly via infinite scroll, accumulating DOM nodes without limit and crashing browsers at 20K+ users. Replaced with search-first server-side filtering capped at 50 results, added SQL injection prevention via parameterized ILIKE, and discovered 3 additional bugs during review (stale cache leakage, encoding mismatch, off-screen state loss). Tagged for Release 1.0.0 milestone with 2 reviewer approvals.

PR #3610 | Case study

Flaky E2E test elimination

Playwright tests failed intermittently due to shared mutable login state causing multi-worker routing conflicts, compounded by hard-coded 4-second sleeps instead of readiness checks. Replaced with per-fixture JWT cookie injection and HTMX-aware DOM waits (wait_for_function("() => !document.querySelector('.htmx-request')")).

PR #3210 | Case study

IBM/mcp-context-forge

MCP Context Forge is an IBM open-source MCP gateway, registry, and proxy. Full list of contributions:

PR Outcome
#3785 Added forbidden-pattern check to ToolUpdate.validate_description
#3708 Removed unused PaginationParams, ObservabilityQueryParams, and PerformanceHistoryParams schemas
#3647 Persisted admin table filters across HTMX pagination and partial refresh
#3610 Fixed browser crashes on large teams by switching to search-only non-member loading
#3544 Fixed decode_auth crash on masked credentials in gateway test endpoint
#3402 Preserved visibility selection when editing entities
#3371 Fixed forwarded RPC non-2xx responses masked as success
#3370 Eliminated Playwright agents modal test flake by removing legacy hidden table
#3210 Eliminated Playwright flakiness via JWT-first auth and HTMX-aware waits
#3206 Fixed pagination controls vanishing after filtering (Alpine.js reinit)
#3205 Surfaced toast notifications for user deletion errors
#3185 Widened ServerCapabilities fields to Dict[str, Any] to match MCP SDK
#2950 Standardized loading indicators across 4 admin pages
#2937 Prevented modal overflow that hid Save for large teams
#2892 Removed duplicate loading spinner on A2A Agents

Other contributions

PR Outcome
DjangoCRM #388 Added 19 unit tests for previously untested AJAX view
PINCE #312 Fixed arrow-key scrolling and selection sync in hex viewer
OpenAlgo #899 Added dynamic aria-labels to inline-edit inputs
OpenAlgo #900 Replaced silent failures with toast + inline error UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors