On 10/4/2019 09:04, Greg Wooledge wrote: > On Wed, Apr 10, 2019 at 11:59:19AM -0400, Daniel Kahn Gillmor wrote: >> If we look at the problem from the perspective of the risk of >> herestring/heredoc content leaking to non-ephemeral storage, > > The content is already in the damned SHELL SCRIPT. > > How much more "non-ephemeral" can it get?
Both herestring and heredoc often contain variables, or some other process substitution, for them to be completely literal is a less interesting case for this issue. Peter