Skip to content

Draft: Add API fuzzing CI config model and table

Avielle Wolfe requested to merge 299234-add-api-fuzzing-config-model into master

What does this MR do?

  • adds a api_fuzzing_ci_configurations table
  • adds a Security::CiConfiguration::ApiFuzzing model for that table

Issue

This MR is the first piece of implementing the backend for #299234 (closed). Future MRs will add GraphQL types that rely on the ApiFuzzing model

Merge request reports