You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As IP can set any whitelisted arbitration policy to itself after cool-down period, the value fetched in tagDerivativeIfParentInfringed() function may be outdated.
Recommendation
Add _updateActiveArbitrationPolicy() function at the beginning of tagDerivativeIfParentInfringed() to update policy.
The text was updated successfully, but these errors were encountered:
Due to a product related decision, instead of using the derivative IP's arbitration policy in tagDerivativeIfParentInfringed() - the parent dispute arbitration policy would be used - see here: #315
Description
IP can set any whitelisted arbitration policy to itself. The policy will be updated after cool-down period.
When derivative is disputed with
tagDerivativeIfParentInfringed()
function, then its policy is fetched directly from$.arbitrationPolicies
.As IP can set any whitelisted arbitration policy to itself after cool-down period, the value fetched in
tagDerivativeIfParentInfringed()
function may be outdated.Recommendation
Add
_updateActiveArbitrationPolicy()
function at the beginning oftagDerivativeIfParentInfringed()
to update policy.The text was updated successfully, but these errors were encountered: