Determines if the release is a security release.
bool TRUE if the release is security release, or FALSE otherwise.
public function isSecurityRelease() : bool { return $this->isReleaseType('Security update'); }