mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-10-23 08:22:21 +00:00
This change removes the 'threat score' feature which allowed users to configure each honeypot server with a variable 'score' when updating the threat feed. It is replaced with a fixed observation count that is incremented by 1 for each honeypot interaction. The field `threat_score` has been replaced with `observations` in all API call parameters and threat feed data. The `threat_score` field in the CSV file has been renamed to `observations`. Existing threat feed CSV files will be automatically updated on the next threat feed save.