Himbo In Disguise on Nostr: What the absolute fuck: ...
What the absolute fuck: https://yossarian.net/til/post/some-surprising-code-execution-sources-in-bash
In short: [[ "$foo" -eq whatever ]] in bash can run arbitrary code.
That looks like something that can realistically trigger in a lot of scripts.
(also test -v, but I barely ever see that one used)
In short: [[ "$foo" -eq whatever ]] in bash can run arbitrary code.
That looks like something that can realistically trigger in a lot of scripts.
(also test -v, but I barely ever see that one used)