Skip to content

DAST Site profiles - Form MVC - Create the basic form - Backend

Summary

This is the backend part for the DAST Site profile form MVC. Here, we'll focus on creating a simple form for creating a site profile. To keep things as simple as possible in this first iteration, the form will have only 2 fields:

  • The profile's name
  • The site's URL

Designs

Implementation plan

  • add new models for: dast_site_profiles and dast_site
  • add graphql mutation for saving a site_profile
Edited by Philip Cunningham