Skip to content

Commit

Permalink
format chart
Browse files Browse the repository at this point in the history
  • Loading branch information
noobpk committed Jul 21, 2023
1 parent ec20496 commit e949048
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,27 +358,27 @@ <h5>Event Description</h5>
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'
}
],
Expand Down

0 comments on commit e949048

Please sign in to comment.