Skip to content

Adds project and corpus last

Aditya Tiwari requested to merge task/add-support-for-cov-fuzz-corpus into master

What does this MR do and why?

  1. Package returns the most recent packageFile instead of the first package file. This change is needed as coverage fuzzing job adds the new packageFile on each run and as per the requirements we want to show the latest packageFile to the users.
  2. Adds - export COVFUZZ_PROJECT_PATH=$CI_PROJECT_PATH to lib/gitlab/ci/templates/Security/Coverage-Fuzzing.gitlab-ci.yml We need this to call createCorpus Graphql endpoint from coverage-fuzzing job. ref: https://gitlab.com/gitlab-org/security-products/analyzers/gitlab-cov-fuzz-src/-/merge_requests/8/

Steps to test:

Pull this branch in local and follow the steps given in https://gitlab.com/gitlab-org/security-products/analyzers/gitlab-cov-fuzz-src/-/merge_requests/8/edit

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Aditya Tiwari

Merge request reports