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 RepositoriesParser Resource Limits

Mechanisms to restrict the complexity of parsed documents to prevent denial-of-service attacks.

Distinct from Document Validation: Existing candidates focus on content extraction or schema validation, not resource-exhaustion prevention via node counting.

Explore 1 awesome GitHub repository matching security & cryptography · Parser Resource Limits. Refine with filters or upvote what's useful.

Awesome Parser Resource Limits 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.
  • nodeca/js-yamlAvatar de nodeca

    nodeca/js-yaml

    6,591Voir sur GitHub↗

    js-yaml is a JavaScript library providing a programmatic interface for parsing and dumping YAML data. It functions as a parser and serializer that converts YAML strings into JavaScript objects and transforms JavaScript objects back into YAML format. The library includes a command-line interface for parsing or dumping YAML data via direct input or data pipes. It also features an abstract syntax tree transformer to modify the structure of data during serialization. The project provides capabilities for multi-document processing and the definition of custom schemas and tags to handle specialize

    Implements node counting to reject overly complex documents and prevent resource exhaustion.

    JavaScript
    Voir sur GitHub↗6,591
  1. Home
  2. Security & Cryptography
  3. Parser Resource Limits