-
Incident report
-
Resolution: Fixed
-
Critical
-
3.0.0beta1
C20ImportConverter module deletes all host prototypes. The method convertDiscoveryRules() has an error in the code:
if (!array_key_exists('st_prototypes', $discovery_rule)) { $discovery_rule['host_prototypes'] = []; }
array_key_exists() checks for incorrect key 'st_prototypes'