macOS maintains a listing of all software updates. That list contains a list of all applied security updates. Here’s how to display those entries.
There are two ways to see the entire list of macOS software updates.
- Apple Menu > About This Mac > Overview > System Report > Software > Installations
- /Applications/Utilities/System Information.app; Software > Installations
Either way, you’ll end up on in a window that looks like this:

The default is alphabetical order by Software Name. Scroll down until you see “Security Updates.” Now you can peruse the YYYY-NNN codes and compare to what Apple has published.
As an aside, the listing above reveals that Apple forgot to append the “2019-002” label to the latest Mojave security update. Or so it seems.
Of course, there are a lot of other software installation entries in this list. That can be useful as well for the technically curious.
In fact every entry in the sidebar reveals a wealth of information about your Mac. It’s worth sifting through on some snowy Sunday afternoon.
This can also be done from the terminal with the following command (it also pulls Supplemental and macOS updates): system_profiler SPInstallHistoryDataType | grep -B 1 -A 4 -E '(macOS|Security).*Update\s?(\d+-\d+)?:' | grep ":" Sample output: Security Update 2019-005: Version: 10.13.6 Source: Apple Install Date: 10/11/19, 3:31 PM Security Update 2019-005: Version: 10.13.6 Source: Apple Install Date: 10/11/19, 3:34 PM Security Update 2020-001: Version: 10.13.6 Source: Apple Install Date: 1/29/20, 7:18 PM Security Update 2020-001: Version: 10.13.6 Source: Apple Install Date: 1/29/20, 7:25 PM macOS Catalina 10.15.4 Update: Source: Apple Install Date: 3/24/20, 9:33 PM macOS Catalina 10.15.4 Supplemental Update: Source: Apple… Read more »
My version of Catalina DOES NOT show any Security Updates. Caramba !