Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #274 from Bidaya0/bug/issue-273
Browse files Browse the repository at this point in the history
add lower and strip to name
  • Loading branch information
Bidaya0 authored Dec 2, 2021
2 parents 5377eaf + c6e41a2 commit 520a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iast/views/vul_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def get(self, request):
} for _key, _value in DEFAULT_LEVEL.items()]

vul_type_list = [{
"type": get_hook_type_name(_),
"type": get_hook_type_name(_).lower().strip(),
"count": _['total']
} for _ in type_summary]
tempdic = {}
Expand Down

0 comments on commit 520a204

Please sign in to comment.