summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Report
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-211/+198
2018-09-14no bug - cleanup a few nits in the SecurityRiskReport (#746)Dylan William Hardison1-14/+10
- sorted imports, with Moo and MooX::StrictConstructor at the top because they change the behavior of the code. - removed 'scalar' when comparing an array to an integer as it isn't required. - adjusted multi-line first { } to single line since it still fits and perltidy makes it look ugly. - store each 'result' hash in a $result variable, again to make perltidy format better. - change use of 'unshift ARRAY' to 'push ARRAY' and reverse(). The later performs fewer mallocs (push is much more effficient than unshift). Please check if this logic is right.
2018-09-10Bug 1479466 - Add Security Bugs ReportIsrael Madueme1-0/+318
Adds the security bugs report with open count and median age open of sec-critical and sec-high bugs.