TheHive4py
TheHive4py copied to clipboard
Add instance attribute "id" for AlertArtifact
If an alert is pulled via get_alert(<alert id>) and an instance of Alert is created with the json output, the alert artifacts within the alert object are missing their id.
Missing the id makes updating and deleting those artifacts more difficult.