dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

feat!: replace RegExp with RE2 #311

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

To secure user regex we need to
 use re2 module instead of regex in ajv and ajv formats

What was done?

Replaced RegExp with RE2 in Ajv Replaced RegExps in DataContract schema with compatible ones New IncompatibleRe2PatternError for incompatible patterns

How Has This Been Tested?

Unit tests

Breaking Changes

Checklist:

For repository code-owners and collaborators only