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

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

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

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ajv-validator/ajvajv-validator 的头像

    ajv-validator/ajv

    14,733在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,733
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Code Execution Runtimes
  5. Validation Logic Sandboxes