Git Product home page Git Product logo

procs's Issues

Security: environment variables are expanded into commands

As mentioned in the reddit post associated with this projects announcement there are some security concerns with this library I believe should at least be clearly documented. While I accept API design is subjective, I believe expanding environment variables and then parsing them as POSIX command lines as demonstrated below is particularly dangerous:

os.Setenv(`VAR`, `FOO | do-rm-rf-cmd`)
p := procs.NewProcess("echo ${VAR}")
fmt.Println(p.Run())
// exec: "do-rm-rf-cmd": executable file not found in $PATH

Even if this project takes the stance that all user input must be trusted and providing safety mechanisms for mistakes is not a worthwhile endeavor- it has the potential for some surprising side affects in regular everyday usage. For example it's not uncommon for "secrets" to contain POSIX shell command characters os.Setenv("SECRET_API_KEY", "K|0HDctF*!$(JF") so it may be worth reconsidering since I can't really think of a use case for this.

Unicode path is not supported

exePath, _ := filepath.Abs(filepath.Join(wd, "file.exe"))
p := procs.NewProcess(exePath+ " faststart")
err := p.Run()

path:

D:/测试/main.exe

program crashed with output:

Uknown rune: 27979

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.