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

Decay algorithm doesn't update the score for revoked Indicators #10174

Open
EinatAR opened this issue Mar 7, 2025 · 0 comments
Open

Decay algorithm doesn't update the score for revoked Indicators #10174

EinatAR opened this issue Mar 7, 2025 · 0 comments
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team

Comments

@EinatAR
Copy link

EinatAR commented Mar 7, 2025

Description

The revoke mechanism works well but the decay algorithm doesn't update the score.

Environment

OpenCTI version: 6.5.4

Reproducible Steps

While I couldn't identify any specification on when this behavior occurs, you can observe it when

  1. On Indicators view
  2. Add the filters Revoked = True AND Score > 20
  3. You can now observe the issue

Expected Output

The “Valid until” date corresponds to the date on which the decay curve reaches the revocation level/score 20. When this is reached, the “Revoked” field is set to True, and decay must update the score.

It seems that in some cases the score is not updated.

Actual Output

I observe Indicators objects with Revoked = True, the “Valid until” date has passed, but the score is not at 20

@EinatAR EinatAR added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant