Wire up DAST Saved Scans with the API
This updates the frontend so that the following queries and mutations hit the actual API rather than local mocks: - dastProfileCreate mutation - dastProfileUpdate mutation - dastProfiles query
显示
- config/known_invalid_graphql_queries.yml 1 个添加, 1 个删除config/known_invalid_graphql_queries.yml
- ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue 7 个添加, 7 个删除...ripts/on_demand_scans/components/on_demand_scans_form.vue
- ee/app/assets/javascripts/on_demand_scans/graphql/dast_profile_create.mutation.graphql 9 个添加, 0 个删除...demand_scans/graphql/dast_profile_create.mutation.graphql
- ee/app/assets/javascripts/on_demand_scans/graphql/dast_profile_update.mutation.graphql 9 个添加, 0 个删除...demand_scans/graphql/dast_profile_update.mutation.graphql
- ee/app/assets/javascripts/on_demand_scans/graphql/dast_scan_create.mutation.graphql 0 个添加, 25 个删除...on_demand_scans/graphql/dast_scan_create.mutation.graphql
- ee/app/assets/javascripts/on_demand_scans/graphql/dast_scan_update.mutation.graphql 0 个添加, 27 个删除...on_demand_scans/graphql/dast_scan_update.mutation.graphql
- ee/app/assets/javascripts/security_configuration/dast_profiles/graphql/dast_profiles.query.graphql 3 个添加, 3 个删除...uration/dast_profiles/graphql/dast_profiles.query.graphql
- ee/app/assets/javascripts/security_configuration/dast_profiles/graphql/provider.js 1 个添加, 52 个删除.../security_configuration/dast_profiles/graphql/provider.js
- ee/app/assets/javascripts/security_configuration/dast_profiles/settings/profiles.js 4 个添加, 4 个删除...security_configuration/dast_profiles/settings/profiles.js
- ee/spec/frontend/on_demand_scans/components/on_demand_scans_form_spec.js 9 个添加, 9 个删除...d/on_demand_scans/components/on_demand_scans_form_spec.js
- ee/spec/frontend/security_configuration/dast_profiles/components/dast_profiles_spec.js 3 个添加, 3 个删除...figuration/dast_profiles/components/dast_profiles_spec.js
加载中
想要评论请 注册 或 登录