awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesHost and Environment Restrictions

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.

Awesome Host and Environment Restrictions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • superradcompany/microsandboxAvatar von superradcompany

    superradcompany/microsandbox

    6,570Auf GitHub ansehen↗

    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.

    Rust
    Auf GitHub ansehen↗6,570
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    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.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  1. Home
  2. Security & Cryptography
  3. Domain Access Restrictions
  4. Request Access Restrictions
  5. Controller Method Access Restrictions
  6. Host and Environment Restrictions

Unter-Tags erkunden

  • Multi-Factor Destination VerificationsSubstitutes a placeholder only when the destination matches an allowed host, DNS pin, and intercepted TLS identity, blocking exfiltration. **Distinct from Host and Environment Restrictions:** Distinct from Host and Environment Restrictions: verifies DNS pin and TLS identity in addition to hostname, not just declarative hostname attributes.