After publishing the ruby.wasm file created by the rbwasm build command (and the rbwasm pack command) on GitHub, my GitHub private access token was leaked.
I believe it was likely embedded through environment variables.
Is it possible for the rbwasm build command and the rbwasm pack command to embed environment variables? If this is indeed the behavior, it seems like a security issue that requires improvement.
After publishing the
ruby.wasmfile created by therbwasm buildcommand (and therbwasm packcommand) on GitHub, my GitHub private access token was leaked.I believe it was likely embedded through environment variables.
Is it possible for the
rbwasm buildcommand and therbwasm packcommand to embed environment variables? If this is indeed the behavior, it seems like a security issue that requires improvement.