diff --git a/gemini-python/gemini_self_protector/src/gemini_self_protector/resource/templates/home/index.html b/gemini-python/gemini_self_protector/src/gemini_self_protector/resource/templates/home/index.html index f6e86ec..ea48a81 100644 --- a/gemini-python/gemini_self_protector/src/gemini_self_protector/resource/templates/home/index.html +++ b/gemini-python/gemini_self_protector/src/gemini_self_protector/resource/templates/home/index.html @@ -358,27 +358,27 @@
Event Description
label: 'Malicious Request' }, { - value: { { _gemini_attack_counts['ACL Block'] }}, + value: {{ _gemini_attack_counts['ACL Block'] }}, label: 'ACL Block' }, { - value: { { _gemini_attack_counts['Malicious Response'] }}, + value: {{ _gemini_attack_counts['Malicious Response'] }}, label: 'Malicious Response' }, { - value: { { _gemini_attack_counts['Unvalidated Redirects'] }}, + value: {{ _gemini_attack_counts['Unvalidated Redirects'] }}, label: 'Unvalidated Redirects' }, { - value: { { _gemini_attack_counts['Large Requests'] }}, + value: {{ _gemini_attack_counts['Large Requests'] }}, label: 'Large Requests' }, { - value: { { _gemini_attack_counts['HTTP Method Tampering'] }}, + value: {{ _gemini_attack_counts['HTTP Method Tampering'] }}, label: 'HTTP Method Tampering' }, { - value: { { _gemini_attack_counts['DOS'] }}, + value: {{ _gemini_attack_counts['DOS'] }}, label: 'DOS/DDOS' } ],