FYI - Entity Owner bug in GRC: Policy and Compliance Management 20.1.3

Louise VA
Tera Contributor

Be advised that the latest version of GRC: Policy and Compliance Management has a bug in it where if more than one Entity is created at the same time (at least from the same Entity Type filter, haven't tested other scenarios), the Entity Owner for all created will be the same as the first Entity created. 

 

This is being caused by the GRCUtilBase Script Include, specifically the _generateProfilesFromType function. I have created a workaround by overloading the function in the GRCUtil script include and changing this line:

profAppliesToSysIdToOwner[gr.sys_id] = owner;

to:

profAppliesToSysIdToOwner[gr.sys_id] = owner.getValue('sys_id');

0 REPLIES 0