AVAILABLE_SECURITY_FIXES_GLOBAL_CHECK is giving false positives due to its use of https://github.com/electron/releases, which has been deprecated and will no longer be updated.
The new way to get electron release data is via:
https://releases.electronjs.org/releases.json
However the data structure is completely different so this is not a drop-in replacement.