You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
CVE-2024-3094 has demonstrated that the obscure
autotools
macro language and the infeasible-to-audit barf ofconfigure
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.The text was updated successfully, but these errors were encountered: