File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 enhance_with_metasploit as enhance_with_metasploit_v2 ,
3030)
3131from vulnerabilities .pipelines .v2_improvers import flag_ghost_packages as flag_ghost_packages_v2
32+ from vulnerabilities .pipelines .v2_improvers import compute_advisory_todo as compute_advisory_todo_v2
3233from vulnerabilities .utils import create_registry
3334
3435IMPROVERS_REGISTRY = create_registry (
6566 enhance_with_metasploit_v2 .MetasploitImproverPipeline ,
6667 compute_package_risk_v2 .ComputePackageRiskPipeline ,
6768 compute_version_rank_v2 .ComputeVersionRankPipeline ,
69+ compute_advisory_todo_v2 .ComputeToDo ,
6870 compute_advisory_todo .ComputeToDo ,
6971 ]
7072)
Original file line number Diff line number Diff line change 2525class ComputeToDo (VulnerableCodePipeline ):
2626 """Compute ToDos for Advisory."""
2727
28- pipeline_id = "compute_advisory_todo "
28+ pipeline_id = "compute_advisory_todo_v2 "
2929
3030 @classmethod
3131 def steps (cls ):
You can’t perform that action at this time.
0 commit comments