-
-
Notifications
You must be signed in to change notification settings - Fork 354
add security note about accessing urls #1600
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
Changes from 3 commits
160b151
6ef050f
7237028
522b4ef
823d864
d867301
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1990,6 +1990,13 @@ A malicious schema author could place executable code or other dangerous | |
material within a `$comment`. Implementations MUST NOT parse or otherwise take | ||
action based on `$comment` contents. | ||
|
||
When encountering an IRI that also represents a valid file system or network | ||
location, implementations are discouraged from automatically making an operation to | ||
access that location. Schema authors should take care when configuring | ||
implementations to operate over a file system or network as this could expose | ||
the host system to various security vulnerabilities, such as man-in-the-middle | ||
attacks or data leaks. | ||
|
||
|
||
## IANA Considerations | ||
|
||
### `application/schema+json` | ||
|
Uh oh!
There was an error while loading. Please reload this page.