Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +20 -10
Gradio_UI.py
CHANGED
|
@@ -57,16 +57,26 @@ DOCUMENT_TO_MODULE = {
|
|
| 57 |
"Penetration Testing Summary": "tools.nis2_penetration_test_summary",
|
| 58 |
"Disaster Recovery Plan": "tools.nis2_disaster_recovery_plan",
|
| 59 |
"Security Testing Strategy": "tools.nis2_security_testing_strategy",
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"ICT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
}
|
| 71 |
}
|
| 72 |
|
|
|
|
| 57 |
"Penetration Testing Summary": "tools.nis2_penetration_test_summary",
|
| 58 |
"Disaster Recovery Plan": "tools.nis2_disaster_recovery_plan",
|
| 59 |
"Security Testing Strategy": "tools.nis2_security_testing_strategy",
|
| 60 |
+
"Backup Strategy Summary": "tools.dora_backup_strategy_summary",
|
| 61 |
+
"Capacity Management Log": "tools.dora_capacity_management_log",
|
| 62 |
+
"Cloud Resilience Assessment": "tools.dora_cloud_resilience_assessment",
|
| 63 |
+
"Cloud Service Usage Log": "tools.dora_cloud_service_usage_log",
|
| 64 |
+
"Communication Tree (Crisis)": "tools.dora_communication_tree",
|
| 65 |
+
"Critical Function Inventory": "tools.dora_critical_function_inventory",
|
| 66 |
+
"Data Integrity Strategy": "tools.dora_data_integrity_strategy",
|
| 67 |
+
"Data Loss Prevention": "tools.dora_data_loss_prevention",
|
| 68 |
+
"Encryption Strategy": "tools.dora_encryption_strategy",
|
| 69 |
+
"ICT Asset Log": "tools.dora_ict_asset_log",
|
| 70 |
+
"ICT Asset Register": "tools.dora_ict_asset_register",
|
| 71 |
+
"Incident Notification Log": "tools.dora_incident_notification_log",
|
| 72 |
+
"Network Resilience Assessment": "tools.dora_network_resilience_assessment",
|
| 73 |
+
"Remote Access Policy": "tools.dora_remote_access_policy",
|
| 74 |
+
"Risk Management Policy": "tools.dora_risk_management_policy",
|
| 75 |
+
"Simulation Test Log": "tools.dora_simulation_test_log",
|
| 76 |
+
"Third-Party Dependency Map": "tools.dora_third_party_dependency_map",
|
| 77 |
+
"Third-Party Dependency Register": "tools.dora_third_party_dependency_register",
|
| 78 |
+
"Third-Party Log": "tools.dora_third_party_log",
|
| 79 |
+
"Third-Party Mapping": "tools.dora_third_party_mapping"
|
| 80 |
}
|
| 81 |
}
|
| 82 |
|