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

Use of autotools as a supply-chain attack risk #46

Open
kornelski opened this issue Mar 31, 2024 · 0 comments
Open

Use of autotools as a supply-chain attack risk #46

kornelski opened this issue Mar 31, 2024 · 0 comments

Comments

@kornelski
Copy link

CVE-2024-3094 has demonstrated that the obscure autotools macro language and the infeasible-to-audit barf of configure are good places for hiding malware.

autotools is not only slow and a barrier to support of non-unix platforms, but also a security liability of executing unreviewed arbitrary code that is able to compromise the entire build.

Please consider dropping autotools. Libevent happens to support cmake which is slightly less terrible in this regard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant