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

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

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

1 个仓库

Awesome GitHub RepositoriesSecurity Validation Frameworks

Validation frameworks that prevent file spoofing by inspecting actual content against declared types.

Distinct from Ruby on Rails Integrations: Focuses on security-specific validation tools rather than general framework integrations.

Explore 1 awesome GitHub repository matching web development · Security Validation Frameworks. Refine with filters or upvote what's useful.

Awesome Security Validation Frameworks GitHub Repositories

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

    igorkasyanchuk/active_storage_validations

    1,180在 GitHub 上查看↗

    Active Storage Validations 是一个 Ruby on Rails 库,为文件附件提供模型级别的验证助手。它直接集成到标准验证生命周期中,以确保上传的内容在持久化到存储之前符合定义的业务要求。 该框架强制执行关于文件大小、内容类型、尺寸和附件数量的约束。它包含安全机制,通过检查文件的二进制签名来检测并阻止内容类型欺骗,以验证其真实格式是否与声明的扩展名匹配。 除了基本验证,该库还通过强制执行特定的宽高比和尺寸来支持媒体资产质量控制。它还提供测试匹配器,以验证这些约束在开发工作流中是否配置正确。

    Prevents file spoofing by inspecting the actual content of uploaded files against declared MIME types.

    Rubyactive-storageactivestoragerails
    在 GitHub 上查看↗1,180
  1. Home
  2. Web Development
  3. Ruby on Rails Integrations
  4. Security Validation Frameworks