Comment by LoganDark 8 hours ago That example classifier is horrendous. A simple substring search for ls/cat/echo/etc? 3 comments LoganDark Reply chrismarlow9 2 hours ago surely concats of user input, stdout of external dependencies, and non-deterministic output feeding back directly to an eval is safe. it's never been a problem before. not even trying to check the boxes when it comes to security anymore. Tyr42 5 hours ago Can I do echo blah blah >> ~/.ssh/authorized_keys And that'd be auto approved? anuramat 7 hours ago still, far more effective than "NEVER FUCKING GUESS"
chrismarlow9 2 hours ago surely concats of user input, stdout of external dependencies, and non-deterministic output feeding back directly to an eval is safe. it's never been a problem before. not even trying to check the boxes when it comes to security anymore.
surely concats of user input, stdout of external dependencies, and non-deterministic output feeding back directly to an eval is safe. it's never been a problem before. not even trying to check the boxes when it comes to security anymore.
Can I do
And that'd be auto approved?
still, far more effective than "NEVER FUCKING GUESS"