Skip to content

Commit

Permalink
Removed unused function stdout_of() with potential security risks
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Dec 10, 2018
1 parent c75be72 commit 116b473
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/network/install_inf_convertor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,5 @@ def write_proxy
Proxy.Import(ex)
Proxy.Write
end

def stdout_of(command)
SCR.Execute(path(".target.bash_output"), command)["stdout"].to_s
end
end
end

0 comments on commit 116b473

Please sign in to comment.