petabi / review-database

Storage subsystem for REview
Apache License 2.0
1 stars 7 forks source link

Implement `score_by_packet_attr` to calculate triage scores properly #354

Open sehkone opened 1 month ago

sehkone commented 1 month ago

The method score_by_packet_attr hasn't been implemented yet and needs to be completed.

The score, based on the triage policy, should be evaluated using three criteria:

The first criterion is already implemented in the code, while the last one requires further consideration for its design. This issue concerns the second criterion.