uuid: cd386060-6696-4efb-af1a-01229dd6bb93 langcode: en status: true dependencies: enforced: module: - evercurrent_server id: evercurrent_server_sa_json class: null field_plugin_method: null cck_plugin_method: null migration_tags: null migration_group: evercurrent_server label: 'Drupal Security Advisory JSON feed import' source: plugin: url data_fetcher_plugin: http data_parser_plugin: json urls: - 'https://www.drupal.org/api-d7/node.json?type=sa&status=1&sort=changed&direction=DESC' item_selector: list fields: - name: project_nid label: 'Project Nid' selector: field_project/id - name: sa_created label: 'SA Created Timestamp' selector: created - name: sa_changed label: 'SA Changed Timestamp' selector: changed - name: sa_criticality label: 'SA Criticality String' selector: field_sa_criticality - name: sa_type label: 'SA Type' selector: field_sa_type - name: sa_description label: 'SA Description' selector: field_sa_description/value - name: sa_solution label: 'SA Solution' selector: field_sa_solution/value - name: sa_reported_by label: 'SA Reported By' selector: field_sa_reported_by/value - name: sa_fixed_by label: 'SA Fixed By' selector: field_sa_fixed_by/value - name: sa_coordinated_by label: 'SA Coordinated By' selector: field_sa_coordinated_by/value - name: sa_nid label: 'SA Nid' selector: nid - name: sa_title label: 'SA Title' selector: title ids: sa_nid: type: integer process: sa_created: sa_created sa_changed: sa_changed sa_criticality: sa_criticality sa_type: sa_type sa_description/value: sa_description sa_description/format: plugin: default_value default_value: full_html sa_solution/value: sa_solution sa_solution/format: plugin: default_value default_value: full_html sa_reported_by/value: sa_reported_by sa_reported_by/format: plugin: default_value default_value: full_html sa_fixed_by/value: sa_fixed_by sa_fixed_by/format: plugin: default_value default_value: full_html sa_coordinated_by/value: sa_coordinated_by sa_coordinated_by/format: plugin: default_value default_value: full_html sa_nid: sa_nid name: sa_title project: plugin: project_from_drupal_org_nid source: project_nid destination: plugin: 'entity:security_advisory' migration_dependencies: null