mirror of https://github.com/CIRCL/AIL-framework
fix: [TheHive feeder] create alert, get item full path
parent
97905367b6
commit
3295b00c69
|
@ -66,7 +66,7 @@ def create_the_hive_alert(source, item_id, tag):
|
|||
|
||||
artifacts = [
|
||||
AlertArtifact( dataType='uuid-ail', data=r_serv_db.get('ail:uuid') ),
|
||||
AlertArtifact( dataType='file', data=item_id, tags=tags )
|
||||
AlertArtifact( dataType='file', data=item_basic.get_item_filepath(item_id), tags=tags )
|
||||
]
|
||||
|
||||
# Prepare the sample Alert
|
||||
|
|
Loading…
Reference in New Issue