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

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

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

1 个仓库

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

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

    nodeca/js-yaml

    6,591在 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
    在 GitHub 上查看↗6,591
  1. Home
  2. Security & Cryptography
  3. Parser Resource Limits