Skip to content
§01 · Projects

Projects.

Filament plugins, Laravel packages and open source starter kits actively maintained. All MIT, with releases for v3, v4 and v5 where applicable.

254 Public repositories 5920 Projects in catalogue 198 Filament plugins 1313 Laravel packages 8 Starter Kits 7 Maintained 5 Daily drivers
§02 · catalogue
Role:
Origin:
Popular topics:
Filtering by topic: #ssrf

Laravel Ssrf Guard

creator Laravel Package

A Laravel package that protects outbound HTTP requests from SSRF (Server-Side Request Forgery): it validates that a URL's host resolves only to public IPs (denying private, reserved, loopback and link-local ranges by default), pins the connection to the validated IP to close the DNS-rebinding TOCTOU window, and performs safe GET requests that re-validate every redirect hop.

2 536 MIT
§03 · contribute

Contribute, report issues, open PRs.

All packages have CI, Pest tests and open issues tagged good first issue.

New version available.