Skip to content

Commit

Permalink
[hygiene] fix hash value report in error message as well (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckane authored Oct 19, 2023
1 parent 19e7ca9 commit ae69660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal-enrichment/hygiene/src/hygiene.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def _process_observable(self, stix_objects, stix_entity, opencti_entity) -> str:
# Iterate over the hits
if result:
self.helper.log_info(
"Hit found for %s in warninglists" % (stix_entity["value"])
"Hit found for %s in warninglists"
% (opencti_entity["observable_value"])
)

for hit in result:
Expand Down

0 comments on commit ae69660

Please sign in to comment.