File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1990,11 +1990,12 @@ A malicious schema author could place executable code or other dangerous
1990
1990
material within a ` $comment ` . Implementations MUST NOT parse or otherwise take
1991
1991
action based on ` $comment ` contents.
1992
1992
1993
- When encoutering an IRI that is also a valid URL, implementations SHOULD NOT
1994
- presume a network operation should be performed. Implementations which have
1995
- access to the internet SHOULD default to operating offline. Network operations
1996
- should be limited to hypermedia APIs and similar applications where this risk
1997
- already exists and is built into the architecture.
1993
+ When encountering an IRI that also represents a valid file system or network
1994
+ location, implementations are discouraged to automatically an operation to
1995
+ access that location. Schema authors should take care when configuring
1996
+ implementations to operate over a file system or network as this could expose
1997
+ the host system to various security vulnerabilities, such as man-in-the-middle
1998
+ attacks or data leaks.
1998
1999
1999
2000
## IANA Considerations
2000
2001
You can’t perform that action at this time.
0 commit comments