Skip to content

Commit f51f8cb

Browse files
committed
Clarify/strenghten some security considerations
1 parent 6b541c0 commit f51f8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,12 +980,12 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
980980
<t>
981981
Instances and schemas are both frequently written by untrusted third parties, to be
982982
deployed on public Internet servers.
983-
Validators should take care that the parsing of schemas doesn't consume excessive
983+
Validators should take care that the parsing and validating against schemas doesn't consume excessive
984984
system resources.
985985
Validators MUST NOT fall into an infinite loop.
986986
</t>
987987
<t>
988-
Servers need to take care that malicious parties can't change the functionality of
988+
Servers MUST ensure that malicious parties can't change the functionality of
989989
existing schemas by uploading a schema with an pre-existing or very similar "$id".
990990
</t>
991991
<t>

0 commit comments

Comments
 (0)