File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 9
9
<!ENTITY RFC3986 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml" >
10
10
<!ENTITY RFC3987 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.3987.xml" >
11
11
<!ENTITY RFC4291 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml" >
12
+ <!ENTITY RFC4329 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4329.xml" >
12
13
<!ENTITY RFC5322 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml" >
13
14
<!ENTITY RFC5890 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.5890.xml" >
14
15
<!ENTITY RFC5891 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.5891.xml" >
1351
1352
(with so-called "catastrophic backtracking"), resulting in a denial-of-service
1352
1353
attack.
1353
1354
</t >
1355
+ <t >
1356
+ Implementations that support validating or otherwise evaluating instance
1357
+ string data based on "contentEncoding" and/or "contentMediaType" are at
1358
+ risk of evaluating data in an unsafe way based on misleading information.
1359
+ Applications can mitigate this risk by only performing such processing
1360
+ when a relationship between the schema and instance is established
1361
+ (e.g., they share the same authority).
1362
+ </t >
1363
+ <t >
1364
+ Processing a media type or encoding is subject to the security considerations
1365
+ of that media type or encoding. For example, the security considerations
1366
+ of <xref target =" RFC4329" >RFC 4329 Scripting Media Types</xref > apply when
1367
+ processing JavaScript or ECMAScript encoded within a JSON string.
1368
+ </t >
1354
1369
</section >
1355
1370
1356
1371
<!--
1385
1400
&RFC3986;
1386
1401
&RFC3987;
1387
1402
&RFC4291;
1403
+ &RFC4329;
1388
1404
&RFC5890;
1389
1405
&RFC5891;
1390
1406
&RFC6570;
You can’t perform that action at this time.
0 commit comments