Skip to content

Commit

Permalink
Update HPE ILO versions to be checked
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Feb 22, 2024
1 parent bfe6f39 commit 0d844eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ firmware to mitigate these vulnerabilities.
The check will raise a CRITICAL when the Integrated Lights-Out needs to be updated. Below you will find a list with
the least version of each Integrated Lights-Out version:

- HPE Integrated Lights-Out 3 (iLO 3) firmware v1.93 or later.
- HPE Integrated Lights-Out 4 (iLO 4) firmware v2.75 or later
- HPE Integrated Lights-Out 5 (iLO 5) firmware v2.18 or later.
- HPE iLO 6 v1.56 or later
- HPE iLO 5 v3.01 or later
- HPE iLO 4 v2.82 or later

**IMPORTANT:** Always read the latest HPE Security Bulletins. https://support.hpe.com/connect/s/securitybulletinlibrary

Expand Down
7 changes: 5 additions & 2 deletions hp/ilo/firmware_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ const OlderModels = 8
// See mib.CpqSm2CntlrModelMap - not all models are mentioned here
//
// For vendor details see HPESBHF04012 https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbhf04012en_us
// HPE iLO 6 v1.56 Release Notes https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=sd00003963en_us
// HPE iLO 5 v3.01 Release Notes https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=sd00003959en_us
// HPE iLO 4 v2.82 Release Notes https://support.hpe.com/hpesc/public/docDisplay?docId=c03334036en_us&page=index.html
var FixedVersionMap = map[string]PlatformInfo{
"pciIntegratedLightsOutRemoteInsight3": {"3", "1.93"},
"pciIntegratedLightsOutRemoteInsight4": {"4", "2.75"},
"pciIntegratedLightsOutRemoteInsight5": {"5", "2.18"},
"pciIntegratedLightsOutRemoteInsight4": {"4", "2.82"},
"pciIntegratedLightsOutRemoteInsight5": {"5", "3.01"},
}

0 comments on commit 0d844eb

Please sign in to comment.