Skip to content

Triage reconsiderations according to git history

Francois Lesueur requested to merge flesueur/security-tracker:issue-31 into master

Linked to issue #31

The retriage is quite slow, especially the part calling git blame, so I tried to limit these calls.

There are many outputted CVEs, perhaps the condition should be more restrictive. Currently :

if (issue.data['releases'].get(RELEASES['next_lts'], {}).get('nodsa_reason', 'fake') in ("ignored", "postponed")
                and issue.name.startswith("CVE-") and not cvehist.check_order(issue.name, RELEASES['next_lts'], RELEASES['lts'])
            ): 

Merge request reports

Loading