fix: [crowdsec] Typo

pull/617/head
Christian Studer 2023-05-23 13:34:52 +02:00
parent cabf541d67
commit 64d3a3e5a4
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def _handler_v2(request_data):
crowdsec_context_object.add_attribute("as-num", crowdsec_cti["as_num"])
if crowdsec_cti.get('reverse_dns') is not None:
crowdsec_context_object.add_attribute("reverse-dns", crowdsec_cti["reverse_dns"])
crowdsec_context_object.add_attribute('background-noise', crowdsec_cti['background_noise_score']
crowdsec_context_object.add_attribute('background-noise', crowdsec_cti['background_noise_score'])
for behavior in crowdsec_cti["behaviors"]:
crowdsec_context_object.add_attribute(
"behaviors", behavior["label"],