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:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...