fixingKbs property

List<KnowledgeBase>? fixingKbs
getter/setter pair

The names of the KBs which have hotfixes to mitigate this vulnerability.

Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.

Required.

Implementation

core.List<KnowledgeBase>? fixingKbs;