function SecurityAdvisory::getInsecureVersions
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;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
