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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesAPI Capability Constraints

Documentation of functional limitations or feature gaps within an API surface.

Explore 4 awesome GitHub repositories matching web development · API Capability Constraints. Refine with filters or upvote what's useful.

Awesome API Capability Constraints GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • stirling-tools/stirling-pdfAvatar Stirling-Tools

    Stirling-Tools/Stirling-PDF

    81,109Vezi pe GitHub↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-based interface for interactive editing and a programmatic, API-first architecture that allows for the automation of document workflows through standard HTTP requests. The project distinguishes itself through its focus on private, infrastructure-agnostic deployment and granular

    Functional limitations exist where specific interactive document operations remain restricted to the browser interface rather than the programmatic API.

    TypeScriptdockerhacktoberfestjava
    Vezi pe GitHub↗81,109
  • tiann/kernelsuAvatar tiann

    tiann/KernelSU

    15,041Vezi pe GitHub↗

    KernelSU is a kernel-based root management framework for Android that provides administrative access to applications by operating directly within the operating system kernel. By integrating management logic into the kernel source, it enables system-wide permission control through syscall interception and function patching. This approach allows for the enforcement of fine-grained mandatory access control, assigning custom security domains to root processes to restrict their capabilities and prevent unauthorized actions. The project distinguishes itself through a systemless modification archite

    Limits specific Linux kernel capabilities for root-granted processes to prevent unauthorized actions even when running with superuser identity.

    Kotlinandroidkernelkernelsu
    Vezi pe GitHub↗15,041
  • cri-o/cri-oAvatar cri-o

    cri-o/cri-o

    5,629Vezi pe GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Controls which Linux capabilities are inheritable by non-root users inside containers to mitigate privilege escalation.

    Go
    Vezi pe GitHub↗5,629
  • sel4/sel4Avatar seL4

    seL4/seL4

    5,583Vezi pe GitHub↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Provides the addressing mechanism for referencing capabilities by CSlot index within a thread's capability space.

    Cmicrokernelossel4
    Vezi pe GitHub↗5,583
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Development & Management
  5. API Infrastructure
  6. API Capability Constraints

Explorează sub-etichetele

  • Root Capability Constraints2 sub-tag-uriMechanisms for limiting Linux kernel capabilities for root-granted processes to prevent unauthorized actions. **Distinct from API Capability Constraints:** Distinct from API Capability Constraints: focuses on kernel-level process capabilities rather than API surface limitations.