An error occurred while fetching the assigned iteration of the selected issue.
Parse excluded urls in DAST Site Profile Form
Proposal
This issue is support updated schema for DAST Site Profile Form
- Move
excludedUrls
schema fromGraphQL::STRING_TYPE
to[GraphQL::STRING_TYPE]
as discussed at !55579 (comment 521712904)
Implementation Plan
-
Update parsing & serializing logic for excluded urls
- Split excludedUrls by comma during submission
- Update the mutation variable to be [GraphQL::STRING_TYPE]
-
Add / Update specs
- Add specs for parsing / serialization
- Consider adding more specs around feature flag being turned off