Skip to content

Security question: What protections against regex injection attacks does json-schema-validator have? #798

Answered by gregsdennis
kbsizer asked this question in Q&A
Discussion options

You must be logged in to vote

The validation spec, section 10, lists several security concerns, including regex.

Basically, it lists the concern and requires that implementations handle it themselves. The idea is that the specification's role is to make tooling maintainers aware of the danger and allow them to manage it as required by best practices in their language/ecosystem.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jdesrosiers
Comment options

@kbsizer
Comment options

@gregsdennis
Comment options

Answer selected by kbsizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants