awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesHTTP Response Splitting Protections

Mechanisms to prevent header injection attacks by validating response content.

Distinguishing note: The candidates focus on inspecting or modifying headers, not specifically preventing response splitting attacks via validation.

Explore 1 awesome GitHub repository matching security & cryptography · HTTP Response Splitting Protections. Refine with filters or upvote what's useful.

Awesome HTTP Response Splitting Protections GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gevent/geventAvatar de gevent

    gevent/gevent

    6,440Voir sur GitHub↗

    Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O tasks. It provides a cooperative networking framework for building asynchronous TCP, UDP, and HTTP servers, as well as a WSGI web server implementation for hosting web applications. The project is distinguished by its standard library monkey-patching tool, which replaces blocking synchronous functions with cooperative versions to enable asynchronous behavior in third-party code. This allows for a cooperative multitasking workflow where the system yields execution during I/O waits t

    Validates that response headers do not contain carriage returns or newlines to block header injection attacks.

    Pythonasynciocoroutinesgreenlet
    Voir sur GitHub↗6,440
  1. Home
  2. Security & Cryptography
  3. HTTP Response Splitting Protections