File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -650,13 +650,13 @@ AJV Serialize large array x 58.76 ops/sec ±4.59% (60 runs sampled)
650
650
Treat the schema definition as application code, it
651
651
is not safe to use user-provided schemas.
652
652
653
- In order to achieve lowest cost/highest performance redaction ` fast-json-stringify `
653
+ To achieve low cost and high performance redaction ` fast-json-stringify `
654
654
creates and compiles a function (using the ` Function ` constructor) on initialization.
655
655
While the ` schema ` is currently validated for any developer errors,
656
656
there is no guarantee that supplying user-generated schema could not
657
657
expose your application to remote attacks.
658
658
659
- Users are responsibile for sending trusted data. ` fast-json-stringify ` guarantees that you will get
659
+ Users are responsible for sending trusted data. ` fast-json-stringify ` guarantees that you will get
660
660
a valid output only if your input matches the schema or can be coerced to the schema. If your input
661
661
doesn't match the schema, you will get undefined behavior.
662
662
You can’t perform that action at this time.
0 commit comments