Open
Description
Description of the false positive
When IO.read
is guarded by a check like File.exists?
, isn't that a valid guard against injecting the |
character into Kernel.open
? I don't imagine that many systems out there have files lying around named |.txt
.
Code samples or links to source code
URL to the alert on GitHub code scanning (optional)