• Avielle Wolfe's avatar
    Clean up vulnerability findings actions · 499527c6
    Avielle Wolfe authored
    * Fix a spec giving false positive
    * VulnerabilityFindingsActions -> ProjectVulnerabilityFindingsActions
        This captures that it contains the actions used on the project
        security dashboard
    * VulnerabilityFindingsHistory -> ProjectsVulnerabilityFindingsActions
        This captures that it is/will be used on the group and instance
        security dashboards. It includes
        ProjectVulnerabilityFindingsAction and additionally adds the
        history action.
    * Replace references to `group` with `vulnerable` in history cache
        classes. This reflects the upcoming use of those classes for
        the instance security dashboard.
    499527c6
vulnerabilities_controller_spec.rb 1.26 KB