Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M-1 tagDerivativeIfParentInfringed() function may use outdated arbitration policy for the IP #286

Closed
rvierdiiev opened this issue Oct 24, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@rvierdiiev
Copy link

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 of tagDerivativeIfParentInfringed() to update policy.

@rvierdiiev rvierdiiev added the bug Something isn't working label Oct 24, 2024
@TheMarvelFan
Copy link

Hi,

I would like to contribute to this issue if no one else is working on it.

Thanks!

@Spablob
Copy link

Spablob commented Nov 5, 2024

Hi,

I would like to contribute to this issue if no one else is working on it.

Thanks!

Hi sir, sorry for the delay in the response. We thank you for the interest in contributing.

Feel free to open a PR for this issue.

@TheMarvelFan
Copy link

@Spablob please review the PR and let me know if further modifications are required.

Thanks!

@Spablob
Copy link

Spablob commented Nov 26, 2024

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

@Spablob Spablob closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants