Source: ruby-terrapin Maintainer: Debian Ruby Extras Maintainers Uploaders: prasannassp , gowtham , Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 12), gem2deb, rake, ruby-climate-control (<< 1.0), ruby-climate-control, ruby-rspec, pry, ruby-bourne Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-terrapin Vcs-Git: https://salsa.debian.org/ruby-team/ruby-terrapin.git Homepage: https://github.com/thoughtbot/terrapin Rules-Requires-Root: no XS-Ruby-Versions: all Package: ruby-terrapin Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-climate-control (<< 1.0), ruby-climate-control, ${misc:Depends}, ${shlibs:Depends} Description: Run shell commands safely, even with user-supplied values Apart from the basic, normal stuff, you can use nterpolated arguments. It also prevents attempts at being bad. . You can also see what's getting run. The 'Command' part it logs is in green for visibility! . Terrapin will only shell-escape what is passed in as interpolations to the run method. It WILL NOT escape what is passed in to the second argument of new. Terrapin assumes that you will not be manually passing user-generated data to that argument and will be using it as a template for your command line's structure.