Commit 2471c1f4 by lwilms

removed old comment

parent acb3f280
......@@ -95,7 +95,7 @@ def get_five_longest_entries(summary, top=5):
def exploit_mitigation(summary):
summary = summary['exploit_mitigations']['summary']
max_count = count_mitigations(summary) # bar is maxed at 6
max_count = count_mitigations(summary)
numbers = dict()
for key in ['PIE', 'RELRO', 'Canary', 'NX', 'FORTIFY']:
numbers[key] = count_occurrences(key, summary)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment