-
Notifications
You must be signed in to change notification settings - Fork 8
remove normative language from Security Considerations #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pchampin
wants to merge
2
commits into
main
Choose a base branch
from
issue_183
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2002,7 +2002,7 @@ <h2>Security Considerations</h2> | |
<p>The RDF Abstract Syntax is not used directly for conveying information, | ||
although concrete serialization forms are specifically intended to do so.</p> | ||
|
||
<p>Applications MAY evaluate given data to infer more assertions or to dereference <a>IRIs</a>, | ||
<p>Applications can evaluate given data to infer more assertions or to dereference <a>IRIs</a>, | ||
invoking the security considerations of the scheme for that IRI. | ||
Note in particular, the privacy issues in [[RFC3023]] section 10 for HTTP IRIs. | ||
Data obtained from an inaccurate or malicious data source may lead to inaccurate or misleading conclusions, | ||
|
@@ -2016,26 +2016,26 @@ <h2>Security Considerations</h2> | |
security considerations will vary by domain of use. | ||
Security tools and protocols applicable to text | ||
(for example, PGP encryption, checksum validation, password-protected compression) | ||
may also be used on RDF documents. | ||
Security/privacy protocols must be imposed which reflect the sensitivity of the embedded information.</p> | ||
can also be used on RDF documents. | ||
Security/privacy protocols ought to be imposed which reflect the sensitivity of the embedded information.</p> | ||
|
||
<p>RDF can express data which is presented to the user, such as RDF Schema labels. | ||
Applications rendering <a>strings</a> retrieved from untrusted RDF documents, | ||
or using unescaped characters, | ||
SHOULD use warnings and other appropriate means to limit the possibility | ||
ought to use warnings and other appropriate means to limit the possibility | ||
that malignant strings might be used to mislead the reader. | ||
The security considerations in the media type registration for XML ([[RFC3023]] section 10) | ||
provide additional guidance around the expression of arbitrary data and markup.</p> | ||
|
||
<p>RDF uses <a>IRIs</a> as term identifiers. | ||
Applications interpreting data expressed in RDF SHOULD address the security issues of | ||
Applications interpreting data expressed in RDF ought to address the security issues of | ||
[[[RFC3987]]] [[RFC3987]] Section 8, as well as | ||
[[[RFC3986]]] [[RFC3986]] Section 7.</p> | ||
|
||
<p>Multiple <a>IRIs</a> may have the same appearance. | ||
Characters in different scripts may look similar (for instance, | ||
a Cyrillic "о" may appear similar to a Latin "o"). | ||
A character followed by combining characters may have the same visual representation | ||
<p>Multiple <a>IRIs</a> can have the same appearance. | ||
Characters in different scripts can look similar (for instance, | ||
a Cyrillic "о" can appear similar to a Latin "o"). | ||
A character followed by combining characters can have the same visual representation | ||
Comment on lines
+2035
to
+2038
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I support the changes from |
||
as another character (for example, LATIN SMALL LETTER "E" followed by COMBINING ACUTE | ||
ACCENT has the same visual representation as LATIN SMALL LETTER "E" WITH ACUTE). | ||
Any person or application that is writing or interpreting data in RDF | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These last four changes are not needed and, in my opnion, are less readable than the unchanged text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this part of the PR isn't in the "preview" or "diff")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afs — I see these four lines (2035-2038) in both Preview and Diff. Perhaps try searching for
Characters in different
? These lines are less obvious in the rendered pages than in the HTML source, because the HTML source has new lines that get folded into spaces in the rendered page.@pfps — It's easier to know what "last four changes" you're talking about if you drag-select the plus-sign from the first line of concern down to the last line of concern. This also allows for easy suggestion of changes to the source, where I would currently have to start a new thread to insert such suggestion about all 4 of these lines.