Determines if the release is insecure.
bool TRUE if the release is insecure, or FALSE otherwise.
public function isInsecure() : bool { return $this->isReleaseType('Insecure'); }