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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAnnotation-Based

Prevents users from setting container annotations that could alter runtime or systemd properties in unsafe ways.

Distinct from Privilege Escalation Prevention: Distinct from Privilege Escalation Prevention: focuses specifically on preventing escalation via container annotations, not general kernel-level controls.

Explore 2 awesome GitHub repositories matching security & cryptography · Annotation-Based. Refine with filters or upvote what's useful.

Awesome Annotation-Based GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cri-o/cri-oAvatar von cri-o

    cri-o/cri-o

    5,629Auf GitHub ansehen↗

    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

    Prevents users from specifying annotations that alter runtime fields such as systemd properties, closing a privilege-escalation vector.

    Go
    Auf GitHub ansehen↗5,629
  • opencontainers/runtime-specAvatar von opencontainers

    opencontainers/runtime-spec

    3,641Auf GitHub ansehen↗

    The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and

    Identifies specific configuration annotation keys and prefixes that may alter runtime behavior.

    Gocontainersdockeroci
    Auf GitHub ansehen↗3,641
  1. Home
  2. Security & Cryptography
  3. Privilege Escalation Prevention
  4. Annotation-Based

Unter-Tags erkunden

  • Unsafe Annotation PrefixesIdentifies configuration annotation keys and prefixes that alter runtime behavior unsafely. **Distinct from Annotation-Based:** Distinct from Annotation-Based: focuses specifically on flagging unsafe configuration annotation prefixes rather than general privilege prevention rules.