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

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

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

5 个仓库

Awesome GitHub RepositoriesRequest Validation Middleware

Components that intercept incoming data to enforce access policies and perform type-safe input transformation.

Distinguishing note: Specifically targets request-level security and type-transformation rather than general-purpose authentication.

Explore 5 awesome GitHub repositories matching security & cryptography · Request Validation Middleware. Refine with filters or upvote what's useful.

Awesome Request Validation Middleware GitHub Repositories

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

    rwf2/Rocket

    25,747在 GitHub 上查看↗

    Rocket is a type-safe web framework designed for building server-side applications. It provides a high-performance asynchronous routing engine that maps incoming network traffic to concurrent handler functions, while managing the full lifecycle of web requests. The framework emphasizes compile-time verification, ensuring that request parameters, response types, and routing logic remain consistent throughout the development process. The framework distinguishes itself through its use of request guards, which act as a validation layer to intercept and transform incoming data into structured type

    Intercepting incoming data to enforce access policies and transform raw input into validated application types before reaching core business logic.

    Rustframeworkrocketrust
    在 GitHub 上查看↗25,747
  • shieldfy/api-security-checklistshieldfy 的头像

    shieldfy/API-Security-Checklist

    23,258在 GitHub 上查看↗

    This project is a comprehensive API security audit checklist and vulnerability audit framework. It provides a structured guide of security countermeasures for designing, testing, and deploying secure APIs across various protocols. The framework includes specialized guides for securing OAuth 2.0 authorization flows, implementing zero trust networking for service-to-service communication, and protecting GraphQL endpoints from resource exhaustion and information leakage. It also provides standards for integrating static analysis, dynamic scanning, and secret detection into CI/CD delivery pipelin

    Implements request validation middleware to screen for correct HTTP methods and content types.

    apijwtoauth2
    在 GitHub 上查看↗23,258
  • tencent/apijsonTencent 的头像

    Tencent/APIJSON

    18,395在 GitHub 上查看↗

    APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg

    Includes middleware that validates user permissions and sanitizes input for every incoming request.

    Javabaasclickhousecrud
    在 GitHub 上查看↗18,395
  • apollographql/apollo-serverapollographql 的头像

    apollographql/apollo-server

    13,943在 GitHub 上查看↗

    Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio

    Ships security middleware to block CSRF and search attacks by validating request origins and headers.

    TypeScript
    在 GitHub 上查看↗13,943
  • benoitc/gunicornbenoitc 的头像

    benoitc/gunicorn

    10,443在 GitHub 上查看↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Validates incoming HTTP request targets and headers against protocol standards to prevent injection and malformed request attacks.

    Pythonhttphttp-serverpython
    在 GitHub 上查看↗10,443
  1. Home
  2. Security & Cryptography
  3. Request Validation Middleware