public function SecurityAdvisory::getInsecureVersions in Drupal 9
Gets the currently insecure versions of the project.
Return value
string[] The versions of the project that are currently insecure.
File
- core/
modules/ system/ src/ SecurityAdvisories/ SecurityAdvisory.php, line 205
Class
- SecurityAdvisory
- Provides a security advisory value object.
Namespace
Drupal\system\SecurityAdvisoriesCode
public function getInsecureVersions() : array {
return $this->insecureVersions;
}