Skip to content

Commit 614c6f5

Browse files
committed
we now have NetworkAccess
1 parent 0260504 commit 614c6f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

invocation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ output directory may each reside on different mount points on different file
9696
systems.
9797

9898
An implementation may forbid the tool from directly accessing network
99-
resources. Correct tools must not assume any network access. Future versions
100-
of the specification may incorporate optional process requirements that
101-
describe the networking needs of a tool.
99+
resources. Correct tools must not assume any network access unless they have
100+
the 'networkAccess' field of a ['NetworkAccess'](#NetworkAccess) requirement set
101+
to `true` but even then this does not imply a publically routable IP address or
102+
the ability to accept inbound connections.
102103

103104
The `runtime` section available in [parameter references](#Parameter_references)
104105
and [expressions](#Expressions) contains the following fields. As noted

0 commit comments

Comments
 (0)