raboof commented on PR #763:
URL: https://github.com/apache/commons-compress/pull/763#issuecomment-4631726001
> I think we need to be more specific on "network" access because you can
use a builder's setPath(...), setURI(...), or constructor's InputStream to
cause access to a network drive ("network" as in LAN or WAN) or the internet at
large. So I think we should skip this part or document that if you don't want
that, then you need to guard for it.
I've now worded this as: "Input may be read from the network when this is
explicitly requested, but the processing of the compressed payload should not
trigger additional network access, unbounded deserialization or code
execution.". WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]