@@ -1972,7 +1972,7 @@ <h2>Security Considerations</h2>
1972
1972
< p > The RDF Abstract Syntax is not used directly for conveying information,
1973
1973
although concrete serialization forms are specifically intended to do so.</ p >
1974
1974
1975
- < p > Applications MAY evaluate given data to infer more assertions or to dereference < a > IRIs</ a > ,
1975
+ < p > Applications can evaluate given data to infer more assertions or to dereference < a > IRIs</ a > ,
1976
1976
invoking the security considerations of the scheme for that IRI.
1977
1977
Note in particular, the privacy issues in [[RFC3023]] section 10 for HTTP IRIs.
1978
1978
Data obtained from an inaccurate or malicious data source may lead to inaccurate or misleading conclusions,
@@ -1986,26 +1986,26 @@ <h2>Security Considerations</h2>
1986
1986
security considerations will vary by domain of use.
1987
1987
Security tools and protocols applicable to text
1988
1988
(for example, PGP encryption, checksum validation, password-protected compression)
1989
- may also be used on RDF documents.
1990
- Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.</ p >
1989
+ can also be used on RDF documents.
1990
+ Security/privacy protocols ought to be imposed which reflect the sensitivity of the embedded information.</ p >
1991
1991
1992
1992
< p > RDF can express data which is presented to the user, such as RDF Schema labels.
1993
1993
Applications rendering < a > strings</ a > retrieved from untrusted RDF documents,
1994
1994
or using unescaped characters,
1995
- SHOULD use warnings and other appropriate means to limit the possibility
1995
+ are encouraged to use warnings and other appropriate means to limit the possibility
1996
1996
that malignant strings might be used to mislead the reader.
1997
1997
The security considerations in the media type registration for XML ([[RFC3023]] section 10)
1998
1998
provide additional guidance around the expression of arbitrary data and markup.</ p >
1999
1999
2000
2000
< p > RDF uses < a > IRIs</ a > as term identifiers.
2001
- Applications interpreting data expressed in RDF SHOULD address the security issues of
2001
+ Applications interpreting data expressed in RDF ought to address the security issues of
2002
2002
[[[RFC3987]]] [[RFC3987]] Section 8, as well as
2003
2003
[[[RFC3986]]] [[RFC3986]] Section 7.</ p >
2004
2004
2005
- < p > Multiple < a > IRIs</ a > may have the same appearance.
2006
- Characters in different scripts may look similar (for instance,
2007
- a Cyrillic "о" may appear similar to a Latin "o").
2008
- A character followed by combining characters may have the same visual representation
2005
+ < p > Multiple < a > IRIs</ a > can have the same appearance.
2006
+ Characters in different scripts can look similar (for instance,
2007
+ a Cyrillic "о" can appear similar to a Latin "o").
2008
+ A character followed by combining characters can have the same visual representation
2009
2009
as another character (for example, LATIN SMALL LETTER "E" followed by COMBINING ACUTE
2010
2010
ACCENT has the same visual representation as LATIN SMALL LETTER "E" WITH ACUTE).
2011
2011
Any person or application that is writing or interpreting data in RDF
0 commit comments