Identity Manager Suite 12.6.8
Scenario:
An admin task that has an approval task There is a user attribute called IP_ADDRESS During the execution of the admin task this attribute has the literal string value of "ADD" At the approval task, a user will set this to an actual IPv4 address (e.g. xxx.xxx.x.xx) After the task completes this user attribute (the actual IP address) will be reflected in the user's profile. A PX that is triggered when that admin task completes, the PX will inspect the value of the IP_ADDRESS attribute
Before the patch, when it inspects the value, it will see the actual IP address (e.g. xxx.xxx.x.xx) After the patch, when it inspects the value, it sees the literal string "ADD"