Thursday 2 October 2014

No longer ShellShocked - Bash updated on Mac OS X

Well, I'm pleased to say that my Mac is no longer vulnerable to the so-called #ShellShock issue.

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 :-)

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...