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
·

3 Repos

Awesome GitHub RepositoriesAttribute Value Validation

Logic that validates and filters proposed updates to device attributes before they are applied.

Distinct from Attribute-based Access Controls: Focuses on the validity of the value being written, not the identity/attribute of the user requesting the write.

Explore 3 awesome GitHub repositories matching security & cryptography · Attribute Value Validation. Refine with filters or upvote what's useful.

Awesome Attribute Value Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • project-chip/connectedhomeipAvatar von project-chip

    project-chip/connectedhomeip

    8,586Auf GitHub ansehen↗

    This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s

    Intersects attribute updates through a delegate interface to accept or reject proposed values.

    C++build-with-matterchipconnected-devices
    Auf GitHub ansehen↗8,586
  • python-attrs/attrsAvatar von python-attrs

    python-attrs/attrs

    5,799Auf GitHub ansehen↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Checks attribute values against built-in or custom validators, including type checks, range checks, and regex matching.

    Python
    Auf GitHub ansehen↗5,799
  • cerbos/cerbosAvatar von cerbos

    cerbos/cerbos

    4,460Auf GitHub ansehen↗

    Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec

    Enforces data integrity for authorization requests by checking provided resource attributes against defined schemas.

    Goaccess-controlauthorizationgo
    Auf GitHub ansehen↗4,460
  1. Home
  2. Security & Cryptography
  3. Identity and Access Management
  4. Access Control
  5. Access Control Models
  6. Attribute-based Access Controls
  7. Attribute Value Validation

Unter-Tags erkunden

  • Resource Attribute ValidatorsValidates resource-specific attributes against schema constraints during authorization requests. **Distinct from Attribute Value Validation:** Distinct from Attribute Value Validation: focuses on schema-based validation of resource attributes for authorization, not just value filtering.