← Back to PRs

#12387: security: fix SSRF vulnerability in matrix-bot-sdk

by dikshithreddym open 2026-02-09 06:27 View on GitHub →
stale
This PR addresses a Server-Side Request Forgery (SSRF) vulnerability by patching matrix-bot-sdk to use undici instead of the deprecated request package. Changes: - Added pnpm patch to replace request with undici - Updated request.ts to use undici request function - Updated pnpm-lock.yaml with patched dependency

Most Similar PRs