Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audit exec()s for PATH/argument sanity #100

Open
dankamongmen opened this issue Nov 3, 2020 · 0 comments
Open

audit exec()s for PATH/argument sanity #100

dankamongmen opened this issue Nov 3, 2020 · 0 comments
Assignees
Labels
core non-ui code, common code shared by all uis
Milestone

Comments

@dankamongmen
Copy link
Owner

Given that (1) we run with some privileges and (2) we call out to some processes, we need be extra certain that we're doing it safely. Audit for failure to set PATH or fail to sanitize user input on the way to exec().

@dankamongmen dankamongmen added the core non-ui code, common code shared by all uis label Nov 3, 2020
@dankamongmen dankamongmen added this to the 1.3 milestone Nov 3, 2020
@dankamongmen dankamongmen self-assigned this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core non-ui code, common code shared by all uis
Projects
None yet
Development

No branches or pull requests

1 participant