awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesSchema-Driven Data Sanitization

The process of cleaning and casting data payloads based on a predefined schema to ensure application compatibility.

Distinct from Data Validation and Sanitization: Focuses on using a schema to drive sanitization and casting, rather than general security filtering.

Explore 2 awesome GitHub repositories matching security & cryptography · Schema-Driven Data Sanitization. Refine with filters or upvote what's useful.

Awesome Schema-Driven Data Sanitization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • epoberezkin/ajvAvatar epoberezkin

    epoberezkin/ajv

    14,748Vezi pe GitHub↗

    Ajv is a JSON Schema validator and schema compilation engine used to verify that JavaScript objects conform to specific JSON Schema definitions. It functions as a data coercer and localization tool, allowing for the application of default values and the translation of validation error messages into different languages. The project converts declarative JSON Schema definitions into optimized JavaScript functions to increase validation speed. It supports the extension of validation logic through custom keywords and the generation of standalone validation code that executes without external depen

    Provides data sanitization by removing extra properties and coercing types to match a required schema format.

    TypeScript
    Vezi pe GitHub↗14,748
  • meteor-community-packages/meteor-simple-schemaAvatar Meteor-Community-Packages

    Meteor-Community-Packages/meteor-simple-schema

    915Vezi pe GitHub↗

    This library provides a comprehensive system for defining data schemas and enforcing structural integrity within JavaScript applications. It enables developers to construct declarative rules for complex, nested objects, ensuring that data conforms to expected types and constraints before it is processed or stored. By integrating directly with the Meteor framework, it serves as a central tool for maintaining consistent data structures across collections and remote procedure calls. The project distinguishes itself through its deep integration with reactive data systems, allowing validation stat

    Sanitizes data objects by trimming strings and removing unauthorized keys to ensure schema compatibility.

    JavaScriptcleaning-dataform-generationform-validation
    Vezi pe GitHub↗915
  1. Home
  2. Security & Cryptography
  3. Data Validation and Sanitization
  4. Schema-Driven Data Sanitization