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
We talked about adding support for an explicit list of crates that we allow having build.rs build step.
build.rs is not sandboxed so it usually has full access to the developer machine it is running on which is a potential exploit surface + we generally want to keep custom build steps and C/C++ dependencies to a mininum to reduce complexity and improve build times.
We talked about adding support for an explicit list of crates that we allow having
build.rs
build step.build.rs
is not sandboxed so it usually has full access to the developer machine it is running on which is a potential exploit surface + we generally want to keep custom build steps and C/C++ dependencies to a mininum to reduce complexity and improve build times.Related to EmbarkStudios/rust-ecosystem#17
The text was updated successfully, but these errors were encountered: