CentOSのbashをyumコマンドでアップデートしました。
インストールされたbashのバージョンを確認
yum list installed | grep bash
bashをupdate
bashをupdateします。
yum clean all
yum -y update bash
再びインストールされたbashのバージョンを確認します。
yum list installed | grep bash
最近話題だったbashの脆弱性について
redhatのページで確認できます。
https://access.redhat.com/articles/1200223