• Victor Zagorodny's avatar
    Reserve Vulnerabilities API for FCV only · 29018b2f
    Victor Zagorodny authored
    The /api/v4/project/:id/vulnerabilities is going
    to be used for serving the new Vulnerability model
    instances for First-class Vulnerabilities feature.
    The previous behavior (responding with
    Vulnerabilities::Occurrence) is moved to
    /api/v4/project/:id/vulnerability_findings path
    unconditionally (regardless of the feature flag).
    This is a breaking change.
    29018b2f
projects_helper_spec.rb 5.05 KB