xen0l / python-asff

Python library to work with Amazon Security Finding Format (ASFF)

Home Page:https://python-asff.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide function for calculating unique predictable finding ID

xen0l opened this issue · comments

The finding ID needs to be unique. However, it should be also predictable, so finding can be updated easier as we can calculate the value based on fields. Initial idea could be to use SHA256 over text, which would be concatenated from fields that can't change anymore and unique (e.g. AwsAccountId, GeneratorId, Title, resource name etc).