awesome-repositories.com
Blog
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
·

1 Repo

Awesome GitHub RepositoriesValidation Logic Sandboxes

Execution environments that safely evaluate generated validation code while preventing unauthorized access or injection.

Distinct from Code Injection Utilities: Distinct from Code Injection Utilities: focuses on the secure execution of generated validation logic rather than general-purpose code injection.

Explore 1 awesome GitHub repository matching devops & infrastructure · Validation Logic Sandboxes. Refine with filters or upvote what's useful.

Awesome Validation Logic Sandboxes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ajv-validator/ajvAvatar von ajv-validator

    ajv-validator/ajv

    14,733Auf GitHub ansehen↗

    Ajv is a high-performance data validation framework that compiles JSON schemas into optimized, standalone JavaScript functions. By transforming declarative schema definitions into executable code, it eliminates runtime interpretation overhead and provides a secure, efficient way to enforce data integrity across both browser and server environments. The library distinguishes itself through its focus on performance and type safety. It employs advanced compilation techniques, including abstract syntax tree optimization and function caching, to ensure rapid validation. Beyond standard checks, it

    Constructs executable validation logic while preventing code injection by strictly controlling the generation of runtime functions.

    TypeScriptajvjson-schemavalidator
    Auf GitHub ansehen↗14,733
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Code Execution Runtimes
  5. Validation Logic Sandboxes