2 Repos
Declarative attributes that limit controller access to specific hostnames, subdomains, or application environments.
Distinct from Controller Method Access Restrictions: Distinct from Controller Method Access Restrictions: focuses on hostname and environment-based access control via attributes, not PHP visibility modifiers.
Explore 2 awesome GitHub repositories matching security & cryptography · Host and Environment Restrictions. Refine with filters or upvote what's useful.
Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag
Verifies DNS pin and TLS identity before substituting secrets, blocking credential exfiltration to unauthorized endpoints.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter limits controller access to specific hostnames, subdomains, or application environments using a declarative attribute.