Replies: 4 comments 6 replies
-
I have seen What is your usecase @ioquatix? |
Beta Was this translation helpful? Give feedback.
-
I am not a fan. Install scripts are a recurring cause of security issues, particularly credential harvesting. |
Beta Was this translation helpful? Give feedback.
-
@jchestershopify I agree with you, but according to the current interface, that is already possible. The only solution to that would be to use a sandbox for building native extensions. Which, I think is probably a good idea, but would be a totally separate issue. Assuming that we just create a My use case is to use custom build tools, i.e. code which doesn't use any of the existing mechanisms. To be frank, the fact we have things like |
Beta Was this translation helpful? Give feedback.
-
@ioquatix what kind of build tools? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
rubygems/lib/rubygems/ext/builder.rb
Lines 122 to 138 in 451ac56
Can we add
/\.rb/
or something that matches scripts ending in.rb
and just run them with the Ruby interpreter? The current behaviour is inflexible.Beta Was this translation helpful? Give feedback.
All reactions