From: "Joh Lindley" <[email protected]> >> Is Apple's sh a bash? I thought they are using FreeBSD's userland (FreeBSD's sh is not affected [at least the tests are negative and there >> is no SA]) > It would appear so. > sh-3.2$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable > this is a test
You are calling the bash [not /bin/sh] here. It shows that you have a bash installed. Regards Peter _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
