awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stirling-tools/stirling-pdfStirling-Tools 的头像

    Stirling-Tools/Stirling-PDF

    81,109在 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
    在 GitHub 上查看↗81,109
  • tiann/kernelsutiann 的头像

    tiann/KernelSU

    15,041在 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
    在 GitHub 上查看↗15,041
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 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
    在 GitHub 上查看↗5,629
  • sel4/sel4seL4 的头像

    seL4/seL4

    5,583在 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
    在 GitHub 上查看↗5,583
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Development & Management
  5. API Infrastructure
  6. API Capability Constraints

探索子标签

  • Root Capability Constraints2 个子标签Mechanisms 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.