@cm0002 to Programmer [email protected] • 2 days agoLike programming in bashlemmy.mlimagemessage-square184arrow-up11.58Karrow-down116cross-posted to: [email protected]
arrow-up11.56Karrow-down1imageLike programming in bashlemmy.ml@cm0002 to Programmer [email protected] • 2 days agomessage-square184cross-posted to: [email protected]
minus-square@[email protected]linkfedilink14•2 days agoI wonder if there’s a chance of getting rm -rf /* or zip bombs. Those are definitely in the training data at least.
minus-square@[email protected]linkfedilink2•1 day 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