cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLike programming in bashlemmy.mlimagemessage-square184fedilinkarrow-up11.59Karrow-down115cross-posted to: wwwopera@lemm.eeprogrammerhumor@lemmy.ml
arrow-up11.57Karrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square184fedilinkcross-posted to: wwwopera@lemm.eeprogrammerhumor@lemmy.ml
minus-squareMBMlinkfedilinkarrow-up14·1 day agoI wonder if there’s a chance of getting rm -rf /* or zip bombs. Those are definitely in the training data at least.
minus-squarefurikuri@programming.devlinkfedilinkarrow-up2·22 hours agoThe classic rm -rf $ENV/home where $ENV can be empty or contain spaces is definitely going to hit someone one day
I wonder if there’s a chance of getting
rm -rf /*
or zip bombs. Those are definitely in the training data at least.The classic
rm -rf $ENV/home
where$ENV
can be empty or contain spaces is definitely going to hit someone one day