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

Remove redundant secureexec package #2847

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Remove redundant secureexec package #2847

merged 1 commit into from
Jul 30, 2023

Commits on Jul 30, 2023

  1. Remove secureexec package

    From the go 1.19 release notes:
    
    Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs.
    jesseduffield committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    975d2be View commit details
    Browse the repository at this point in the history