Well, I'm pleased to say that my Mac is no longer vulnerable to the so-called #ShellShock issue.
GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
and this is after: -
/bin/bash -version
GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
I downloaded this: -
This is before: -
echo $SHELL
/bin/bash
/bin/bash -version
GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
and this is after: -
/bin/bash -version
GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
which is nice :-)