Project

General

Profile

Bug #20816

Updated by François ARMAND about 2 years ago

We need to add in inventory data (ldap): 

 - epoch for software and software update 
 Epoch is positive integer, optional, default to 0 if not present.  
 If present and 0, it is not displayed 
 If present and > 0, it is displayed.  

 - epoch, severity, description, date, id for software update with following properties: 
 - `EPOCH`: same has for software  
 - `SEVERITY` : optionnal, update criticity (low, moderate, high, critical) 
 - `DESCRIPTION` : optionnal, human readable description of the update 
 - `DATE` : optionnal, release date of that update 
 - `ID` : optionnal, can appear several time: identifier for that update (typically CVE ID corrected by it)

Back