@@ -1306,25 +1306,26 @@ <h2>Security Considerations</h2>
1306
1306
< p > RDF can express data which is presented to the user, such as RDF Schema labels.
1307
1307
Applications rendering strings retrieved from untrusted RDF documents,
1308
1308
or using unescaped characters,
1309
- SHOULD ensure that malignant strings may not be used to mislead the reader.
1309
+ SHOULD use warnings and other appropriate means to limit the possibility
1310
+ that malignant strings might be used to mislead the reader.
1310
1311
The security considerations in the media type registration for XML ([[!RFC3023]] section 10)
1311
1312
provide additional guidance around the expression of arbitrary data and markup.</ p >
1312
1313
1313
1314
< p > RDF uses < a > IRIs</ a > as term identifiers.
1314
1315
Applications interpreting data expressed in RDF SHOULD address the security issues of
1315
- [[[RFC3987]]] [[RFC3987]] Section 8,
1316
- as well as [[[RFC3986]]] [[RFC3986]] Section 7.</ p >
1316
+ [[[! RFC3987]]] [[! RFC3987]] Section 8, as well as
1317
+ [[[! RFC3986]]] [[! RFC3986]] Section 7.</ p >
1317
1318
1318
1319
< p > Multiple < a > IRIs</ a > may have the same appearance.
1319
- Characters in different scripts may look similar
1320
- ( a Cyrillic "о" may appear similar to a Latin "o").
1320
+ Characters in different scripts may look similar (for instance,
1321
+ a Cyrillic "о" may appear similar to a Latin "o").
1321
1322
A character followed by combining characters may have the same visual representation
1322
- as another character (LATIN SMALL LETTER "E" followed by COMBINING ACUTE ACCENT
1323
- has the same visual representation as LATIN SMALL LETTER "E" WITH ACUTE).
1323
+ as another character (for example, LATIN SMALL LETTER "E" followed by COMBINING ACUTE
1324
+ ACCENT has the same visual representation as LATIN SMALL LETTER "E" WITH ACUTE).
1324
1325
Any person or application that is writing or interpreting data in RDF
1325
1326
must take care to use the IRI that matches the intended semantics,
1326
1327
and avoid IRIs that may look similar.
1327
- Further information about matching of similar characters can be found
1328
+ Further information about matching visually similar characters can be found
1328
1329
in [[[UNICODE-SECURITY]]] [[UNICODE-SECURITY]] and
1329
1330
[[[RFC3987]]] [[RFC3987]] Section 8.</ p >
1330
1331
0 commit comments