Skip to content

Commit e16667c

Browse files
committed
remove normative language from Security Considerations
addresses #183
1 parent 2d030fa commit e16667c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ <h2>Security Considerations</h2>
19721972
<p>The RDF Abstract Syntax is not used directly for conveying information,
19731973
although concrete serialization forms are specifically intended to do so.</p>
19741974

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>,
19761976
invoking the security considerations of the scheme for that IRI.
19771977
Note in particular, the privacy issues in [[RFC3023]] section 10 for HTTP IRIs.
19781978
Data obtained from an inaccurate or malicious data source may lead to inaccurate or misleading conclusions,
@@ -1986,26 +1986,26 @@ <h2>Security Considerations</h2>
19861986
security considerations will vary by domain of use.
19871987
Security tools and protocols applicable to text
19881988
(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>
19911991

19921992
<p>RDF can express data which is presented to the user, such as RDF Schema labels.
19931993
Applications rendering <a>strings</a> retrieved from untrusted RDF documents,
19941994
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
19961996
that malignant strings might be used to mislead the reader.
19971997
The security considerations in the media type registration for XML ([[RFC3023]] section 10)
19981998
provide additional guidance around the expression of arbitrary data and markup.</p>
19991999

20002000
<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
20022002
[[[RFC3987]]] [[RFC3987]] Section 8, as well as
20032003
[[[RFC3986]]] [[RFC3986]] Section 7.</p>
20042004

2005-
<p>Multiple <a>IRIs</a> may have the same appearance.
2006-
Characters in different scripts may look similar (for instance,
2007-
a Cyrillic &quot;&#1086;&quot; may appear similar to a Latin &quot;o&quot;).
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 &quot;&#1086;&quot; can appear similar to a Latin &quot;o&quot;).
2008+
A character followed by combining characters can have the same visual representation
20092009
as another character (for example, LATIN SMALL LETTER "E" followed by COMBINING ACUTE
20102010
ACCENT has the same visual representation as LATIN SMALL LETTER "E" WITH ACUTE).
20112011
Any person or application that is writing or interpreting data in RDF

0 commit comments

Comments
 (0)