Fixed the insert my print script.

pull/316/head
Ruslan Baidan 2020-06-25 16:27:46 +02:00
parent 31a30db6b6
commit ef882860d1
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
2 changed files with 259 additions and 6550 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,10 @@ SELECT @max_anr_id := max(`id`) FROM `anrs`;
SELECT @max_instance_id := IFNULL(max(`id`), 0) FROM `instances`;
SELECT @max_instance_risk_id := IFNULL(max(`id`), 0) FROM `instances_risks`;
SELECT @max_instance_risk_op_id := IFNULL(max(`id`), 0) FROM `instances_risks_op`;
SELECT @max_object_category_id := IFNULL(max(`id`), 0) FROM `objects_categories`;
SELECT @max_rolf_risk_id := IFNULL(max(`id`), 0) FROM `rolf_risks`;
@ -2527,234 +2531,234 @@ VALUES
('96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_scale_impact_type_id + 8,0,0,-1,-1,-1,'Admin Admin','2020-05-17 20:22:33',NULL,NULL);
INSERT INTO `instances_risks` (`amv_id`, `vulnerability_id`, `threat_id`, `asset_id`, `anr_id`, `instance_id`, `specific`, `mh`, `threat_rate`, `vulnerability_rate`, `kind_of_measure`, `reduction_amount`, `comment`, `comment_after`, `risk_c`, `risk_i`, `risk_d`, `cache_max_risk`, `cache_targeted_risk`, `creator`, `created_at`, `updater`, `updated_at`)
-- 72 difference, first id is 73 @max_instance_risk_id + ,
INSERT INTO `instances_risks` (`id`, `amv_id`, `vulnerability_id`, `threat_id`, `asset_id`, `anr_id`, `instance_id`, `specific`, `mh`, `threat_rate`, `vulnerability_rate`, `kind_of_measure`, `reduction_amount`, `comment`, `comment_after`, `risk_c`, `risk_i`, `risk_d`, `cache_max_risk`, `cache_targeted_risk`, `creator`, `created_at`, `updater`, `updated_at`)
VALUES
('7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,2,5,1,4,'The printing operator has unique skills.',NULL,10,20,30,30,6,'Admin Admin','2020-05-17 20:15:26','Admin Admin','2020-05-17 20:15:31'),
('7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,4,1,3,'No charter in place.',NULL,12,24,36,36,9,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:32'),
('7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,2,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:34'),
('7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,4,3,0,'The person in place does not want training. He is retiring soon.',NULL,12,24,36,36,36,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:35'),
('7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,1,5,0,'The person has been in position for 35 years.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:28','Admin Admin','2020-05-17 20:15:36'),
('7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:15:28','Admin Admin','2020-05-17 20:15:28'),
('7f9ee1d8-4f02-11e9-b3ea-0800277f0571','69fc0e3e-4591-11e9-9173-0800277f0571','b402d65d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
('7f9ee1f4-4f02-11e9-b3ea-0800277f0571','69fc0d35-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No unique data.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
('7f9ee211-4f02-11e9-b3ea-0800277f0571','69fc0d2a-4591-11e9-9173-0800277f0571','b402d579-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Presence of very specific firmware.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
('7f9ee22d-4f02-11e9-b3ea-0800277f0571','69fc0d08-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
('7f9ee24a-4f02-11e9-b3ea-0800277f0571','69fc0c79-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
('7f9ee266-4f02-11e9-b3ea-0800277f0571','69fc0c63-4591-11e9-9173-0800277f0571','b402d67d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,2,3,0,'Sometimes heat problems.',NULL,4,8,12,12,12,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
('7f9ee282-4f02-11e9-b3ea-0800277f0571','69fc0c35-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No data to protect.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:42','Admin Admin','2020-05-17 20:16:03'),
('7f9ee2b8-4f02-11e9-b3ea-0800277f0571','69fc0b9c-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:42','Admin Admin','2020-05-17 20:16:03'),
('7f9ee2d5-4f02-11e9-b3ea-0800277f0571','69fc0b9c-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
('7f9ee2f1-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No persistent data.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
('7f9ee30d-4f02-11e9-b3ea-0800277f0571','69fc0b5b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No persistent data.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
('7f9ee32a-4f02-11e9-b3ea-0800277f0571','69fc0b46-4591-11e9-9173-0800277f0571','b402d563-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No confidential information.\nNo visitors in the workshop.',NULL,1,2,3,1,1,'Admin Admin','2020-05-17 20:15:44','Admin Admin','2020-05-17 20:16:03'),
('7f9ee346-4f02-11e9-b3ea-0800277f0571','69fc0b3b-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Only the operators use the machines.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:44','Admin Admin','2020-05-17 20:16:03'),
('7f9ee362-4f02-11e9-b3ea-0800277f0571','69fc0b30-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The usage logs are complete.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
('7f9ee37e-4f02-11e9-b3ea-0800277f0571','69fc0b02-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
('7f9ee39a-4f02-11e9-b3ea-0800277f0571','69fc0b02-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,3,3,0,'The production department is noisy.',NULL,9,18,27,27,27,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
('7f9ee3de-4f02-11e9-b3ea-0800277f0571','69fc0af8-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
('7f9ee3fb-4f02-11e9-b3ea-0800277f0571','69fc0aed-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Local network connection only',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
('7f9ee417-4f02-11e9-b3ea-0800277f0571','69fc0aed-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'Not connected.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
('7f9ee434-4f02-11e9-b3ea-0800277f0571','69fc0ae3-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:47','Admin Admin','2020-05-17 20:16:03'),
('7f9ee458-4f02-11e9-b3ea-0800277f0571','69fc0ad8-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:47','Admin Admin','2020-05-17 20:16:03'),
('7f9ee481-4f02-11e9-b3ea-0800277f0571','69fc0ad8-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Obsolescence is slow on presses.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
('7f9ee4a6-4f02-11e9-b3ea-0800277f0571','69fc0acd-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Slow evolution.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
('7f9ee4ca-4f02-11e9-b3ea-0800277f0571','69fc0ac2-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
('7f9ee4ee-4f02-11e9-b3ea-0800277f0571','69fc0a81-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'Depreciation of the machines over 15 years.\nPreventive maintenance.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:49','Admin Admin','2020-05-17 20:16:03'),
('7f9ee623-4f02-11e9-b3ea-0800277f0571','69fc0a71-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'Normal.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:49','Admin Admin','2020-05-17 20:16:03'),
('7f9ee644-4f02-11e9-b3ea-0800277f0571','69fc0a5f-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'An external company intervenes every month for preventive maintenance operations.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
('7f9ee660-4f02-11e9-b3ea-0800277f0571','69fc0a42-4591-11e9-9173-0800277f0571','b402d56f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
('7f9ee67c-4f02-11e9-b3ea-0800277f0571','69fc097d-4591-11e9-9173-0800277f0571','b402d5f5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
('7f9ee699-4f02-11e9-b3ea-0800277f0571','69fc0973-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Non-transportable equipment.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
('7f9ee6b6-4f02-11e9-b3ea-0800277f0571','69fc0952-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
('7f9ee6d2-4f02-11e9-b3ea-0800277f0571','69fc093d-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No logical access.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
('7f9ee6ee-4f02-11e9-b3ea-0800277f0571','69fc0933-4591-11e9-9173-0800277f0571','b402d668-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'No remote maintenance.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:52','Admin Admin','2020-05-17 20:16:03'),
('7f9ee712-4f02-11e9-b3ea-0800277f0571','69fc0929-4591-11e9-9173-0800277f0571','b402d673-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'The workshop is fully equipped with current rectifier.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:52','Admin Admin','2020-05-17 20:16:03'),
('7f9ee749-4f02-11e9-b3ea-0800277f0571','69fc091c-4591-11e9-9173-0800277f0571','b402d620-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
('7f9ee766-4f02-11e9-b3ea-0800277f0571','69fc088a-4591-11e9-9173-0800277f0571','b402d620-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
('7f9ee782-4f02-11e9-b3ea-0800277f0571','69fc087f-4591-11e9-9173-0800277f0571','b402d63d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The paper stock is likely to catch fire easily.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
('7f9ee79f-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d653-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No specific risks.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:54','Admin Admin','2020-05-17 20:16:03'),
('7f9ee7bb-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d648-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No specific risks.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:54','Admin Admin','2020-05-17 20:16:03'),
('7f9ee7d7-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d63d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The replacement press is slower than the main press. There were cases of delay because of this.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:55','Admin Admin','2020-05-17 20:16:03'),
('7f9ee7f3-4f02-11e9-b3ea-0800277f0571','69fc0848-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'The use of rotary printing presses is relatively complex.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:55','Admin Admin','2020-05-17 20:16:03'),
('7f9ee810-4f02-11e9-b3ea-0800277f0571','69fc0833-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'A lot of paper dust.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:56','Admin Admin','2020-05-17 20:16:03'),
('7f9ee82c-4f02-11e9-b3ea-0800277f0571','69fc0833-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'Normal.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:56','Admin Admin','2020-05-17 20:16:03'),
('7f9ee863-4f02-11e9-b3ea-0800277f0571','69fc0828-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'The workshop is fully equipped with current rectifier.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
('7f9ee880-4f02-11e9-b3ea-0800277f0571','69fc081e-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
('7f9ee89e-4f02-11e9-b3ea-0800277f0571','69fc0813-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
('7f9ee8ba-4f02-11e9-b3ea-0800277f0571','69fc07f1-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No installation required.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
('7f9ee8d7-4f02-11e9-b3ea-0800277f0571','69fc20e0-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'All manuals are available to the operator.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
('7f9ee8f7-4f02-11e9-b3ea-0800277f0571','69fc202e-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
('7f9ee913-4f02-11e9-b3ea-0800277f0571','69fc1f2b-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'The user is very competent.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:59','Admin Admin','2020-05-17 20:16:03'),
('7f9ee930-4f02-11e9-b3ea-0800277f0571','69fc166f-4591-11e9-9173-0800277f0571','b402d579-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'NA.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:59','Admin Admin','2020-05-17 20:16:03'),
('7f9eea5c-4f02-11e9-b3ea-0800277f0571','69fc226a-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:00','Admin Admin','2020-05-17 20:16:03'),
('7f9eeab1-4f02-11e9-b3ea-0800277f0571','69fc1ef6-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:00','Admin Admin','2020-05-17 20:16:03'),
('7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'Most key responsibilities are redundant.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:11','Admin Admin','2020-05-17 20:16:16'),
('7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,3,4,1,3,'No charter or instructions for using the information system.',NULL,12,24,36,36,9,'Admin Admin','2020-05-17 20:16:11','Admin Admin','2020-05-17 20:16:16'),
('7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:12','Admin Admin','2020-05-17 20:16:12'),
('7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'The computer scientists all attended an information security awareness session.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:12','Admin Admin','2020-05-17 20:16:19'),
('7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'The main applications have been in use for a long time.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:13','Admin Admin','2020-05-17 20:16:19'),
('7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:13','Admin Admin','2020-05-17 20:16:13'),
('7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:21','Admin Admin','2020-05-17 20:16:22'),
('7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,0,2,3,1,2,'No access control',NULL,6,12,18,18,6,'Admin Admin','2020-05-17 20:16:22','Admin Admin','2020-05-17 20:16:27'),
('7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:22','Admin Admin','2020-05-17 20:16:23'),
('7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:23','Admin Admin','2020-05-17 20:16:23'),
('7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:23','Admin Admin','2020-05-17 20:16:23'),
('7f9fc2d7-4f02-11e9-b3ea-0800277f0571','69fc011f-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,1,1,5,0,'Well partitioned network',NULL,1,2,3,1,1,'Admin Admin','2020-05-17 20:16:31','Admin Admin','2020-05-17 20:16:35'),
('7f9fc2ee-4f02-11e9-b3ea-0800277f0571','69fc16b2-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,2,2,5,0,'Changed default passwords\nSingle and shared root passwords for all admin',NULL,4,8,12,12,12,'Admin Admin','2020-05-17 20:16:31','Admin Admin','2020-05-17 20:16:36'),
('7f9fc306-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,3,1,5,0,'The switch supplier works with SLAs.\nThe infrastructure is fully redundant with a maintenance contract.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:16:32','Admin Admin','2020-05-17 20:16:37'),
('7f9fc333-4f02-11e9-b3ea-0800277f0571','69fc11c4-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,1,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:32','Admin Admin','2020-05-17 20:16:38'),
('7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:55','Admin Admin','2020-05-17 20:16:55'),
('7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:55','Admin Admin','2020-05-17 20:16:56'),
('7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:56','Admin Admin','2020-05-17 20:16:56'),
('7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:56','Admin Admin','2020-05-17 20:16:57'),
('7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:57','Admin Admin','2020-05-17 20:16:57'),
('7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:00','Admin Admin','2020-05-17 20:17:00'),
('7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:00','Admin Admin','2020-05-17 20:17:01'),
('7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:01','Admin Admin','2020-05-17 20:17:01'),
('7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:01','Admin Admin','2020-05-17 20:17:02'),
('7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:02','Admin Admin','2020-05-17 20:17:02'),
('7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:02','Admin Admin','2020-05-17 20:17:03'),
('7f9fc507-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,3,5,1,4,'No access control',NULL,15,45,30,45,9,'Admin Admin','2020-05-17 20:17:11','Admin Admin','2020-05-17 20:17:17'),
('7f9fc51f-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:11','Admin Admin','2020-05-17 20:17:12'),
('7f9fc536-4f02-11e9-b3ea-0800277f0571','69fc056a-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:12'),
('7f9fc54e-4f02-11e9-b3ea-0800277f0571','69fc1a87-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,2,1,5,0,'The workstations are formatted from a standard image.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:20'),
('7f9fc565-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:13'),
('7f9fc57d-4f02-11e9-b3ea-0800277f0571','69fc1afd-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,3,1,5,0,'The antivirus is updated via an internal server. \nThe user cannot disable it.',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:17:13','Admin Admin','2020-05-17 20:17:22'),
('7f9fc594-4f02-11e9-b3ea-0800277f0571','69fc050b-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:13','Admin Admin','2020-05-17 20:17:14'),
('7f9fc5ab-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,2,1,5,0,'All discarded workstations are \"zeroed\" by the IT department.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:17:14','Admin Admin','2020-05-17 20:17:24'),
('7f9fb735-4f02-11e9-b3ea-0800277f0571','69fc04e2-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:25','Admin Admin','2020-05-17 20:17:26'),
('7f9fb74c-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:26','Admin Admin','2020-05-17 20:17:26'),
('7f9fb763-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:26','Admin Admin','2020-05-17 20:17:27'),
('7f9fb77a-4f02-11e9-b3ea-0800277f0571','69fc061d-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:27','Admin Admin','2020-05-17 20:17:27'),
('7f9fb7a9-4f02-11e9-b3ea-0800277f0571','69fc1924-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:27','Admin Admin','2020-05-17 20:17:28'),
('7f9fb7ca-4f02-11e9-b3ea-0800277f0571','69fc0560-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:28','Admin Admin','2020-05-17 20:17:28'),
('7f9fb52f-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:31','Admin Admin','2020-05-17 20:17:31'),
('7f9fb547-4f02-11e9-b3ea-0800277f0571','69fc04ed-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:31','Admin Admin','2020-05-17 20:17:32'),
('7f9fb55e-4f02-11e9-b3ea-0800277f0571','69fc0627-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:32','Admin Admin','2020-05-17 20:17:32'),
('7f9fb575-4f02-11e9-b3ea-0800277f0571','69fc0515-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:32','Admin Admin','2020-05-17 20:17:33'),
('7f9fb58d-4f02-11e9-b3ea-0800277f0571','69fc05b4-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:33','Admin Admin','2020-05-17 20:17:33'),
('7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:57','Admin Admin',NULL),
('7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,0,2,3,1,2,'No access control',NULL,6,18,12,12,4,'Admin Admin','2020-05-17 20:17:57','Admin Admin','2020-05-17 20:18:07'),
('7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
('7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
('7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
('7f9fc34b-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,5,1,5,'The server room door is locked. Never closed.',NULL,10,30,20,20,0,'Admin Admin','2020-05-17 20:18:13','Admin Admin','2020-05-17 20:18:19'),
('7f9fc363-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,1,5,0,'Only the IT department with access to the DataCenters',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:14','Admin Admin','2020-05-17 20:18:21'),
('7f9fc37a-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,4,1,2,'Access by badge.\nNo authorization system',NULL,8,24,16,16,8,'Admin Admin','2020-05-17 20:18:14','Admin Admin','2020-05-17 20:18:22'),
('7f9fc391-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,5,1,4,'Externs are not accompanied.',NULL,10,30,20,30,6,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:23'),
('7f9fc3a9-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,1,1,5,0,NULL,NULL,1,3,2,3,3,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:26'),
('7f9fc3c0-4f02-11e9-b3ea-0800277f0571','69fc280e-4591-11e9-9173-0800277f0571','b402d673-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,3,1,5,0,'Tier IV Data Center IV',NULL,3,9,6,6,6,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:27'),
('7f9fc3d7-4f02-11e9-b3ea-0800277f0571','69fc2475-4591-11e9-9173-0800277f0571','b402d67d-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,1,5,0,'OK.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:16','Admin Admin','2020-05-17 20:18:28'),
('7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'Most key responsibilities are redundant.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:29','Admin Admin','2020-05-17 20:18:38'),
('7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,3,4,1,3,'No charter or instructions for using the information system.',NULL,12,36,24,36,9,'Admin Admin','2020-05-17 20:18:29','Admin Admin','2020-05-17 20:18:39'),
('7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:30','Admin Admin',NULL),
('7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'The computer scientists all attended an information security awareness session.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:18:30','Admin Admin','2020-05-17 20:18:43'),
('7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'The main applications have been in use for a long time.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:18:30','Admin Admin','2020-05-17 20:18:44'),
('7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:30','Admin Admin',NULL),
('7f9fc507-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:47','Admin Admin','2020-05-17 20:18:48'),
('7f9fc51f-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:48','Admin Admin','2020-05-17 20:18:48'),
('7f9fc536-4f02-11e9-b3ea-0800277f0571','69fc056a-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:48','Admin Admin','2020-05-17 20:18:49'),
('7f9fc54e-4f02-11e9-b3ea-0800277f0571','69fc1a87-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:49','Admin Admin','2020-05-17 20:18:49'),
('7f9fc565-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:49','Admin Admin','2020-05-17 20:18:50'),
('7f9fc57d-4f02-11e9-b3ea-0800277f0571','69fc1afd-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:50','Admin Admin','2020-05-17 20:18:50'),
('7f9fc594-4f02-11e9-b3ea-0800277f0571','69fc050b-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:50','Admin Admin','2020-05-17 20:18:51'),
('7f9fc5ab-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:51','Admin Admin','2020-05-17 20:18:51'),
('7f9fc135-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,2,5,0,'Infrastructure team with the same admin privileges.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:02','Admin Admin','2020-05-17 20:19:09'),
('7f9fc161-4f02-11e9-b3ea-0800277f0571','69fc05aa-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'See Remote Access',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:03','Admin Admin','2020-05-17 20:19:10'),
('7f9fc179-4f02-11e9-b3ea-0800277f0571','69fbfe5f-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'Access via VPN only.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:03','Admin Admin','2020-05-17 20:19:11'),
('7f9fc191-4f02-11e9-b3ea-0800277f0571','69fc1924-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,3,3,0,'No centralization of logs. \nAll policies are by default.',NULL,9,27,18,27,27,'Admin Admin','2020-05-17 20:19:04','Admin Admin','2020-05-17 20:19:12'),
('7f9fc1a8-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,2,5,0,'Patches are never applied to best effort.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:04','Admin Admin','2020-05-17 20:19:13'),
('7f9fc1c0-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,5,1,3,'No preventive maintenance.\nIntervention when a failure occurs.',NULL,15,45,30,45,18,'Admin Admin','2020-05-17 20:19:05','Admin Admin','2020-05-17 20:19:14'),
('7f9fc1d7-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'A formal disposal procedure is applied by the IT department.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:19:05','Admin Admin','2020-05-17 20:19:16'),
('7f9fc1ee-4f02-11e9-b3ea-0800277f0571','69fc059f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,1,5,0,'Template image for server installation',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:19:06','Admin Admin','2020-05-17 20:19:17'),
('7f9fb4eb-4f02-11e9-b3ea-0800277f0571','69fc0501-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,2,5,1,3,'Backups are made on tapes every night. \nThe tapes are changed daily and kept for 7 days. \nA cassette is reserved every month for 1 year.\nNo restoration tests are performed.',NULL,10,30,20,30,12,'Admin Admin','2020-05-17 20:19:19','Admin Admin','2020-05-17 20:19:22'),
('7f9fb517-4f02-11e9-b3ea-0800277f0571','69fc0574-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,2,5,1,3,'Backups are not encrypted. \nThe cassettes are stored in an unlocked cabinet because several departments have access to them.',NULL,10,30,20,20,8,'Admin Admin','2020-05-17 20:19:19','Admin Admin','2020-05-17 20:19:24'),
('7f9fc2d7-4f02-11e9-b3ea-0800277f0571','69fc011f-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,1,1,5,0,'Well partitioned network',NULL,1,3,2,1,1,'Admin Admin','2020-05-17 20:19:26','Admin Admin','2020-05-17 20:19:35'),
('7f9fc2ee-4f02-11e9-b3ea-0800277f0571','69fc16b2-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,2,2,5,0,'Changed default passwords\nSingle and shared root passwords for all admin',NULL,4,12,8,12,12,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:37'),
('7f9fc306-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,3,1,5,0,'The switch supplier works with SLAs.\nThe infrastructure is fully redundant with a maintenance contract.',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:38'),
('7f9fc333-4f02-11e9-b3ea-0800277f0571','69fc11c4-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,1,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:40'),
('7f9fc206-4f02-11e9-b3ea-0800277f0571','69fc1498-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,1,5,0,'The team is small.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:41','Admin Admin','2020-05-17 20:19:48'),
('7f9fc21d-4f02-11e9-b3ea-0800277f0571','69fc1d28-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,3,2,5,0,'All procedures are stored on the file server.\nOnly computer scientists have access.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:42','Admin Admin','2020-05-17 20:19:49'),
('7f9fc24a-4f02-11e9-b3ea-0800277f0571','69fc063b-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,1,5,0,'The coordination procedure between HR and IT is working well.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:42','Admin Admin','2020-05-17 20:19:51'),
('7f9fc262-4f02-11e9-b3ea-0800277f0571','69fc05c9-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,4,1,3,'Review of user access rights on Active Directory is done, but is not optimal.',NULL,8,24,16,24,6,'Admin Admin','2020-05-17 20:19:43','Admin Admin','2020-05-17 20:19:52'),
('7f9fc27a-4f02-11e9-b3ea-0800277f0571','69fc05bf-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,5,1,5,'No periodic inspection.',NULL,10,30,20,20,0,'Admin Admin','2020-05-17 20:19:43','Admin Admin','2020-05-17 20:19:53'),
('7f9fc291-4f02-11e9-b3ea-0800277f0571','69fc190e-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,3,5,0,'No rules in place.',NULL,6,18,12,6,6,'Admin Admin','2020-05-17 20:19:44','Admin Admin','2020-05-17 20:19:55'),
('7f9fc2a8-4f02-11e9-b3ea-0800277f0571','69fc18f7-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,1,5,0,'Ticketing system in place.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:19:44','Admin Admin','2020-05-17 20:19:56'),
('7f9fc2c0-4f02-11e9-b3ea-0800277f0571','69fc04f7-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,3,3,0,'Ongoing DRP plan for key issues',NULL,6,18,12,12,12,'Admin Admin','2020-05-17 20:19:45','Admin Admin','2020-05-17 20:19:57'),
('7f9fc3ef-4f02-11e9-b3ea-0800277f0571','69fc05e7-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,3,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:59','Admin Admin','2020-05-17 20:20:05'),
('7f9fc41c-4f02-11e9-b3ea-0800277f0571','69fc05f1-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:59','Admin Admin','2020-05-17 20:20:06'),
('7f9fc435-4f02-11e9-b3ea-0800277f0571','69fc05dd-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,1,5,0,'Not too important at the moment. \nBut will increase.\nTest environment.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:20:00','Admin Admin','2020-05-17 20:20:07'),
('7f9fc44c-4f02-11e9-b3ea-0800277f0571','69fc0a92-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,3,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:20:00','Admin Admin','2020-05-17 20:20:08'),
('7f9fc464-4f02-11e9-b3ea-0800277f0571','69fc1157-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:20:01','Admin Admin','2020-05-17 20:20:01'),
('7f9fc47b-4f02-11e9-b3ea-0800277f0571','69fc11af-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:20:01','Admin Admin','2020-05-17 20:20:10');
(@max_instance_risk_id + 1, '7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,2,5,1,4,'The printing operator has unique skills.',NULL,10,20,30,30,6,'Admin Admin','2020-05-17 20:15:26','Admin Admin','2020-05-17 20:15:31'),
(@max_instance_risk_id + 2, '7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,4,1,3,'No charter in place.',NULL,12,24,36,36,9,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:32'),
(@max_instance_risk_id + 3,'7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,2,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:34'),
(@max_instance_risk_id + 4,'7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,4,3,0,'The person in place does not want training. He is retiring soon.',NULL,12,24,36,36,36,'Admin Admin','2020-05-17 20:15:27','Admin Admin','2020-05-17 20:15:35'),
(@max_instance_risk_id + 5,'7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,0,3,1,5,0,'The person has been in position for 35 years.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:28','Admin Admin','2020-05-17 20:15:36'),
(@max_instance_risk_id + 6,'7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 2,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:15:28','Admin Admin','2020-05-17 20:15:28'),
(@max_instance_risk_id + 7,'7f9ee1d8-4f02-11e9-b3ea-0800277f0571','69fc0e3e-4591-11e9-9173-0800277f0571','b402d65d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 8,'7f9ee1f4-4f02-11e9-b3ea-0800277f0571','69fc0d35-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No unique data.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 9,'7f9ee211-4f02-11e9-b3ea-0800277f0571','69fc0d2a-4591-11e9-9173-0800277f0571','b402d579-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Presence of very specific firmware.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:40','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 10,'7f9ee22d-4f02-11e9-b3ea-0800277f0571','69fc0d08-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 11,'7f9ee24a-4f02-11e9-b3ea-0800277f0571','69fc0c79-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 12,'7f9ee266-4f02-11e9-b3ea-0800277f0571','69fc0c63-4591-11e9-9173-0800277f0571','b402d67d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,2,3,0,'Sometimes heat problems.',NULL,4,8,12,12,12,'Admin Admin','2020-05-17 20:15:41','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 13,'7f9ee282-4f02-11e9-b3ea-0800277f0571','69fc0c35-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No data to protect.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:42','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 14,'7f9ee2b8-4f02-11e9-b3ea-0800277f0571','69fc0b9c-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:42','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 15,'7f9ee2d5-4f02-11e9-b3ea-0800277f0571','69fc0b9c-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 16,'7f9ee2f1-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No persistent data.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 17,'7f9ee30d-4f02-11e9-b3ea-0800277f0571','69fc0b5b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No persistent data.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:43','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 18,'7f9ee32a-4f02-11e9-b3ea-0800277f0571','69fc0b46-4591-11e9-9173-0800277f0571','b402d563-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No confidential information.\nNo visitors in the workshop.',NULL,1,2,3,1,1,'Admin Admin','2020-05-17 20:15:44','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 19,'7f9ee346-4f02-11e9-b3ea-0800277f0571','69fc0b3b-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Only the operators use the machines.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:44','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 20,'7f9ee362-4f02-11e9-b3ea-0800277f0571','69fc0b30-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The usage logs are complete.',NULL,1,2,3,2,2,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 21,'7f9ee37e-4f02-11e9-b3ea-0800277f0571','69fc0b02-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 22,'7f9ee39a-4f02-11e9-b3ea-0800277f0571','69fc0b02-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,3,3,0,'The production department is noisy.',NULL,9,18,27,27,27,'Admin Admin','2020-05-17 20:15:45','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 23,'7f9ee3de-4f02-11e9-b3ea-0800277f0571','69fc0af8-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 24,'7f9ee3fb-4f02-11e9-b3ea-0800277f0571','69fc0aed-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Local network connection only',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 25,'7f9ee417-4f02-11e9-b3ea-0800277f0571','69fc0aed-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'Not connected.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:46','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 26,'7f9ee434-4f02-11e9-b3ea-0800277f0571','69fc0ae3-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:47','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 27,'7f9ee458-4f02-11e9-b3ea-0800277f0571','69fc0ad8-4591-11e9-9173-0800277f0571','b402d584-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:47','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 28,'7f9ee481-4f02-11e9-b3ea-0800277f0571','69fc0ad8-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Obsolescence is slow on presses.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 29,'7f9ee4a6-4f02-11e9-b3ea-0800277f0571','69fc0acd-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Slow evolution.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 30,'7f9ee4ca-4f02-11e9-b3ea-0800277f0571','69fc0ac2-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:48','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 31,'7f9ee4ee-4f02-11e9-b3ea-0800277f0571','69fc0a81-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'Depreciation of the machines over 15 years.\nPreventive maintenance.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:49','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 32,'7f9ee623-4f02-11e9-b3ea-0800277f0571','69fc0a71-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'Normal.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:49','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 33,'7f9ee644-4f02-11e9-b3ea-0800277f0571','69fc0a5f-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'An external company intervenes every month for preventive maintenance operations.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 34,'7f9ee660-4f02-11e9-b3ea-0800277f0571','69fc0a42-4591-11e9-9173-0800277f0571','b402d56f-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 35,'7f9ee67c-4f02-11e9-b3ea-0800277f0571','69fc097d-4591-11e9-9173-0800277f0571','b402d5f5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:50','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 36,'7f9ee699-4f02-11e9-b3ea-0800277f0571','69fc0973-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'Non-transportable equipment.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 37,'7f9ee6b6-4f02-11e9-b3ea-0800277f0571','69fc0952-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 38,'7f9ee6d2-4f02-11e9-b3ea-0800277f0571','69fc093d-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No logical access.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:51','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 39,'7f9ee6ee-4f02-11e9-b3ea-0800277f0571','69fc0933-4591-11e9-9173-0800277f0571','b402d668-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,0,5,0,'No remote maintenance.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:52','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 40,'7f9ee712-4f02-11e9-b3ea-0800277f0571','69fc0929-4591-11e9-9173-0800277f0571','b402d673-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'The workshop is fully equipped with current rectifier.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:52','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 41,'7f9ee749-4f02-11e9-b3ea-0800277f0571','69fc091c-4591-11e9-9173-0800277f0571','b402d620-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 42,'7f9ee766-4f02-11e9-b3ea-0800277f0571','69fc088a-4591-11e9-9173-0800277f0571','b402d620-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,2,1,5,0,'Normal.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 43,'7f9ee782-4f02-11e9-b3ea-0800277f0571','69fc087f-4591-11e9-9173-0800277f0571','b402d63d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The paper stock is likely to catch fire easily.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:53','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 44,'7f9ee79f-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d653-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No specific risks.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:54','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 45,'7f9ee7bb-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d648-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'No specific risks.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:54','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 46,'7f9ee7d7-4f02-11e9-b3ea-0800277f0571','69fc0852-4591-11e9-9173-0800277f0571','b402d63d-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'The replacement press is slower than the main press. There were cases of delay because of this.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:55','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 47,'7f9ee7f3-4f02-11e9-b3ea-0800277f0571','69fc0848-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'The use of rotary printing presses is relatively complex.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:55','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 48,'7f9ee810-4f02-11e9-b3ea-0800277f0571','69fc0833-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,2,5,0,'A lot of paper dust.',NULL,6,12,18,18,18,'Admin Admin','2020-05-17 20:15:56','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 49,'7f9ee82c-4f02-11e9-b3ea-0800277f0571','69fc0833-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'Normal.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:56','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 50,'7f9ee863-4f02-11e9-b3ea-0800277f0571','69fc0828-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'The workshop is fully equipped with current rectifier.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 51,'7f9ee880-4f02-11e9-b3ea-0800277f0571','69fc081e-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 52,'7f9ee89e-4f02-11e9-b3ea-0800277f0571','69fc0813-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:57','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 53,'7f9ee8ba-4f02-11e9-b3ea-0800277f0571','69fc07f1-4591-11e9-9173-0800277f0571','b402d5a5-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'No installation required.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 54,'7f9ee8d7-4f02-11e9-b3ea-0800277f0571','69fc20e0-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'All manuals are available to the operator.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 55,'7f9ee8f7-4f02-11e9-b3ea-0800277f0571','69fc202e-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:15:58','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 56,'7f9ee913-4f02-11e9-b3ea-0800277f0571','69fc1f2b-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,3,1,5,0,'The user is very competent.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:15:59','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 57,'7f9ee930-4f02-11e9-b3ea-0800277f0571','69fc166f-4591-11e9-9173-0800277f0571','b402d579-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,1,5,0,'NA.',NULL,1,2,3,3,3,'Admin Admin','2020-05-17 20:15:59','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 58,'7f9eea5c-4f02-11e9-b3ea-0800277f0571','69fc226a-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:00','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 59,'7f9eeab1-4f02-11e9-b3ea-0800277f0571','69fc1ef6-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023d19-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 3,0,0,1,0,5,0,'Public information.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:00','Admin Admin','2020-05-17 20:16:03'),
(@max_instance_risk_id + 60,'7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'Most key responsibilities are redundant.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:11','Admin Admin','2020-05-17 20:16:16'),
(@max_instance_risk_id + 61,'7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,3,4,1,3,'No charter or instructions for using the information system.',NULL,12,24,36,36,9,'Admin Admin','2020-05-17 20:16:11','Admin Admin','2020-05-17 20:16:16'),
(@max_instance_risk_id + 62,'7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:12','Admin Admin','2020-05-17 20:16:12'),
(@max_instance_risk_id + 63,'7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'The computer scientists all attended an information security awareness session.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:12','Admin Admin','2020-05-17 20:16:19'),
(@max_instance_risk_id + 64,'7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,0,2,1,5,0,'The main applications have been in use for a long time.',NULL,2,4,6,6,6,'Admin Admin','2020-05-17 20:16:13','Admin Admin','2020-05-17 20:16:19'),
(@max_instance_risk_id + 65,'7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 5,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:13','Admin Admin','2020-05-17 20:16:13'),
(@max_instance_risk_id + 66,'7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:21','Admin Admin','2020-05-17 20:16:22'),
(@max_instance_risk_id + 67,'7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,0,2,3,1,2,'No access control',NULL,6,12,18,18,6,'Admin Admin','2020-05-17 20:16:22','Admin Admin','2020-05-17 20:16:27'),
(@max_instance_risk_id + 68,'7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:22','Admin Admin','2020-05-17 20:16:23'),
(@max_instance_risk_id + 69,'7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:23','Admin Admin','2020-05-17 20:16:23'),
(@max_instance_risk_id + 70,'7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 6,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:23','Admin Admin','2020-05-17 20:16:23'),
(@max_instance_risk_id + 71,'7f9fc2d7-4f02-11e9-b3ea-0800277f0571','69fc011f-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,1,1,5,0,'Well partitioned network',NULL,1,2,3,1,1,'Admin Admin','2020-05-17 20:16:31','Admin Admin','2020-05-17 20:16:35'),
(@max_instance_risk_id + 72,'7f9fc2ee-4f02-11e9-b3ea-0800277f0571','69fc16b2-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,2,2,5,0,'Changed default passwords\nSingle and shared root passwords for all admin',NULL,4,8,12,12,12,'Admin Admin','2020-05-17 20:16:31','Admin Admin','2020-05-17 20:16:36'),
(@max_instance_risk_id + 73,'7f9fc306-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,3,1,5,0,'The switch supplier works with SLAs.\nThe infrastructure is fully redundant with a maintenance contract.',NULL,3,6,9,9,9,'Admin Admin','2020-05-17 20:16:32','Admin Admin','2020-05-17 20:16:37'),
(@max_instance_risk_id + 74,'7f9fc333-4f02-11e9-b3ea-0800277f0571','69fc11c4-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 7,0,0,1,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:16:32','Admin Admin','2020-05-17 20:16:38'),
(@max_instance_risk_id + 75,'7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:55','Admin Admin','2020-05-17 20:16:55'),
(@max_instance_risk_id + 76,'7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:55','Admin Admin','2020-05-17 20:16:56'),
(@max_instance_risk_id + 77,'7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:56','Admin Admin','2020-05-17 20:16:56'),
(@max_instance_risk_id + 78,'7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:56','Admin Admin','2020-05-17 20:16:57'),
(@max_instance_risk_id + 79,'7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 10,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:16:57','Admin Admin','2020-05-17 20:16:57'),
(@max_instance_risk_id + 80,'7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:00','Admin Admin','2020-05-17 20:17:00'),
(@max_instance_risk_id + 81,'7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:00','Admin Admin','2020-05-17 20:17:01'),
(@max_instance_risk_id + 82,'7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:01','Admin Admin','2020-05-17 20:17:01'),
(@max_instance_risk_id + 83,'7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:01','Admin Admin','2020-05-17 20:17:02'),
(@max_instance_risk_id + 84,'7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:02','Admin Admin','2020-05-17 20:17:02'),
(@max_instance_risk_id + 85,'7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 11,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:02','Admin Admin','2020-05-17 20:17:03'),
(@max_instance_risk_id + 86,'7f9fc507-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,3,5,1,4,'No access control',NULL,15,45,30,45,9,'Admin Admin','2020-05-17 20:17:11','Admin Admin','2020-05-17 20:17:17'),
(@max_instance_risk_id + 87,'7f9fc51f-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:11','Admin Admin','2020-05-17 20:17:12'),
(@max_instance_risk_id + 88,'7f9fc536-4f02-11e9-b3ea-0800277f0571','69fc056a-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:12'),
(@max_instance_risk_id + 89,'7f9fc54e-4f02-11e9-b3ea-0800277f0571','69fc1a87-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,2,1,5,0,'The workstations are formatted from a standard image.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:20'),
(@max_instance_risk_id + 90,'7f9fc565-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:12','Admin Admin','2020-05-17 20:17:13'),
(@max_instance_risk_id + 91,'7f9fc57d-4f02-11e9-b3ea-0800277f0571','69fc1afd-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,3,1,5,0,'The antivirus is updated via an internal server. \nThe user cannot disable it.',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:17:13','Admin Admin','2020-05-17 20:17:22'),
(@max_instance_risk_id + 92,'7f9fc594-4f02-11e9-b3ea-0800277f0571','69fc050b-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:13','Admin Admin','2020-05-17 20:17:14'),
(@max_instance_risk_id + 93,'7f9fc5ab-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 12,0,0,2,1,5,0,'All discarded workstations are \"zeroed\" by the IT department.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:17:14','Admin Admin','2020-05-17 20:17:24'),
(@max_instance_risk_id + 94,'7f9fb735-4f02-11e9-b3ea-0800277f0571','69fc04e2-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:25','Admin Admin','2020-05-17 20:17:26'),
(@max_instance_risk_id + 95,'7f9fb74c-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:26','Admin Admin','2020-05-17 20:17:26'),
(@max_instance_risk_id + 96,'7f9fb763-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:26','Admin Admin','2020-05-17 20:17:27'),
(@max_instance_risk_id + 97,'7f9fb77a-4f02-11e9-b3ea-0800277f0571','69fc061d-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:27','Admin Admin','2020-05-17 20:17:27'),
(@max_instance_risk_id + 98,'7f9fb7a9-4f02-11e9-b3ea-0800277f0571','69fc1924-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:27','Admin Admin','2020-05-17 20:17:28'),
(@max_instance_risk_id + 99,'7f9fb7ca-4f02-11e9-b3ea-0800277f0571','69fc0560-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023dd3-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 13,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:28','Admin Admin','2020-05-17 20:17:28'),
(@max_instance_risk_id + 100,'7f9fb52f-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:31','Admin Admin','2020-05-17 20:17:31'),
(@max_instance_risk_id + 101,'7f9fb547-4f02-11e9-b3ea-0800277f0571','69fc04ed-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:31','Admin Admin','2020-05-17 20:17:32'),
(@max_instance_risk_id + 102,'7f9fb55e-4f02-11e9-b3ea-0800277f0571','69fc0627-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:32','Admin Admin','2020-05-17 20:17:32'),
(@max_instance_risk_id + 103,'7f9fb575-4f02-11e9-b3ea-0800277f0571','69fc0515-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:32','Admin Admin','2020-05-17 20:17:33'),
(@max_instance_risk_id + 104,'7f9fb58d-4f02-11e9-b3ea-0800277f0571','69fc05b4-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023de2-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 14,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:33','Admin Admin','2020-05-17 20:17:33'),
(@max_instance_risk_id + 105,'7f9fb477-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:57','Admin Admin',NULL),
(@max_instance_risk_id + 106,'7f9fb48e-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,0,2,3,1,2,'No access control',NULL,6,18,12,12,4,'Admin Admin','2020-05-17 20:17:57','Admin Admin','2020-05-17 20:18:07'),
(@max_instance_risk_id + 107,'7f9fb4a5-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
(@max_instance_risk_id + 108,'7f9fb4bc-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
(@max_instance_risk_id + 109,'7f9fb4d4-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 16,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:17:58','Admin Admin',NULL),
(@max_instance_risk_id + 110,'7f9fc34b-4f02-11e9-b3ea-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,5,1,5,'The server room door is locked. Never closed.',NULL,10,30,20,20,0,'Admin Admin','2020-05-17 20:18:13','Admin Admin','2020-05-17 20:18:19'),
(@max_instance_risk_id + 111,'7f9fc363-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,1,5,0,'Only the IT department with access to the DataCenters',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:14','Admin Admin','2020-05-17 20:18:21'),
(@max_instance_risk_id + 112,'7f9fc37a-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,4,1,2,'Access by badge.\nNo authorization system',NULL,8,24,16,16,8,'Admin Admin','2020-05-17 20:18:14','Admin Admin','2020-05-17 20:18:22'),
(@max_instance_risk_id + 113,'7f9fc391-4f02-11e9-b3ea-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,5,1,4,'Externs are not accompanied.',NULL,10,30,20,30,6,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:23'),
(@max_instance_risk_id + 114,'7f9fc3a9-4f02-11e9-b3ea-0800277f0571','69fc0536-4591-11e9-9173-0800277f0571','b402d688-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,1,1,5,0,NULL,NULL,1,3,2,3,3,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:26'),
(@max_instance_risk_id + 115,'7f9fc3c0-4f02-11e9-b3ea-0800277f0571','69fc280e-4591-11e9-9173-0800277f0571','b402d673-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,3,1,5,0,'Tier IV Data Center IV',NULL,3,9,6,6,6,'Admin Admin','2020-05-17 20:18:15','Admin Admin','2020-05-17 20:18:27'),
(@max_instance_risk_id + 116,'7f9fc3d7-4f02-11e9-b3ea-0800277f0571','69fc2475-4591-11e9-9173-0800277f0571','b402d67d-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 17,0,0,2,1,5,0,'OK.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:16','Admin Admin','2020-05-17 20:18:28'),
(@max_instance_risk_id + 117,'7f9fb385-4f02-11e9-b3ea-0800277f0571','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'Most key responsibilities are redundant.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:18:29','Admin Admin','2020-05-17 20:18:38'),
(@max_instance_risk_id + 118,'7f9fb39c-4f02-11e9-b3ea-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,3,4,1,3,'No charter or instructions for using the information system.',NULL,12,36,24,36,9,'Admin Admin','2020-05-17 20:18:29','Admin Admin','2020-05-17 20:18:39'),
(@max_instance_risk_id + 119,'7f9fb3b3-4f02-11e9-b3ea-0800277f0571','69fc0612-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:30','Admin Admin',NULL),
(@max_instance_risk_id + 120,'7f9fb3cb-4f02-11e9-b3ea-0800277f0571','69fc0421-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'The computer scientists all attended an information security awareness session.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:18:30','Admin Admin','2020-05-17 20:18:43'),
(@max_instance_risk_id + 121,'7f9fb3e2-4f02-11e9-b3ea-0800277f0571','69fc1b5f-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,0,2,1,5,0,'The main applications have been in use for a long time.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:18:30','Admin Admin','2020-05-17 20:18:44'),
(@max_instance_risk_id + 122,'7f9fb3f9-4f02-11e9-b3ea-0800277f0571','69fc186b-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 18,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:30','Admin Admin',NULL),
(@max_instance_risk_id + 123,'7f9fc507-4f02-11e9-b3ea-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:47','Admin Admin','2020-05-17 20:18:48'),
(@max_instance_risk_id + 124,'7f9fc51f-4f02-11e9-b3ea-0800277f0571','69fc04d1-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:48','Admin Admin','2020-05-17 20:18:48'),
(@max_instance_risk_id + 125,'7f9fc536-4f02-11e9-b3ea-0800277f0571','69fc056a-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:48','Admin Admin','2020-05-17 20:18:49'),
(@max_instance_risk_id + 126,'7f9fc54e-4f02-11e9-b3ea-0800277f0571','69fc1a87-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:49','Admin Admin','2020-05-17 20:18:49'),
(@max_instance_risk_id + 127,'7f9fc565-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:49','Admin Admin','2020-05-17 20:18:50'),
(@max_instance_risk_id + 128,'7f9fc57d-4f02-11e9-b3ea-0800277f0571','69fc1afd-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:50','Admin Admin','2020-05-17 20:18:50'),
(@max_instance_risk_id + 129,'7f9fc594-4f02-11e9-b3ea-0800277f0571','69fc050b-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:50','Admin Admin','2020-05-17 20:18:51'),
(@max_instance_risk_id + 130,'7f9fc5ab-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 19,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:18:51','Admin Admin','2020-05-17 20:18:51'),
(@max_instance_risk_id + 131,'7f9fc135-4f02-11e9-b3ea-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,2,5,0,'Infrastructure team with the same admin privileges.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:02','Admin Admin','2020-05-17 20:19:09'),
(@max_instance_risk_id + 132,'7f9fc161-4f02-11e9-b3ea-0800277f0571','69fc05aa-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'See Remote Access',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:03','Admin Admin','2020-05-17 20:19:10'),
(@max_instance_risk_id + 133,'7f9fc179-4f02-11e9-b3ea-0800277f0571','69fbfe5f-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'Access via VPN only.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:03','Admin Admin','2020-05-17 20:19:11'),
(@max_instance_risk_id + 134,'7f9fc191-4f02-11e9-b3ea-0800277f0571','69fc1924-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,3,3,0,'No centralization of logs. \nAll policies are by default.',NULL,9,27,18,27,27,'Admin Admin','2020-05-17 20:19:04','Admin Admin','2020-05-17 20:19:12'),
(@max_instance_risk_id + 135,'7f9fc1a8-4f02-11e9-b3ea-0800277f0571','69fc051f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,2,5,0,'Patches are never applied to best effort.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:04','Admin Admin','2020-05-17 20:19:13'),
(@max_instance_risk_id + 136,'7f9fc1c0-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,5,1,3,'No preventive maintenance.\nIntervention when a failure occurs.',NULL,15,45,30,45,18,'Admin Admin','2020-05-17 20:19:05','Admin Admin','2020-05-17 20:19:14'),
(@max_instance_risk_id + 137,'7f9fc1d7-4f02-11e9-b3ea-0800277f0571','69fc0b85-4591-11e9-9173-0800277f0571','b402d5c9-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,2,1,5,0,'A formal disposal procedure is applied by the IT department.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:19:05','Admin Admin','2020-05-17 20:19:16'),
(@max_instance_risk_id + 138,'7f9fc1ee-4f02-11e9-b3ea-0800277f0571','69fc059f-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 20,0,0,3,1,5,0,'Template image for server installation',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:19:06','Admin Admin','2020-05-17 20:19:17'),
(@max_instance_risk_id + 139,'7f9fb4eb-4f02-11e9-b3ea-0800277f0571','69fc0501-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,2,5,1,3,'Backups are made on tapes every night. \nThe tapes are changed daily and kept for 7 days. \nA cassette is reserved every month for 1 year.\nNo restoration tests are performed.',NULL,10,30,20,30,12,'Admin Admin','2020-05-17 20:19:19','Admin Admin','2020-05-17 20:19:22'),
(@max_instance_risk_id + 140,'7f9fb517-4f02-11e9-b3ea-0800277f0571','69fc0574-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 21,0,0,2,5,1,3,'Backups are not encrypted. \nThe cassettes are stored in an unlocked cabinet because several departments have access to them.',NULL,10,30,20,20,8,'Admin Admin','2020-05-17 20:19:19','Admin Admin','2020-05-17 20:19:24'),
(@max_instance_risk_id + 141,'7f9fc2d7-4f02-11e9-b3ea-0800277f0571','69fc011f-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,1,1,5,0,'Well partitioned network',NULL,1,3,2,1,1,'Admin Admin','2020-05-17 20:19:26','Admin Admin','2020-05-17 20:19:35'),
(@max_instance_risk_id + 142,'7f9fc2ee-4f02-11e9-b3ea-0800277f0571','69fc16b2-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,2,2,5,0,'Changed default passwords\nSingle and shared root passwords for all admin',NULL,4,12,8,12,12,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:37'),
(@max_instance_risk_id + 143,'7f9fc306-4f02-11e9-b3ea-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,3,1,5,0,'The switch supplier works with SLAs.\nThe infrastructure is fully redundant with a maintenance contract.',NULL,3,9,6,9,9,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:38'),
(@max_instance_risk_id + 144,'7f9fc333-4f02-11e9-b3ea-0800277f0571','69fc11c4-4591-11e9-9173-0800277f0571','b402d557-4576-11e9-9173-0800277f0571','d2023e4b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 22,0,0,1,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:27','Admin Admin','2020-05-17 20:19:40'),
(@max_instance_risk_id + 145,'7f9fc206-4f02-11e9-b3ea-0800277f0571','69fc1498-4591-11e9-9173-0800277f0571','b402d58f-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,1,5,0,'The team is small.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:41','Admin Admin','2020-05-17 20:19:48'),
(@max_instance_risk_id + 146,'7f9fc21d-4f02-11e9-b3ea-0800277f0571','69fc1d28-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,3,2,5,0,'All procedures are stored on the file server.\nOnly computer scientists have access.',NULL,6,18,12,18,18,'Admin Admin','2020-05-17 20:19:42','Admin Admin','2020-05-17 20:19:49'),
(@max_instance_risk_id + 147,'7f9fc24a-4f02-11e9-b3ea-0800277f0571','69fc063b-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,1,5,0,'The coordination procedure between HR and IT is working well.',NULL,2,6,4,6,6,'Admin Admin','2020-05-17 20:19:42','Admin Admin','2020-05-17 20:19:51'),
(@max_instance_risk_id + 148,'7f9fc262-4f02-11e9-b3ea-0800277f0571','69fc05c9-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,4,1,3,'Review of user access rights on Active Directory is done, but is not optimal.',NULL,8,24,16,24,6,'Admin Admin','2020-05-17 20:19:43','Admin Admin','2020-05-17 20:19:52'),
(@max_instance_risk_id + 149,'7f9fc27a-4f02-11e9-b3ea-0800277f0571','69fc05bf-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,5,1,5,'No periodic inspection.',NULL,10,30,20,20,0,'Admin Admin','2020-05-17 20:19:43','Admin Admin','2020-05-17 20:19:53'),
(@max_instance_risk_id + 150,'7f9fc291-4f02-11e9-b3ea-0800277f0571','69fc190e-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,3,5,0,'No rules in place.',NULL,6,18,12,6,6,'Admin Admin','2020-05-17 20:19:44','Admin Admin','2020-05-17 20:19:55'),
(@max_instance_risk_id + 151,'7f9fc2a8-4f02-11e9-b3ea-0800277f0571','69fc18f7-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,1,5,0,'Ticketing system in place.',NULL,2,6,4,4,4,'Admin Admin','2020-05-17 20:19:44','Admin Admin','2020-05-17 20:19:56'),
(@max_instance_risk_id + 152,'7f9fc2c0-4f02-11e9-b3ea-0800277f0571','69fc04f7-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 23,0,0,2,3,3,0,'Ongoing DRP plan for key issues',NULL,6,18,12,12,12,'Admin Admin','2020-05-17 20:19:45','Admin Admin','2020-05-17 20:19:57'),
(@max_instance_risk_id + 153,'7f9fc3ef-4f02-11e9-b3ea-0800277f0571','69fc05e7-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,0,3,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:59','Admin Admin','2020-05-17 20:20:05'),
(@max_instance_risk_id + 154,'7f9fc41c-4f02-11e9-b3ea-0800277f0571','69fc05f1-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,0,2,0,5,0,'NA.',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:19:59','Admin Admin','2020-05-17 20:20:06'),
(@max_instance_risk_id + 155,'7f9fc435-4f02-11e9-b3ea-0800277f0571','69fc05dd-4591-11e9-9173-0800277f0571','b402d600-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,0,2,1,5,0,'Not too important at the moment. \nBut will increase.\nTest environment.',NULL,2,6,4,2,2,'Admin Admin','2020-05-17 20:20:00','Admin Admin','2020-05-17 20:20:07'),
(@max_instance_risk_id + 156,'7f9fc44c-4f02-11e9-b3ea-0800277f0571','69fc0a92-4591-11e9-9173-0800277f0571','b402d513-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,0,3,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:20:00','Admin Admin','2020-05-17 20:20:08'),
(@max_instance_risk_id + 157,'7f9fc464-4f02-11e9-b3ea-0800277f0571','69fc1157-4591-11e9-9173-0800277f0571','b402d5d5-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,1,-1,-1,5,0,NULL,NULL,-1,-1,-1,-1,-1,'Admin Admin','2020-05-17 20:20:01','Admin Admin','2020-05-17 20:20:01'),
(@max_instance_risk_id + 158,'7f9fc47b-4f02-11e9-b3ea-0800277f0571','69fc11af-4591-11e9-9173-0800277f0571','b402d60a-4576-11e9-9173-0800277f0571','d2023db5-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_id + 24,0,0,2,0,5,0,'NA',NULL,0,0,0,0,0,'Admin Admin','2020-05-17 20:20:01','Admin Admin','2020-05-17 20:20:10');
INSERT INTO `instances_risks_op` (`object_id`, `anr_id`, `instance_id`, `rolf_risk_id`, `risk_cache_code`, `risk_cache_label1`, `risk_cache_label2`, `risk_cache_label3`, `risk_cache_label4`, `risk_cache_description1`, `risk_cache_description2`, `risk_cache_description3`, `risk_cache_description4`, `brut_prob`, `brut_r`, `brut_o`, `brut_l`, `brut_f`, `brut_p`, `cache_brut_risk`, `net_prob`, `net_r`, `net_o`, `net_l`, `net_f`, `net_p`, `cache_net_risk`, `targeted_prob`, `targeted_r`, `targeted_o`, `targeted_l`, `targeted_f`, `targeted_p`, `cache_targeted_risk`, `kind_of_measure`, `comment`, `mitigation`, `specific`, `creator`, `created_at`, `updater`, `updated_at`)
INSERT INTO `instances_risks_op` (`id`, `object_id`, `anr_id`, `instance_id`, `rolf_risk_id`, `risk_cache_code`, `risk_cache_label1`, `risk_cache_label2`, `risk_cache_label3`, `risk_cache_label4`, `risk_cache_description1`, `risk_cache_description2`, `risk_cache_description3`, `risk_cache_description4`, `brut_prob`, `brut_r`, `brut_o`, `brut_l`, `brut_f`, `brut_p`, `cache_brut_risk`, `net_prob`, `net_r`, `net_o`, `net_l`, `net_f`, `net_p`, `cache_net_risk`, `targeted_prob`, `targeted_r`, `targeted_o`, `targeted_l`, `targeted_f`, `targeted_p`, `cache_targeted_risk`, `kind_of_measure`, `comment`, `mitigation`, `specific`, `creator`, `created_at`, `updater`, `updated_at`)
VALUES
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 1,'1','Absence de tenue d\'un registre des activités de traitement','Lack of records of processing activities','Fehlende Aufzeichnungen von Verarbeitungsaktivitäten','Niet bijhouden van een register van de verwerkingsactiviteiten','Existe-t-il un registre des traitements ?\nFormel ? Est-il à jour ? \nTous les traitements de l\'organisme sont-ils inventoriés et repris dans le registre ?\nExiste-t-il des collectes de DCP sans connaissance claire des finalités ?\nCas 1 : Responsable du traitement\n - Voir Art 30.1 pour l\'information minimum à renseigner\nCas 2 : Sous traitant\n - Voir Art 30.2 pour l\'information minimum à renseigner\nNote : Voir exceptions sur le nombre d\'employés (250) et catégories de DCP\n(Art 30)','Is there any records of processing activities?\nFormal? Are there up to date?\nIs there any inventory of all treatments of the organism? Are there included in the records?\nAre there personal data collections without clear knowledge of the purposes?\nCase 1: Controller\n - See Art 30.1 for the minimum information to be filled in\nCase 2: Processor\n - See Art 30.2 for the minimum information to be filled in\nNote: See exceptions base on the number of employees (250) or personal data categories\n(Art. 30)','Existieren Aufzeichnungen von Verarbeitungsaktivitäten?\nFormal? Sind sie auf dem neuesten Stand?\nExistiert Inventar aller Behandlungen des Organismus? Ist es in den Aufzeichnungen enthalten?\nWerden personenbezogene Daten ohne ein klares Verständnis der Zwecke erhoben?\nFall 1: Verantwortlicher\n - Siehe Art 30.1 für die einzugebenden Mindestinformationen.\nFall 2: Auftragsverarbeiter\n - Siehe Art 30.2 für die einzugebenden Mindestinformationen.\nHinweis: Siehe Ausnahmen basierend auf der Mitarbeiteranzahl (250) oder Kategorien personenbezogener Daten\n(Art. 30).','Bestaat er een register van de verwerkingen?\nIs het formeel? Is het up-to-date? \nWorden alle verwerkingen van het organisme geïnventariseerd en opgenomen in het register?\nBestaan er PG-verzamelingen zonder een duidelijke kennis van de doelstellingen?\nGeval 1: verantwoordelijke voor de gegevensverwerking\n - zie art. 30.1 voor de minimaal te verstrekken informatie\nGeval 2: onderaannemer\n - zie art. 30.2 voor de minimaal te verstrekken informatie\nOpmerking: zie uitzonderingen op het aantal werknemers (250) en PG-categorieën\n(art. 30)',-1,-1,-1,-1,-1,-1,-1,4,2,1,2,2,2,8,1,2,1,2,2,2,2,1,'Lack of a processing register',NULL,0,'Admin Admin','2020-05-17 20:21:04',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 2,'2','Absence de procédure de gestion des réclamations ou plaintes','Lack of complaint management procedure','Fehlendes Beschwerdenmanagementverfahren','Gebrek aan procedure voor de behandeling van klachten','Existe-t-il une procédure de réclamations ?\nY a-t-il un suivi, un délai de traitement de la plainte ?\n(Art 24)','Is there a complaint procedure?\nIs there a follow-up?\nIs a delay in processing the complaint?\n(Art. 24)','Existiert ein Beschwerdeverfahren?\nExistiert eine Nachverfolgung?\nWird die Verarbeitung von Beschwerden verzögert?\n(Art. 24)','Bestaat er een klachtenprocedure?\nIs er een follow-up, een klachtenbehandelingstermijn?\n(art. 24)',-1,-1,-1,-1,-1,-1,-1,2,2,1,2,2,3,6,1,2,1,2,2,3,3,1,'No procedure and no DPO',NULL,0,'Admin Admin','2020-05-17 20:21:05',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 3,'3','Absence de procédure de notification à la commission d\'une violation de DCP','Lack of procedure for notifying the commission of a breach of personal data','Fehlendes Verfahren zur Benachrichtigung der Kommission über eine Verletzung personenbezogener Daten','Gebrek aan een procedure om een PG-schending te melden aan de commissie','Existe-t-il une procédure de notification ? Formelle ?\nReprend-elle toutes les informations minimales à fournir ?\n - À destination de la commission (72h) ?\n - À destination de la personne concernée ?\n(Art 33 et 34)','Is there a notification procedure? Formal?\nDoes it take all the minimum information to provide?\n - To the commission (72h)?\n - To the data subject?\n(Art. 33 and 34)','Existiert ein Benachrichtigungsverfahren? Formal?\nÜbermittelt es alle bereitzustellenden Mindestinformationen?\n - An die Kommission (72 Std.)?\n - An die Betroffenen?\n(Art. 33 und 34)','Bestaat er een meldingsprocedure? Is ze formeel?\nBevat ze al de minimaal te verstrekken informatie?\n - bestemd voor de commissie (72h)?\n - bestemd voor de betrokken persoon?\n(art. 33 en 34)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:06',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 4,'4','Défaut de politique de protection des DCP','Lack of appropriate data protection policies','Fehlen von geeigneten Datenschutzrichtlinien','Gebrek aan beleid inzake de bescherming van de PG','Lorsque c\'est proportionné au regard des activités de traitement :\n - Existe-t-il un cadre de protection de la vie privée ? Politique ? Charte ?\n - Les employés en ont-ils connaissance des mesures prises ? \n(Art 24)','When proportionate to treatment activities:\n - Is there a privacy framework? Policies? Charters ?\n - Are employees aware of the actions taken?\n(Art. 24)','Wenn proportional zu Behandlungsaktivitäten:\n - Existiert ein Datenschutzrahmen? Richtlinien? Satzungen?\n - Sind sich die Mitarbeiter über die ergriffenen Maßnahmen bewusst?\n(Art. 24)','Wanneer het evenredig is met de verwerkingsactiviteiten:\n - Bestaat er een kader voor de bescherming van de persoonlijke levenssfeer? Beleid? Charter?\n - Zijn de werknemers op de hoogte van de getroffen maatregelen? \n(art. 24)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 50,'55','Sous estimation des catégories de données traitées','Underestimated categories of data processed','Unterschätzte Kategorien verarbeiteter Daten','Onderschatting van de verwerkte gegevenscategorieën','Quels sont les types de données traitées ?\nSauf exception le traitement des catégories de données suivantes est interdit :\n - origine raciale ou ethnique,\n - les opinions politiques,\n - les convictions religieuses ou philosophiques\n - l\'appartenance syndicale,\n - les données génétiques, biométriques aux fins d\'identifier une personne physique\n - les données de santé ou des données\n - Les données concernant la vie sexuelle ou l\'orientation sexuelle d\'une personne physique\nautres cas : données à caractère personnel relatives aux condamnations pénales et aux infractions\n(Art 9)(Art 10)','What types of data are processed?\nUnless otherwise specified, the following data categories are prohibited:\n - racial or ethnic origin,\n - political opinions,\n - religious or philosophical convictions\n - membership of trade unions,\n - genetic and biometric data for the purpose of identifying a natural person\n - health data or data\n - Data concerning the sexual life or sexual orientation of a natural person\nother cases: personal data relating to criminal convictions and offences\n(Art. 9) (Art. 10)','Welche Arten von Daten werden verarbeitet?\nSofern nichts anderes festgelegt ist, sind folgende Datenkategorien unzulässig:\n - ethnische Herkunft oder Rasse,\n - politische Einstellungen,\n - religiöse oder philosophische Überzeugungen\n - Mitgliedschaft in Gewerkschaften\n - genetische und biometrische Daten zur Identifikation einer natürlichen Person\n - Gesundheitsdaten oder\n - Daten in Bezug auf das Sexualleben oder die sexuelle Orientierung einer natürlichen Person\nandere Fälle: personenbezogene Daten im Hinblick auf strafrechtliche Verurteilungen und Vergehen\n(Art. 9) (Art. 10)','Wat zijn de verwerkte gegevenstypes?\nBehoudens uitzondering is de verwerking van de volgende gegevenscategorieën verboden:\n - ras of etnische herkomst,\n - politieke opvattingen,\n - religieuze of filosofische overtuigingen\n - lidmaatschap van een vakbond,\n - genetische of biometrische gegevens met het oog op de unieke identificatie van een persoon\n - gegevens over gezondheid\n - gegevens met betrekking tot het seksuele gedrag of de seksuele geaardheid van een natuurlijke persoon\nandere gevallen: persoonsgegevens met betrekking tot strafrechtelijke veroordelingen of inbreuken\n(art. 9)(art. 10)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 51,'56','La possibilité d\'utiliser des techniques de chiffrage ou de pseudonymisation n\'a pas été envisagée','The possibility of using encryption or pseudonymization techniques was not envisaged','Die Verwendungsmöglichkeit von Verschlüsselungs- oder Pseudonymisierungstechniken war nicht vorgesehen.','De mogelijkheid om gebruik te maken van coderings- of pseudonimiseringstechnieken werd niet overwogen',NULL,NULL,NULL,NULL,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 52,'57','Lors de la phase de conception des nouveaux projets, la protection des données par défaut n\'est pas prise en compte','During the design phase of new projects, data protection by design and by default are not taken into account','In der Entwurfsphase neuer Projekte wird beabsichtigter und standardmäßiger Datenschutz nicht berücksichtigt.','Tijdens de ontwerpfase van nieuwe projecten wordt de gegevensbescherming door standaardinstellingen niet in aanmerking genomen','Lors des premières phases de la conception d\'un nouveau traitement est-ce que la sécurité des données est prise en considération ?\nEst-ce que la conformité au GDPR est prise en considération ? \n(Art 25)','In the early stages of designing a new processing, is data security taken into consideration?\nIs compliance with the GDPR taken into consideration?\n(Art. 25)','Wird in der frühen Phase der Entwicklung neuer Prozesse das Thema Datensicherheit berücksichtigt?\nWird das Thema DSGVO-Compliance berücksichtigt?\n(Art. 25)','Wordt er tijdens de eerste fasen van het ontwerp van een nieuwe verwerking rekening gehouden met de gegevensbeveiliging?\nWordt de conformiteit met de AVG in aanmerking genomen? \n(art. 25)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 53,'58','Dans le cas d\'une responsabilité conjointe du traitement, les responsabilités ne sont pas clairement définies','In the case of joint responsibility for processing, responsibilities are not clearly defined','Im Fall einer gemeinsamen Zuständigkeit für die Verarbeitung sind die einzelnen Zuständigkeiten nicht klar definiert.','In geval van een gezamenlijke verwerkingsverantwoordelijkheid worden de verantwoordelijkheden niet duidelijk gedefinieerd','Les obligations respectives sont-elles clairement définies ? Formelles ?\nLa personne concernée est-elle informée des accords entre co-responsables (au moins dans les grandes lignes) ?\nSait-elle sans ambigüité comment et à qui elle doit s\'adresser pour jouir de tous ses droits ?\n(Art 26)','Are the respective obligations clearly defined? Formal?\nIs the data subject informed of agreements between co-officials (at least in broad terms)?\nDoes he know unambiguously how and to whom he must address himself to enjoy all his rights?\n(Art. 26)','Wurden die entsprechenden Verpflichtungen klar definiert? Formal?\nWurde die betroffene Person (Datensubjekt) über Vereinbarungen mit anderen offiziellen Stellen (zumindest in groben Zügen) informiert?\nWeiß er/sie eindeutig, wie und bei wem er/sie sich mel','Worden de respectieve verplichtingen duidelijk gedefinieerd? Formeel?\nWordt de betrokken persoon op de hoogte gebracht van de akkoorden tussen de gezamenlijke verantwoordelijken (minstens in grote lijnen)?\nWeet hij of zij perfect hoe en tot wie zich te richten om te genieten van al zijn of haar rechten?\n(art. 26)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
('96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 54,'59','Les représentants des responsables du traitement ou des sous-traitants ne sont pas établis dans l\'Union','Representatives of the controllers or processors are not established in the Union','Vertreter der Verantwortlichen oder Auftragsverarbeiter sind nicht in der Union ansässig.','De vertegenwoordigers van de verwerkingsverantwoordelijken of de onderaannemer zijn niet gevestigd in de Unie','Le responsable du traitement ou le sous-traitant a-t-il désigné par écrit un représentant dans l\'Union ?\nVoir GDPR pour les exceptions.\n(Art 27)','Has the controller or processor appointed a representative in a formal way?\nSee GDPR for exceptions.\n(Art. 27)','Hat der Verantwortliche oder Auftragsverarbeiter formell einen Vertreter ernannt?\nSiehe DSGVO für Ausnahmen.\n(Art. 27)','Heeft de verwerkingsverantwoordelijke of de onderaannemer schriftelijk een vertegenwoordiger in de Unie benoemd?\nZie AVG voor de uitzonderingen.\n(art. 27)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
('96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 9,'6','Finalités inadéquates au regard des missions de l\'organisme','The purposes of processing and the missions of the organization are not in adequacy','Die Zwecke der Verarbeitung und der Aufträge der Organisation sind nicht adäquat.','Inadequate doeleinden met het oog op de taken van het organisme','Quels sont les domaines d\'activité de l\'organisme ?\nQuelle est la finalité du traitement ? Quel est le rapport entre l\'organisme et la personne concernée ?\nLes DCP sont réutilisées pour d\'autres finalités ? Transfert ? Statistiques ? Autres traitements ?\n(Art 5.1a, 5.1b)','What are the organization\'s areas of activity?\nWhat is the purpose of the processing? What is the relationship between the organization and the data subject?\nThe personal data are reused for other purposes? Transfer? Statistics ? Other processing?\n(Art 5.1a, 5.1b)','In welchen Tätigkeitsbereichen ist die Organisation aktiv?\nWelchem Zweck dient die Verarbeitung? Welche Beziehung besteht zwischen der Organisation und dem Betroffenen?\nWerden die personenbezogenen Daten für andere Zwecke wiederverwendet? Übertragung? Statistik? Andere Verarbeitung?\n(Art 5.1a und 5.1b)','Welke zijn de activiteitsdomeinen van het organisme?\nWat is het doel van de verwerking? Wat is de relatie tussen het organisme en de betreffende persoon?\nWorden de PG hergebruikt voor andere doeleinden? Doorgifte? Statistieken? Andere verwerkingen?\n(art. 5.1a, 5.1b)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'Business card design',NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
('96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 10,'11','Le responsable du traitement n\'est pas identifié ou son rôle et ses responsabilités ne sont pas non définis','Unidentified controller or undefined role and responsibility','Nicht identifizierter Verantwortlicher oder nicht definierte Rolle und Zuständigkeit','De verwerkingsverantwoordelijke wordt niet geïdentificeerd of zijn rol en zijn verantwoordelijkheden zijn niet gedefinieerd','Qui est le responsable du traitement ?\nQuelle est sa fonction ? Ses responsabilités ?\nA-t-il le pouvoir de faire respecter toutes ses obligations ?\n(Art 5.2)','Who is the controller for the processing?\nWhat is its function ? His responsibilities?\nDoes it have the power to enforce all its obligations?\n(Art. 5.2)','Wer ist der Verantwortliche für die Verarbeitung?\nWelche Funktion hat er? Seine Zuständigkeiten?\nHat er die Befugnisse zur Durchsetzung all seiner Verpflichtungen?\n(Art. 5.2)','Wie is de verwerkingsverantwoordelijke?\nWat is zijn functie? Zijn verantwoordelijkheden?\nIs hij bevoegd om al deze verplichtingen te doen naleven?\n(art. 5.2)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'CEO MyPrint',NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
('96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 11,'10','La durée de conservation des DCP est inadéquate','The period for which the personal data will be stored is inadequate','Die Speicherfrist für die personenbezogenen Daten ist inadäquat.','De PG-bewaringsduur is inadequaat','La durée de conservation des DCP est-elle déterminée en fonction de la finalité du traitement ?\nQuels sont les critères utilisés pour déterminer la durée de conservation des DCP?\nY a-t-il un besoin de conserver toutes les DCP (minimisation des données) ?\n(Art 5.1e)','Is the period for which the personal data will be stored determined according to the purpose of the processing?\nWhat criteria are used to determine the period for which the personal data will be stored?\nIs there a need to maintain all personal data (data minimization)?\n(Art 5.1e)','Wird die Speicherfrist der personenbezogenen Daten gemäß dem Verarbeitungszweck bestimmt?\nWelche Kriterien werden zur Bestimmung der Speicherfrist von personenbezogenen Daten verwendet?\nMüssen alle personenbezogenen Daten gepflegt werden (Datenminimierung)?\n(Art 5.1e)','Wordt de PG-bewaringsduur bepaald door het doel van de verwerking?\nWelke criteria worden gehanteerd om de PG-bewaringsduur te bepalen?\nIs het noodzakelijk om alle PG te bewaren (beperking van het aantal gegevens)?\n(art. 5.1e)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
('96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 13,'7','Collecte excessive de DCP au regard de la finalité du traitement','Excessive collect of personal data according to the purpose of the processing','Exzessive Erhebung personenbezogener Daten je nach Zweck der Verarbeitung','Excessieve verzameling van PG in verhouding tot het doel van de verwerking','Adéquates, pertinentes et limitées à ce qui est nécessaire au regard des finalités ?\nEst-ce que le principe de minimisation des données est respecté ?\nLes données collectées permettent-elles d\'atteindre la finalité du traitement ?\nSont-elles compatibles avec celle-ci ?\nSont-elles à jour ?\n(Art 5.1c, 5.1d)','Adequate, relevant and limited to what is necessary in view of the purposes?\nIs the data minimization principle respected?\nDo the data collected, help to achieve the purpose of the processing?\nAre they compatible with it?\nAre they up to date?\n(Art 5.1c, 5.1d)','Adäquat, relevant und beschränkt auf das im Hinblick auf die Zwecke Notwendige?\nWird das Prinzip der Datenminimierung berücksichtigt?\nHelfen die erhobenen Daten, den Verarbeitungszweck zu erfüllen?\nSind sie damit kompatibel?\nSind sie auf dem neuesten Stand?\n(Art. 5.1c und 5.1d)','Adequaat, pertinent en beperkt tot wat noodzakelijk is voor het beoogde doel?\nWordt het principe van een minimale gegevensverwerking gerespecteerd?\nMaken de verzamelde gegevens het mogelijk het doel van de verwerking te realiseren?\nZijn ze verenigbaar met het doel?\nZijn ze up-to-date?\n(art. 5.1c, 5.1d)',-1,-1,-1,-1,-1,-1,-1,4,2,1,3,2,2,12,1,2,1,3,2,2,3,1,'The minimisation of personal data is not respected, excessive collection in relation to the purpose',NULL,0,'Admin Admin','2020-05-17 20:21:13',NULL,NULL),
('96e6a1a0-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 28,@max_rolf_risk_id + 12,'8','Le traitement des DCP n\'est pas licite','Lawfulness of the personal data processing','Rechtmäßigkeit der Verarbeitung personenbezogener Daten','De verwerking van de PG is niet rechtmatig','Quelle est la condition de licéité ?\n a) Collecte directe du consentement de la personne\n b) Traitement nécessaire à l\'exécution d\'un contrat\n c) Respect d\'une obligation légale\n d) Sauvegarde des intérêts vitaux\n e) Exécution d\'une mission d\'intérêt public\n f) Traitement nécessaire aux fins des intérêts légitimes\n(Art 6.1)','What is the condition of lawfulness?\n a) Direct collection of the consent of the person\n b) Processing is necessary for the performance of a contract\n c) Necessary for compliance with a legal obligation\n d) Necessary in order to protect the vital interests of the data subject\n e) Necessary for the performance of a task carried out in the public interest\n f) Necessary for the purposes of the legitimate interests\n(Art. 6.1)','Welche Bedingungen bestehen für die Rechtmäßigkeit?\n a) Direkte Einholung der Einwilligung der Person\n b) Verarbeitung ist für die Erfüllung eines Vertrags erforderlich\n c) Notwendigkeit für die Einhaltung einer gesetzlichen Verpflichtung\n d) Notwendigkeit zum Schutz der lebenswichtigen Interessen einer betroffenen Person\n e) Notwendigkeit für die Erfüllung einer im öffentlichen Interesse ausgeführten Aufgabe\n f) Notwendigkeit für die Zwecke legitimer Interessen\n(Art. 6.1)','Wat zijn de voorwaarden om rechtmatig te zijn?\n a) betrokkene heeft rechtstreeks toestemming gegeven\nb) verwerking noodzakelijk voor de uitvoering van een overeenkomst\nc) om te voldoen van de wettelijke verplichting\nd) om vitale belangen te beschermen\ne) voor de vervulling van een taak van algemeen belang\nf) voor de behartiging van de gerechtvaardigde belangen\n(art 6.1)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'Service contract',NULL,0,'Admin Admin','2020-05-17 20:21:17',NULL,NULL),
('96e6a1a0-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 28,@max_rolf_risk_id + 49,'54','Le traitement est illicite pour une autre finalité','Treatment is unlawful for another purpose','Behandlung ist für einen anderen Zweck unrechtmäßig.','De verwerking is onrechtmatig voor een ander doeleinde','Si la condition de licéité est remplie par les alinéas b,d et f de l\'article 6.1. est-ce que la finalité tient compte, entre autres :\na) de l\'existence éventuelle d\'un lien entre les finalités \nb) du contexte dans lequel les données à caractère personnel ont été collectées\nc) de la nature des données à caractère personnel\nd) des conséquences possibles du traitement ultérieur envisagé pour les personnes concernées; \ne) de l\'existence de garanties appropriées, qui peuvent comprendre le chiffrement ou la pseudonymisation.\n(Art 6.4)','If the condition of lawfulness is met by subparagraphs (b), (d) and (f) of Article 6.1. Does the purpose include, inter alia:\na) the existence link between the purposes for which the personal data have been collected and the purposes of the intended further processing\nb) the context in which the personal data have been collected\nc) the nature of the personal data\nd) the possible consequences of the intended further processing for data subjects\ne) the existence of appropriate safeguards, which may include encryption or pseudonymisation\n(Art. 6.4)','Wenn die Bedingung der Rechtmäßigkeit nach Unterparagrafen (b), (d) und (f) des Artikels 6.1 gegeben ist Beinhaltet der Zweck unter anderem:\na) die bestehende Verbindung zwischen den Zwecken, für welche die personenbezogenen Daten erhoben wurden, und den Zwecken der beabsichtigten weiteren Verarbeitung\nb) den Kontext, in dem die personenbezogenen Daten erhoben wurden\nc) die Art der personenbezogenen Daten\nd) die möglichen Folgen der beabsichtigten weiteren Verarbeitung für Betroffene\ne) die Existenz geeigneter Garantien, wie z. B. Verschlüsselung oder Pseudonymisierung\n(Art. 6.4)','Als de rechtmatigheidsvoorwaarde wordt vervuld door de alineas b, d en f van artikel 6.1. houdt het doeleinde dan rekening met onder meer:\na) het eventuele bestaan van een verband tussen de doeleinden\nb) de context waarin de persoonsgegevens werden verzameld\nc) de aard van de persoonsgegevens\nd) de mogelijke gevolgen van de beoogde verdere verwerking voor de betrokken personen \ne) het bestaan van passende waarborgen, waaronder eventueel versleuteling of pseudonimisering.\n(art. 6.4)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:17',NULL,NULL),
('96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 14,'15','Aucun moyen permettant l\'exercice du droit de rétractation du consentement','No means to allow the exercise of the right of withdrawal of consent','Keine die Ausübung des Rechts auf Widerruf der Einwilligung ermöglichenden Mittel','Geen middel om het recht om de toestemming in te trekken uit te oefenen','Le retrait du consentement est possible :\n - À tout moment ?\n - Sans justification ?\n - Facilement accessible?\n - La personne sait-elle qu\'elle peut retirer son consentement ?\n(Art 7.3)','The withdrawal of consent is possible:\n - At anytime?\n - No justification?\n - Easily accessible?\n - Does the person know that they can withdraw its consent?\n(Art. 7.3)','Der Widerruf der Einwilligung ist möglich:\n - Jederzeit?\n - Ohne Begründung?\n - Einfach zugänglich?\n - Weiß die Person, dass sie ihre Einwilligung widerrufen kann?\n(Art. 7.3)','Is het intrekken van de toestemming:\n - te allen tijde mogelijk?\n - zonder rechtvaardiging mogelijk?\n - gemakkelijk toegankelijk?\n - weet de persoon dat hij of zij zijn/haar toestemming kan intrekken?\n(art. 7.3)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'e-mail dedicated to privacy requests',NULL,0,'Admin Admin','2020-05-17 20:21:21',NULL,NULL),
('96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 15,'14','Absence de consentement du responsable parental des enfants (< 16 ans)','Lack of the consent given or authorized by the holder of parental responsibility over the child (< 16 years old)','Fehlen der vom Träger der elterlichen Verantwortung für ein Kind (< 16 Jahre) gegebenen oder genehmigten Einwilligung','Geen toestemming van de persoon met de ouderlijke verantwoordelijkheid over de kinderen (< 16 jaar)','Qui donne le consentement ? \nExiste-t-il une vérification de la responsabilité parentale de l\'enfant ?\n(Art 8)','Who gives the consent?\nIs there a verification of parental responsibility over the child?\n(Art. 8)','Wer erteilt die Einwilligung?\nWird die elterliche Verantwortung für das Kind überprüft?\n(Art. 8)','Wie geeft de toestemming? \nBestaat er een controle van de ouderlijke verantwoordelijkheid over het kind?\n(art. 8)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:21',NULL,NULL),
('96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 16,'13','Les preuves de la collecte du consentement sont insuffisantes','Insufficient evidence of the consent collection','Unzureichender Nachweis der Einwilligungseinholung','De bewijzen van de verkrijging van de toestemming zijn ontoereikend','Le consentement peut-il être démontré ?\nPreuves physiques ? Électroniques ?\n(Art 7.1)','Can consent be demonstrated?\nPhysical Evidence? Electronics?\n(Art. 7.1)','Kann die Einwilligung nachgewiesen werden?\nPhysische Beweise? Elektronik?\n(Art. 7.1)','Kan de toestemming worden aangetoond?\nFysieke bewijsstukken? Elektronische?\n(art. 7.1)',-1,-1,-1,-1,-1,-1,-1,1,1,2,1,1,2,2,1,1,2,1,1,2,2,5,'Contract signed',NULL,0,'Admin Admin','2020-05-17 20:21:22',NULL,NULL),
('96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 17,'12','Collecte déloyale du consentement','Unfair collection of the data subject\'s consent','Unfaire Einholung der Einwilligung von Betroffenen','Oneerlijke verkrijging van de toestemming','Le consentement est-il :\n - Explicite ? \n - Positif ?\n - Libre ?\n - Spécifique au traitement ou à un contrat ? \n - Clairement distinct des autres éléments ?\n(Art 7.2, 7.4)','Is the consent:\n - Explicit?\n - Positive?\n - Free?\n - Specific to the processing or the contract?\n - Clearly distinct from other elements (of the contract)?\n(Art 7.2, 7.4)','Erfolgt die Einwilligung:\n - Ausdrücklich?\n - Positiv?\n - Freiwillig?\n - Spezifisch für die Verarbeitung oder den Vertrag?\n - Klar getrennt von anderen Elementen (des Vertrags)?\n(Art 7.2 und 7.4)','Is de toestemming:\n - expliciet? \n - positief?\n - vrij?\n - specifiek voor de verwerking of voor een overeenkomst? \n - duidelijk onderscheiden van de andere elementen?\n(art. 7.2, 7.4)',-1,-1,-1,-1,-1,-1,-1,1,1,2,1,1,2,2,1,1,2,1,1,2,2,5,'Service contract',NULL,0,'Admin Admin','2020-05-17 20:21:22',NULL,NULL),
('96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 18,'16','Manque d\'information à la personne sur la façon d\'exercer ses droits','Lack of information to the data subject on how to exercise its rights','Fehlende Belehrung des Betroffenen über die Ausübung seiner Rechte','De persoon beschikt niet over informatie over de manier waarop hij/zij zijn/haar rechten kan doen gelden','Comment exercer la demande ? Par mail ? Courrier ? Personnellement ?\nLa demande est-elle gratuite ?\n(Chapitre III)','How to apply? By email? Postal mail? Personally?\nIs the application free?\n(Chapter III)','Beantragungsmethode? Per E-Mail? Per Post? Persönlich?\nIst die Beantragung gebührenfrei?\n(Kapitel III)','Hoe het verzoek indienen? Per mail? Post? Persoonlijk?\nIs het verzoek gratis?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
('96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 19,'17','Les ressources sont insuffisantes pour assurer l\'exercice des droits de la personne concernée','Insufficient resources to ensure the exercise of the data subject\'s rights','Unzureichende Ressourcen zur Gewährleistung der Ausübung der Rechte von Betroffenen','De middelen zijn ontoereikend om de uitoefening van de rechten van de betrokken persoon mogelijk te maken','Comment sont traitées les demandes ?\n(Chapitre III)','How requests are processed?\n(Chapter III)','Wie werden Anfragen verarbeitet?\n(Kapitel III)','Hoe worden de verzoeken behandeld?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
('96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 20,'18','Les délais de réponse des demandes sont excessifs','Excessive response time for answering requests','Zu lange Antwortzeit auf Anfragen','De termijnen voor het beantwoorden van de verzoeken zijn te lang','Quelle est la fréquence de réception de demandes ?\n(Chapitre III)','How often are requests received?\n(Chapitre III)','Wie oft werden Anfragen erhalten?\n(Kapitel III)','Wat is de ontvangstfrequentie van verzoeken?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,4,2,3,1,2,3,12,1,2,3,1,2,3,3,1,'No request management procedure and no DPO',NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
('96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 21,'19','Défaut de contrôle d\'identité du demandeur des droits','Lack of identity check of the applicant','Fehlende Identitätsprüfung eines Antragstellers','Geen identiteitscontrole van de aanvrager van de rechten','Existe-t-il une procédure de contrôle de l\'identité ? Est-elle formelle ?\nQuel type de document est demandé ?\nLe document est-il copié ? Stocké ?','Is there a procedure for identity control? Is it formal?\nWhat type of document is requested?\nIs the document copied? Stored?\n(Chapitre III)','Existiert ein Verfahren für die Identitätskontrolle? Ist es formal?\nWelcher Typ von Dokumenten wird verlangt?\nWird das Dokument kopiert? Aufbewahrt?\n(Kapitel III)','Bestaat er een identiteitscontroleprocedure? Is ze formeel?\nWelk type document wordt gevraagd?\nWordt het document gekopieerd? Opgeslagen?',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:27',NULL,NULL),
('96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 23,'20','Les preuves concernant les demandes relatives à l\'exercice de droits sont insuffisantes','Insufficient evidence concerning applications for the exercise of rights','Unzureichender Nachweis im Hinblick auf Anträge zur Ausübung von Rechten','De bewijzen betreffende de verzoeken m.b.t. de uitoefening van de rechten zijn ontoereikend','Existe-t-il un modèle de demande proposé à la personne concernée ?\nLes demandes sont-elles adressées par écrit, datées et signées ?\n(Chapitre III)','Is there a proposed application to the data subject?\nAre applications made in writing, dated and signed?\n(Chapter III)','Wird Betroffenen ein Antrag angeboten?\nErfolgen Anträge in datierter und unterzeichneter Schriftform?\n(Kapitel III)','Bestaat er een verzoekmodel dat wordt voorgesteld aan de betrokken persoon?\nWorden de verzoeken schriftelijk ingediend, gedateerd en ondertekend?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:28',NULL,NULL),
('96e6a214-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 31,@max_rolf_risk_id + 22,'21','L\'information préalable à fournir à la personne est insuffisante','Prior information to be provided to the person is insufficient','Der Person bereitzustellende Vorabinformationen sind unzureichend.','De vooraf aan de persoon te verstrekken informatie is ontoereikend','Attention l\'information varie sensiblement en fonction de la façon de collecter l\'information (auprès de la personne art. 13, sinon art. 14)\nInformation à fournir au minimum :\n - L\'identité et les coordonnées du responsable du traitement ou du délégué à la protection des données\n - Les finalités du traitement\n - La base juridique du traitement\n - Si le traitement est fondé sur des intérêts légitimes, les fournir\n - les destinataires ou les catégories de destinataires\n - L\'intention d\'effectuer un transfert de données à caractère personnel vers un pays tiers ou à une organisation internationale\n - La durée de conservation des données ou les critères utilisés pour déterminer cette durée\n - L\'existence de ses différents droits\n - L\'existence d\'une prise de décision automatisée, y compris un profilage ainsi que la logique sous-jacente et l\'importance et les conséquences prévues de ce traitement pour la personne concernée\n - ...\n(Art 13.1, 13.2, 14)','Please note that information depends on how the information is collected (from the person in Article 13, if not Article 14)\nInformation to be provided as a minimum:\n - The identity and contact details of the controller or the Data Protection Officer\n - Purposes of processing\n - The legal basis for the processing\n - If the treatment is based on legitimate interests, provide them\n - Recipients or categories of recipients\n - The intention to transfer personal data to a third country or to an international organization\n - The retention period of the data or the criteria used to determine this duration\n - The existence of its various rights\n - The existence of automated decision-making, including profiling and the underlying logic and the significance and anticipated consequences of this treatment for the data subject \n - ...\n(Art. 13.1, 13.2, 14)','Bitte beachten Sie, dass Informationen davon abhängen, wie sie eingeholt werden (von einer Person in Artikel 13, ansonsten Artikel 14).\nBereitzustellende Mindestinformationen:\n - Die Identität sowie die Kontaktdaten des Verantwortlichen oder des Datenschutzbeauftragten\n - Zweck der Verarbeitung\n - Die gesetzliche Grundlage für die Verarbeitung\n - Falls die Behandlung auf legitimen Interessen beruht, diese angeben\n - Empfänger oder Empfängerkategorien\n - Die Absicht der Übertragung personenbezogener Daten an Drittländer oder eine internationale Organisation\n - Die Speicherfrist der Daten oder die zur Bestimmung dieser Frist verwendeten Kriterien\n - Das Bestehen der verschiedenen Rechte\n - Das Bestehen automatisierter Entscheidungsfindungen, u. a. Profilerstellung und die zugrunde liegende Logik sowie die Bedeutung und die voraussichtlichen Folgen dieser Behandlung für Betroffene \n - …\n(Art. 13.1, 13.2 und 14)','Let op, de informatie verschilt aanzienlijk afhankelijk van de manier waarop de informatie wordt verzameld (bij de persoon, art. 13, anders art. 14)\nMinstens te verstrekken informatie:\n - De identiteit en de gegevens van de verwerkingsverantwoordelijke of van de functionaris voor gegevensbescherming\n - de doeleinden van de verwerking\n - de rechtsgrond van de verwerking\n - als de verwerking gebaseerd is op gerechtvaardigde belangen, moeten die worden vermeld\n - de ontvangers of de categorieën van ontvangers\n - het voornemen om persoonsgegevens door te geven aan een derde land of aan een internationale organisatie\n - de periode gedurende welke de persoonsgegevens zullen worden opgeslagen of de criteria ter bepaling van die termijn\n - het bestaan van zijn verschillende rechten\n - het bestaan van geautomatiseerde besluitvorming, met inbegrip van een profilering en de onderliggende logica, alsmede het belang en de verwachte gevolgen van die verwerking voor de betrokkene\n - ...\n(art. 13.1, 13.2, 14)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'Information provided in the service contract in the privacy chapter',NULL,0,'Admin Admin','2020-05-17 20:21:31',NULL,NULL),
('96e6a214-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 31,@max_rolf_risk_id + 30,'22','Modification du traitement ou traitement ultérieur, sans information préalable à la personne','Changes in treatment or further treatment, without prior notification to the data subject','Änderungen bei der Behandlung oder weiteren Behandlung ohne vorherige Ankündigung bei Betroffenen','Wijziging van de verwerking of latere verwerking, zonder voorafgaande kennisgeving aan de persoon','Quel type de changement ?\n - Changement ou autre finalité ?\n - Nouveaux destinataires ?\n - Durée de conservation ?\n - ... ?\n(Art 13.3)','What kind of change?\n - Change or other purpose?\n - New recipients?\n - The duration of the conversation ?\n - ...?\n(Art. 13.3)','Welche Art der Änderung?\n - Änderung oder anderer Zweck?\n - Neue Empfänger?\n - Die Speicherfrist?\n - …?\n(Art. 13.3)','Welk type van wijziging?\n - wijziging of ander doeleinde?\n - nieuwe ontvangers?\n - bewaringsduur?\n - ... ?\n(art. 13.3)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:32',NULL,NULL),
('96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 28,'24','Impossibilité de tracer les personnes qui accèdent aux DCP','Unable to trace people accessing the personal data','Verfolgung des Zugriffs von Personen auf personenbezogene Daten nicht möglich','Geen mogelijkheid om de personen die de PG inzien te traceren','Quelles informations sont enregistrées dans les logs ?\nNom des personnes ou catégories de personnes ?\n(Art 15.1c)','What information is stored in the logs?\nName of persons or categories of persons?\n(Art 15.1c)','Welche Informationen werden in den Protokollen gespeichert?\nPersonennamen oder Personenkategorien?\n(Art. 15.1c)','Welke informatie wordt opgeslagen in de logs?\nNaam van de personen of persoonscategorieën?\n(art. 15.1c)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:35',NULL,NULL),
('96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 29,'23','Aucun moyen pour fournir une copie des DCP à la personne concernée','No means to provide a copy of the personal data to the data subject','Keine Mittel zur Bereitstellung einer Kopie personenbezogener Daten für Betroffene','Geen mogelijkheid om de betrokken persoon een kopie van de PG te bezorgen','Comment les informations sont-elles fournies ?\nLes données fournies sont exhaustives ?\nDes frais administratifs sont-ils demandés ? Proportionnalité ?\n(Art 15.3)','How the information is provided?\nAre the data provided exhaustive?\nAre there any administrative fees? Proportionality?\n(Art. 15.3)','Wie werden die Informationen bereitgestellt?\nSind die bereitgestellten Daten umfassend?\nFallen Verwaltungsgebühren an? Proportionalität?\n(Art. 15.3)','Hoe worden de gegevens verstrekt?\nWorden de gegevens uitputtend verstrekt?\nWorden er administratiekosten aangerekend? Evenredigheid?\n(art. 15.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:36',NULL,NULL),
('96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 40,'44','L\'information concernant les droits daccès à fournir à la personne est insuffisante','Information on the access rights to be provided to the person is insufficient','Der Person bereitzustellende Informationen über Auskunftsrechte sind unzureichend.','De aan de persoon te verstrekken informatie betreffende de toegangsrechten is ontoereikend','Comment les informations sont-elles fournies ?\nInformation à fournir au minimum :\n - Les finalités du traitement\n - Les catégories des DCP et leurs sources\n - les destinataires ou les catégories de destinataires\n - La durée de conservation des données ou les critères utilisés pour déterminer cette durée\n - L\'existence de ses différents droits\n - L\'existence d\'une prise de décision automatisée, y compris le profilage\n - Si transfert des DCP vers un pays tiers ou à une organisation internationale, information sur les garanties appropriées\n - ...\n(Art 15.1, 15.2)','How is the information provided?\nInformation to be provided as a minimum:\n - Purposes of processing\n - Categories of personal data and their sources\n - recipients or categories of recipients\n - The retention period of the data or the criteria used to determine this duration\n - The existence of its various rights\n - The existence of automated decision-making, including profiling\n - If transfer of personal data to a third country or to an international organization, information on the appropriate safeguards\n - ...\n(Art. 15.1, 15.2)','Wie sind die Informationen bereitzustellen?\nBereitzustellende Mindestinformationen:\n - Zwecke der Verarbeitung\n - Kategorien personenbezogener Daten und deren Quellen\n - Empfänger oder Empfängerkategorien\n - Die Speicherfrist der Daten oder die zur Bestimmung dieser Frist verwendeten Kriterien\n - Das Bestehen der verschiedenen Rechte\n - Das Bestehen automatisierter Entscheidungsfindungen, u. a. Profilerstellung\n - Informationen über die geeigneten Garantien bei Übertragung personenbezogener Daten an Drittländer oder eine internationale Organisation \n - …\n(Art. 15.1 und 15.2)','Hoe worden de gegevens verstrekt?\nMinimaal te verstrekken informatie:\n - de doeleinden van de verwerking\n - de categorieën van PG en hun bronnen\n - de ontvangers of de ontvangercategorieën\n - de gegevensbewaringsduur of de gehanteerde criteria om die duur te bepalen\n - het bestaan van zijn verschillende rechten\n - het bestaan van een automatische besluitvorming, inclusief profilering\n - in geval van doorgifte van de PG aan een derde land of aan een internationale organisatie, relevante informatie over de garanties\n - ...\n(art. 15.1, 15.2)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:36',NULL,NULL),
('96e6a269-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 33,@max_rolf_risk_id + 27,'25','Impossibilité de rectifier les DCP qui sont inexactes','Inability to correct inaccurate personal data','Berichtigung fehlerhafter personenbezogener Daten nicht möglich','Onmogelijkheid om inexacte PG te rectificeren','La rectification est-elle possible ? \nPartout (Duplication, différents supports ...) ?\n(Art 16)','Is rectification possible?\nEverywhere (Duplication, different media, ...)?\n(Art. 16)','Ist eine Berichtigung möglich?\nÜberall (Duplizierung, verschiedene Medien …)?\n(Art. 16)','Is rectificatie mogelijk? \nOveral (duplicatie, verschillende dragers ...) ?\n(art. 16)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:40',NULL,NULL),
('96e6a269-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 33,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:40',NULL,NULL),
('96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 25,'27','Défaillance du contrôle d\'effacement des DCP atteignant la fin de la durée de conservation','Failure to control the deletion of data reaching the end of the shelf life','Unterlassung der Kontrolle der Löschung von Daten bei Ablauf der Speicherfrist','Tekortkoming in de controle van de verwijdering van persoonsgegevens die het einde van de bewaringsduur hebben bereikt','Existe-t-il une procédure de contrôle ?\nQui en est lresponsable ?\nQuelle est la période de lancement ?\n(Art 17)','Is there a control procedure?\nWho is responsible for this?\nWhat is the launch period?\n(Art. 17)','Existiert ein Kontrollverfahren?\nWer ist dafür zuständig?\nMit welcher Einführungsphase?\n(Art. 17)','Bestaat er een controleprocedure?\nWie is er verantwoordelijk voor?\nWat is de lanceringsperiode?\n(art. 17)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'Personal data is deleted at the end of the service',NULL,0,'Admin Admin','2020-05-17 20:21:44',NULL,NULL),
('96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 26,'26','Incapacité d\'effacer les DCP','Unable to delete personal data','Löschung personenbezogener Daten nicht möglich','Onvermogen om de PG te wissen','L\'obligation d\'effacer les DCP s\'applique en fonction de certains motifs : DCP plus nécessaires, retrait du consentement, opposition au traitement, traitement illicite, obligation légale, offre de service ..)\nPossibilité de traiter l\'effacement via les autres responsables du traitement \nNote : Il existe des exceptions pour l\'application au droit à l\'effacement (art. 17-3)\n(Art 17.1, 17.2)','The obligation to erase personal data applies on the basis of certain grounds: data no longer necessary, withdrawal of consent, opposition to processing, unlawful processing, legal obligation, offer of service ..)\nPossibility of processing erasure via other processors\nNote: There are exceptions for the application of the right of erasure (Articles 17-3)\n(Art. 17.1, 17.2)','Die Verpflichtung zur Löschung personenbezogener Daten besteht unter bestimmten Umständen: Daten sind nicht mehr erforderlich, Widerruf der Einwilligung, Widerspruch gegen Verarbeitung, unrechtmäßige Verarbeitung, gesetzliche Verpflichtung, Dienstleistungsangebot \nMöglichkeit der Verarbeitung der Löschung durch andere Auftragsverarbeiter\nHinweis: Für die Anwendung des Rechts auf Löschung bestehen Ausnahmen (Artikel 17-3)\n(Art. 17.1 und 17.2).','De verplichting om de PG te wissen geldt afhankelijk van bepaalde motieven: PG niet langer nodig, intrekking van toestemming, bezwaar tegen verwerking, onrechtmatige verwerking, wettelijke verplichting, dienstenaanbod ...)\nMogelijkheid om de verwijdering te behandelen via de andere verwerkingsverantwoordelijken\nOpmerking: er bestaan uitzonderingen voor de toepassing van het recht op gegevensverwijdering (art. 17-3)\n(art. 17.1, 17.2)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:44',NULL,NULL),
('96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:21:45',NULL,NULL),
('96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 24,'28','Impossible d\'exercer le droit à la limitation du traitement','Unable to exercise the right to limit the processing','Ausübung des Rechts auf Einschränkung der Verarbeitung nicht möglich','Onmogelijk het recht op de beperking van de verwerking uit te oefenen','La personne concernée a le droit d\'obtenir du responsable du traitement la limitation du traitement lorsque l\'un des éléments suivants s\'applique:\na) l\'exactitude des données à caractère personnel est contestée \nb) le traitement est illicite et la personne concernée s\'oppose à leur effacement et exige à la place la limitation de leur utilisation\nc) le responsable du traitement n\'a plus besoin des données à caractère personnel aux fins du traitement, mais celles-ci sont encore nécessaires à la personne concernée pour la constatation, l\'exercice ou la défense de droits en justice;0\nd) la personne concernée s\'est opposée au traitement en vertu de l\'article 21, paragraphe 1, pendant la vérification portant sur le point de savoir si les motifs légitimes poursuivis par le responsable du traitement prévalent sur ceux de la personne concernée.\n(Art 18.1)','The data subject shall have the right to obtain from the controller the limitation of processing where one of the following applies:\na) The accuracy of the personal data is contested\nb) The processing is unlawful and the person concerned opposes their erasure and instead requires the limitation of their use\nc) the controller no longer needs personal data for processing purposes, but the controller is still required by the data subject to establish, exercise or defend legal rights\n(D) the data subject has objected to the processing under article 21 (1) during the verification of whether the legitimate reasons pursued by the controller prevail over those of the data subject.\n(Art. 18.1)','Betroffene haben das Recht, die Einschränkung der Verarbeitung vom Verantwortlichen zu erhalten, wenn einer der folgenden Umstände gegeben ist:\na) Die Genauigkeit der personenbezogenen Daten wird bestritten.\nb) Die Verarbeitung ist unrechtmäßig, und die betroffene Person lehnt deren Löschung ab und fordert stattdessen die Einschränkung ihrer Nutzung.\nc) Der Verantwortliche benötigt zu Verarbeitungszwecken keine personenbezogenen Daten mehr, muss auf Verlangen eines Betroffenen aber noch Rechtsansprüche feststellen, geltend machen oder verteidigen.\nd) Ein Betroffener hat einer Verarbeitung gemäß Artikel 21 (1) während der Überprüfung widersprochen, ob die vom Verantwortlichen verfolgten legitimen Zwecke Vorrang vor denen des Betroffenen haben.\n(Art. 18.1)','De betrokkene heeft het recht van de verwerkingsverantwoordelijke de beperking van de verwerking te verkrijgen indien een van de volgende elementen van toepassing is:\na) de juistheid van de persoonsgegevens wordt betwist\nb) de verwerking is onrechtmatig en de betrokkene verzet zich tegen het wissen van de persoonsgegevens en verzoekt in de plaats daarvan om een beperking van het gebruik ervan\nc) de verwerkingsverantwoordelijke heeft de persoonsgegevens niet meer nodig voor de verwerkingsdoeleinden, maar de betrokkene heeft deze nodig voor de instelling, uitoefening of onderbouwing van een rechtsvordering\nd) de betrokkene heeft krachtens artikel 21, lid 1, bezwaar gemaakt tegen de verwerking, in afwachting van het antwoord op de vraag of de gerechtvaardigde gronden van de verwerkingsverantwoordelijke zwaarder wegen dan die van de betrokkene.\n(art. 18.1)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'e-mail dedicated to privacy requests',NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
('96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 41,'46','Le responsable du traitement ne met pas les moyens en oeuvre pour limiter le traitement','The controller does not implement the means to limit the processing','Der Verantwortliche implementiert die Mittel zur Einschränkung der Verarbeitung nicht.','De verwerkingsverantwoordelijke maakt geen gebruik van de middelen om de verwerking te beperken','En cas de limitation du traitement, quelles sont les mesures prises par le responsable du traitement pour assurer la limitation ?\nEn cas de levée de la limitation comment la personne concernée sera-t-elle avertie ?\nNote : Voir exceptions\n(Art 18.2, 18.3)','If the processing is restricted, what measures are taken by the controller to ensure the limitation?\nIf the limitation is lifted, how will the person concerned be notified?\nNote: See exceptions\n(Art. 18.2, 18.3)','Welche Maßnahmen werden vom Verantwortlichen bei eingeschränkter Verarbeitung zur Sicherstellung der Beschränkung ergriffen?\nWie wird die betroffene Person im Falle der Aufhebung der Einschränkung benachrichtigt?\nHinweis: Siehe Ausnahmen\n(Art. 18.2 und 18.3).','Welke maatregelen neemt de verwerkingsverantwoordelijke in geval van beperking van de verwerking om die beperking te waarborgen?\nHoe wordt de betrokken persoon in geval van opheffing van de beperking daarvan verwittigd?\nOpmerking: Zie uitzonderingen\n(art. 18.2, 18.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
('96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
('96e6a2e2-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 36,@max_rolf_risk_id + 43,'48','Incapacité à exercer le droit à la portabilité des données','Inability to exercise the right to data portability','Ausübung des Recht auf Datenübertragbarkeit nicht möglich','Onvermogen het recht op de overdraagbaarheid van gegevens uit te oefenen','Quel format de données est prévu ? \nStructuré ? Couramment utilisé et lisible par machine ?\nSi transfert directement à un autre responsable de traitement, le transfert est-il accepté par ce dernier ?\nDans le cas d\'un traitement automatique, si la personne concernée exerce son droit à la portabilité des données, y a-t-il un arrangement pour que les données transitent directement vers le nouveau responsable du traitement.\n(Art 20)','What data format is expected?\nStructured? Commonly used and machine readable?\nIf transferred directly to another controller, is the transfer accepted by the controller?\nIn the case of automatic processing, if the data subject exercises his right to data portability, is there an arrangement for the data to pass directly to the new data controller?\n(Art. 20)','Welches Datenformat wird erwartet?\nStrukturiert? Gängig und maschinenlesbar?\nWird die Übertragung bei einer direkten Übertragung an einen anderen Verantwortlichen vom Verantwortlichen akzeptiert?\nExistiert im Falle der automatischen Verarbeitung, sofern ein Betroffener sein Recht auf Datenübertragbarkeit ausübt, eine Regelung, damit die Daten direkt über den neuen Datenverantwortlichen laufen?\n(Art. 20)','Welk gegevensformaat werd voorzien? \nGestructureerd? Gangbare en machineleesbare vorm?\nIn geval van een overdracht aan een andere verwerkingsverantwoordelijke, wordt de overdracht dan aanvaard door die laatste?\nIs er in geval van een automatische verwerking sprake van de regeling volgens welke de gegevens rechtstreeks worden overgedragen naar de nieuwe verwerkingsverantwoordelijke, als de betrokken persoon zijn recht op de overdraagbaarheid van gegevens uitoefent?\n(art. 20)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:53',NULL,NULL),
('96e6a312-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 37,@max_rolf_risk_id + 31,'29','Incapacité de s\'opposer au traitement de DCP','Inability to object to the processing of personal data','Widerspruch gegen die Verarbeitung von personenbezogenen Daten nicht möglich','Onvermogen om bezwaar aan te tekenen tegen de verwerking van de PG','Existe-t-il un point de contact (mail, téléphone, adresse) ?\nY a-t-il une procédure en place ?\nQuel est le temps pour arrêter le traitement, après la demande de la personne concernée ?\nSi plusieurs traitements, possibilité d\'en arrêter qu\'un ?\nNote : Voir exception\n(Art 21)','Is there a point of contact (mail, telephone, address)?\nIs there a procedure in place?\nWhat is the time to stop processing, after the request of the data subject?\nIf several processing, possibility to stop only one?\nNote: See exception\n(Art. 21)','Gibt es eine Anlaufstelle (E-Mail, Telefon, Adresse)?\nExistiert ein Verfahren?\nDauer bis zum Beenden der Verarbeitung nach dem Antrag eines Betroffenen?\nMöglichkeit bei mehreren Verarbeitungen, nur eine zu beenden?\nHinweis: Siehe Ausnahme\n(Art. 21).','Bestaat er een contactpunt (mail, telefoon, adres)?\nBestaat er een procedure?\nHoelang duurt het om de verwerking stop te zetten, na het verzoek van de betrokken persoon?\nBij meerdere verwerkingen, mogelijkheid om slechts één te stoppen?\nOpmerking: Zie uitzondering\n(art. 21)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:58',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 32,'31','Incompatibilité entre les fonctions du DPO et ses missions','Incompatibility between DPO functions and missions','Inkompatibilität zwischen DSB-Funktionen und -Aufträgen','Incompatibiliteit tussen de functies van de FGB en zijn taken','A-t-il accès aux informations pertinentes pour sa fonction, de la part du management de l\'organisme ?\nEst-il en rapport direct avec le management de l\'organisme ?\nPrésence de conflit d\'intérêts avec les autres missions du DPO ? RSSI ? \nFait-il partie du management de l\'organisme ?\n(Art 38)','Does he have access to information relevant to its function, from the management of the organization?\nIs he directly related to the management of the organization?\nConflict of interest with other DPO missions? CISO?\nIs he part of the management of the organization?\n(Art. 38)','Hat er Zugriff auf für seine Funktion relevante Informationen vom Management der Organisation?\nBestehen direkte Beziehungen zwischen ihm und dem Management der Organisation?\nInteressenskonflikt mit anderen DSB-Aufträgen? CISO (Chief Information Security Officer, Beauftragter für Informationssicherheit)?\nGehört er zum Management der Organisation?\n(Art. 38)','Heeft hij toegang tot pertinente informatie voor zijn functie, vanwege het management van het organisme?\nIs er een rechtstreekse relatie met het management van het organisme?\nIs er sprake van een belangenconflict met andere taken van de FGB? ISSM? \nMaakt hij deel uit van het management van het organisme?\n(art. 38)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:04',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 33,'30','Le DPO manque de compétences','Lack of skills of the DPO','Mangelnde Kompetenzen des DSB','De FGB beschikt niet over al de nodige bekwaamheden','Est-il de formation universitaire accomplie en droit ? Économie ? Gestion d\'entreprise ? Informatique ? ?\nEst-il membre d\'une des professions règlementées ? Avocat à la Cour ? Réviseur d\'entreprises ? Expert-comptable ? Médecin ?\nEst-il bien conscient de son rôle et ses devoirs ?\n(Art 37.5, 39.2)','Did he have an academic background in law? Economy? Business Management ? Computing? ...?\nIs he a member of one of the regulated professions? Attorneys ? Reviewer of companies? Accountant ? Doctor ?\nIs he well aware of his role and duties?\n(Art. 37.5, 39.2)','Hat er einen akademischen Hintergrund in Rechtswissenschaften? Wirtschaft? Betriebswirtschaft? Informatik? ?\nÜbt er einen reglementierten Beruf aus? Anwalt? Unternehmensprüfer? Buchhalter? Arzt?\nIst er sich seiner Rolle und seiner Pflichten vollkommen bewusst?\n(Art. 37.5 und 39.2)','Heeft hij een universitair diploma in de rechten? In economie? In bedrijfsbeheer? In informatica? ?\nIs hij lid van een van de gereglementeerde beroepen? Raadsheer bij het hof van beroep? Bedrijfsrevisor? Accountant? Arts?\nIs hij zich terdege bewust van zijn rol en zijn plichten?\n(art. 37.5, 39.2)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:05',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 34,'33','Faible communication entre DPO et la commission','Low communication between DPO and the commission','Geringe Kommunikation zwischen dem DSB und der Kommission','Gebrekkige communicatie tussen FGB en de commissie','Veille juridique ?\nPoint de contact pour répondre aux demandes et aux réclamations ?\n(Art 39.1d)','Legal monitoring ?\nContact point for inquiries and complaints?\n(Art 39.1d)','Rechtliche Überwachung?\nAnlaufstelle für Anfragen und Beschwerden?\n(Art. 39.1d)','Juridische waarnemingspost?\nContactpunt om te antwoorden op verzoeken en klachten?\n(art. 39.1d)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:06',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 35,'34','Faible communication entre DPO et les employés','Poor communication between the DPO and employees','Schlechte Kommunikation zwischen dem DSB und Mitarbeitern','Gebrekkige communicatie tussen FGB en de werknemers','Le DPO est-il actif dans des sujets tels que :\n - la sensibilisation ?\n - les conseils aux employés ?\n - les codes de conduites ?\n - les politiques relatives à la protection des DCP\n(Art. 39-1b)','The DPO is active in subjects such as:\n - Awareness ?\n - Advice to employees?\n - Codes of conduct?\n - Policies relating to the personal data protection\n(Article 39 (1) (b)','DSB ist aktiv in Bereichen wie:\n - Bewusstsein?\n - Mitarbeiterberatung?\n - Verhaltenskodizes?\n - Richtlinien in Bezug auf den Schutz personenbezogener Daten\n(Artikel 39 (1) (b))','Is de FGB actief op het vlak van themas als:\n - sensibilisering?\n - advies aan werknemers?\n - gedragscodes?\n - het beleid inzake de bescherming van PG\n(art. 39-1b)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:06',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 44,'49','Absence de DPO, alors qu\'il est requis par la loi','Absence of DPO, when required by law','Fehlen eines gesetzlich vorgeschriebenen DSB','Er is geen FGB, terwijl het wettelijk vereist is','Le responsable du traitement et le sous-traitant désignent en tout état de cause un délégué à la protection des données lorsque:\na) le traitement est effectué par une autorité publique ou un organisme public, à l\'exception des juridictions agissant dans l\'exercice de leur fonction juridictionnelle;\nb) les activités de base du responsable du traitement ou du sous-traitant consistent en des opérations de traitement qui, du fait de leur nature, de leur portée et/ou de leurs finalités, exigent un suivi régulier et systématique à grande échelle des personnes concernées; ou\nc) les activités de base du responsable du traitement ou du sous-traitant consistent en un traitement à grande échelle de catégories particulières de données visées à l\'article 9 et de données à caractère personnel relatives à des condamnations pénales et à des infractions visées à l\'article 10.\n(Art 37.1)','The controller and the processor shall in any event designate a data protection officer when:\na) the processing is carried out by a public authority or body, except for courts acting in their judicial capacity\nb) the core activities of the controller or the processor consist of processing operations which, by virtue of their nature, their scope and/or their purposes, require regular and systematic monitoring of data subjects on a large scale\nc) the core activities of the controller or the processor consist of processing on a large scale of special categories of data pursuant to article 9 and personal data relating to criminal convictions and offences referred to in Article 10\n(Art. 37.1)','Der Verantwortliche und der Auftragsverarbeiter müssen auf jeden Fall einen Datenschutzbeauftragten benennen, wenn:\na) die Verarbeitung durch eine öffentliche Behörde oder Körperschaft erfolgt, mit Ausnahme von im Rahmen des Justizapparats handelnden Gerichten\nb) die Kernaktivitäten des Verantwortlichen oder des Auftragsverarbeiters aus Verarbeitungsvorgängen bestehen, die aufgrund ihrer Art, ihres Umfangs und/oder ihrer Zwecke eine regelmäßige und systematische Überwachung in großem Umfang von Datensubjekten erfordern\nc) die Kernaktivitäten des Verantwortlichen und des Auftragsverarbeiters aus der groß angelegten Verarbeitung spezieller Datenkategorien gemäß Artikel 9 und personenbezogener Daten im Hinblick auf in Artikel 10 genannten strafrechtlichen Verurteilungen und Vergehen besteht\n(Art. 37.1)','De verwerkingsverantwoordelijke en de onderaannemer wijzen een functionaris voor gegevensbescherming aan in elk geval waarin:\na) de verwerking wordt verricht door een overheidsinstantie of overheidsorgaan, behalve in het geval van gerechten bij de uitoefening van hun rechterlijke taken;\nb) een verwerkingsverantwoordelijke of de onderaannemer hoofdzakelijk is belast met verwerkingen die vanwege hun aard, hun omvang en/of hun doeleinden regelmatige en stelselmatige observatie op grote schaal van betrokkenen vereisen; of\nc) de verwerkingsverantwoordelijke of de onderaannemer hoofdzakelijk is belast met grootschalige verwerking van bijzondere categorieën van gegevens uit hoofde van artikel 9 en van persoonsgegevens met betrekking tot strafrechtelijke veroordelingen en strafbare feiten zoals bedoeld in artikel 10.\n(art. 37.1)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:07',NULL,NULL),
('96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 45,'50','Le DPO n\'est pas joignable','The DPO is not reachable','DSB ist nicht erreichbar.','De FGB is niet bereikbaar','Utilisation excessive de la mutualisation ?\nLes lieux de travail sont trop éloignés ?\nLes organismes sont trop volumineux ?\nLe DPO est en surcharge de travail ?\n(Art 37.2, 37.3, 37.4)','Excessive use of pooling?\nAre workplaces too far apart?\nAre the organisms too large?\nThe DPO is overworked?\n(Art. 37.2, 37.3, 37.4)','Exzessives Pooling?\nSind Arbeitsplätze zu weit voneinander entfernt?\nSind die Organismen zu groß?\nIst der DSB überarbeitet?\n(Art. 37.2, 37.3 und 37.4)','Excessief gebruik van verdeling onder elkaar?\nZijn de werkplekken te ver van elkaar verwijderd?\nZijn de organismen te volumineus?\nHeeft de FGB een te grote werklast?\n(art. 37.2, 37.3, 37.4)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:08',NULL,NULL),
('96e6a336-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 39,@max_rolf_risk_id + 36,'35','Le destinataire ne connait pas la finalité du traitement','The recipient does not know the purpose of the processing','Der Empfänger kennt den Zweck der Verarbeitung nicht.','De ontvanger kent het doel van de verwerking niet','Quel type de légitimité ?\n - Consentement de la personne\n - Respect à une obligation légale\n - Exécution mission d\'intérêt public\n - Exécution d\'un contrat\n - Réalisation d\'un intérêt légitime\n - Sauvegarde de l\'intérêt vital\n(multi articles)','What kind of legitimacy?\n - Consent of person\n - Compliance with a legal obligation\n - Execution of public service mission\n - Execution of a contract\n - Realization of a legitimate interest\n - Safeguarding the vital interest\n(multi articles)','Welche Art der Rechtmäßigkeit?\n - Einwilligung einer Person\n - Einhaltung einer gesetzlichen Verpflichtung\n - Erfüllung öffentlicher Dienstaufträge\n - Erfüllung eines Vertrags\n - Erfüllung eines legitimen Interesses\n - Schutz lebenswichtiger Interessen\n(Diverse Artikel)','Welk type van legitimiteit?\n - toestemming van de persoon\n - naleving van een wettelijke verplichting\n - uitvoering van een missie van algemeen belang\n - uitvoering van een contract\n - realisatie van een legitiem belang\n - verdediging van een vitaal belang\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,0,1,2,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'Purpose defined in the contract',NULL,0,'Admin Admin','2020-05-17 20:22:12',NULL,NULL),
('96e6a336-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 39,@max_rolf_risk_id + 38,'37','Absence des clauses contractuelles entre le responsable du traitement et le destinataire','Absence of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichem und dem Auftragsverarbeiter','Gebrek aan contractuele bepalingen tussen de verwerkingsverantwoordelijke en de ontvanger','Obligations en matière de protection des DCP\nLimites du traitement sous instruction du responsable du traitement\n(multi articles)','Obligations regarding personal data protection\nThe limits of the processing under instruction of the controller\n(multi articles)','Verpflichtungen in Bezug auf den Schutz personenbezogener Daten\nEinschränkungen der Verarbeitung unter Anleitung des Verantwortlichen\n(Diverse Artikel)','Verplichtingen inzake de bescherming van PG\nBeperkingen van de verwerking in opdracht van de verwerkingsverantwoordelijke\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,0,1,2,1,2,2,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:22:13',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 7,'40','Le sous-traitant ne présente pas les garanties suffisantes pour assurer la protection des données','The processor does not have sufficient guarantees to ensure data protection','Der Auftragsverarbeiter hat keine ausreichenden Garantien zur Gewährleistung des Schutzes von Daten.','De onderaannemer kan niet voldoende garanties geven om de bescherming van de gegevens te waarborgen','Y a-t-il des contrôles périodiques ? Des audits? Des certifications ?\nApplication d\'un code de conduite approuvé comme le prévoit l\'article 40 ou d\'un mécanisme de certification approuvé ?\n(Art 28.1, 28.2, 28.5)','Are there periodic checks? Audits? Certificates?\nApplying an approved code of conduct as provided for in section 40 or an approved certification mechanism?\n(Art 28.1, 28.2, 28.5)','Gibt es periodische Überprüfungen? Audits? Zertifikate?\nAnwendung eines genehmigten Verhaltenskodex wie in Abschnitt 40 vorgesehen oder eines genehmigten Zertifizierungsmechanismus?\n(Art 28.1, 28.2 und 28.5)','Zijn er periodieke controles? Audits? Certificeringen?\nToepassing van een goedgekeurde gedragscode zoals bepaald in artikel 40 of van een goedgekeurd certificeringsmechanisme?\n(art. 28.1, 28.2, 28.5)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:20',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 8,'41','Les instructions du responsable du traitement ne sont pas documentées','Instructions from the controller are not documented','Anleitungen des Verantwortlichen werden nicht dokumentiert.','De instructies van de verwerkingsverantwoordelijke zijn niet gedocumenteerd','Les instructions du responsable du traitement sont génériques ? Précises ? Interprétables ? \nDroits de transfert des données ?\nÉtat de l\'art en sécurité de l\'information ? (Art 32) \n(Art 28.3)','The instructions of the controller are generic? Accurate? Interpretable?\nRight to transfer personal data?\nState of the art in information security? (Art. 32)\n(Art 28.3)','Sind die Anleitungen des Verantwortlichen allgemein? Präzise? Interpretierbar?\nRecht zum Übertragen personenbezogener Daten?\nDatenschutz auf dem Stand der Technik? (Art. 32)\n(Art 28.3)','Zijn de instructies van de verwerkingsverantwoordelijke generisch? Nauwkeurig? Interpreteerbaar? \nGegevensdoorgifterechten?\nHet allernieuwste inzake informatiebeveiliging? (art. 32) \n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 37,'36','Les DCP sont excessives au regard de la finalité du traitement','Personal data are excessive in relation to the purpose of the processing','Zu viele personenbezogene Daten .im Verhältnis zum Verarbeitungszweck','De PG zijn excessief in verhouding tot het doel van de verwerking','Les données transmises permettent-elles d\'atteindre la finalité du traitement et sont-elles compatibles avec celle-ci ? \nEst-ce que le principe de minimisation des données est respecté ?\n(Multi article)','Do the transmitted data make it possible to achieve the purpose of the processing and are they compatible with it?\nIs the data minimization principle respected?\n(Multi article)','Ermöglichen die übertragenen Daten die Erfüllung des Verarbeitungszwecks und sind sie damit kompatibel?\nWird das Prinzip der Datenminimierung berücksichtigt?\n(Diverse Artikel)','Maken de verstrekte gegevens het mogelijk het doel van de verwerking te realiseren en zijn ze ermee verenigbaar? \nWordt het principe van een minimale gegevensverwerking gerespecteerd?\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 39,'39','Absence des clauses contractuelles entre le responsable du traitement et le sous-traitant','Lack of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichen und dem Auftragsverarbeiter','Gebrek aan contractuele afspraken tussen de verwerkingsverantwoordelijke en de onderaannemer','Les obligations à définir : l\'objet et la durée du traitement, la nature et la finalité du traitement, le type de données à caractère personnel et les catégories de personnes concernées, et les obligations et les droits du responsable du traitement.\nLes documents sont-ils formels ?\n(Ar 28.3, 28.9)','The obligations to be defined: the purpose and duration of processing, the nature and purpose of the processing, the type of personal data and the categories of data subjects, and the obligations and rights of the controller.\nAre the documents formal?\n(Art 28: 3, 28: 9)','Festzulegende Verpflichtungen: Zweck und Dauer der Verarbeitung, Art und Zweck der Verarbeitung, Typ der personenbezogenen Daten und Betroffenenkategorien sowie die Verpflichtungen und Rechte des Verantwortlichen\nSind die Dokumente formal?\n(Art 28: 3 und 28: 9)','De te definiëren verplichtingen: het voorwerp en de duur van de verwerking, de aard en het doel van de verwerking, het type van persoonsgegevens en de categorieën van de betrokken personen, en de verplichtingen en rechten van de verwerkingsverantwoordelijke.\nZijn de documenten formeel?\n(art. 28.3, 28.9)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 46,'51','Mauvaise coopération avec le responsable du traitement','Poor cooperation with the controller','Schlechte Zusammenarbeit mit dem Verantwortlichen','Slechte samenwerking met de verwerkingsverantwoordelijke','Il aide le responsable du traitement à garantir le niveau de protection des données ?\nIl répond aux demandes des personnes concernées qui le saisissent en vue d\'exercer leurs droits prévus ?\nIl répond aux demandes du responsable de traitement (sur demande d\'exercice des droits de la personne concernée) ?\nIl met à la disposition du responsable du traitement toutes les informations nécessaires pour démontrer le respect de ses obligations ?\n(Art 28.3)','Help the controller to ensure the level of data protection?\nResponds to requests from data subjects who seize it for the exercise of their intended rights?\nResponds to the requests of the controller (upon request of exercise of the rights of the person concerned)?\nProvides the controller with all the information necessary to demonstrate compliance with its obligations?\n(Art 28.3)','Unterstützung des Verantwortlichen beim Sicherstellen des Datenschutzniveaus?\nReagiert auf Anträge von Betroffenen, die sie zur Ausübung ihrer vorgesehenen Rechte nutzen?\nReagiert auf Anträge des Verantwortlichen (auf Verlangen der Ausübung der Rechte einer betroffenen Person)?\nVersorgt den Verantwortlichen mit allen zum Nachweis der Erfüllung der Verpflichtungen erforderlichen Informationen?\n(Art. 28.3)','Helpt hij de verwerkingsverantwoordelijke het gegevensbeschermingsniveau te handhaven?\nBeantwoordt hij de verzoeken van betrokken personen die zich tot hem wenden met het oog op de uitoefening van hun voorziene rechten?\nBeantwoordt hij de verzoeken van de verwerkingsverantwoordelijke (op een verzoek om de uitoefening van rechten van de betrokken persoon) ?\nBezorgt hij de verwerkingsverantwoordelijke al de nodige informatie om de naleving van zijn verplichtingen aan te tonen?\n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:22',NULL,NULL),
('96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 47,'52','Mauvaises conditions de sous-traitance en cascade','Poor subcontracting conditions in cascade','Schlechte Untervergabebedingungen in Kaskade','Gebrekkige omstandigheden voor meervoudige onderaanneming','Lorsqu\'un sous-traitant recrute un autre sous-traitant pour mener des activités de traitement spécifiques pour le compte du responsable du traitement, les mêmes obligations en matière de protection de données que celles fixées dans le contrat ou un autre acte juridique entre le responsable du traitement et le sous-traitant.\n(Art 28, 29)','Where a processor recruits another processor to carry out specific processing activities on behalf of the controller, the same data protection obligations as those set out in the contract or other legal act between the controller of the processing and the processor.\n(Art 28,29)','Wirbt ein Auftragsverarbeiter einen anderen Auftragsverarbeiter zur Durchführung spezifischer Verarbeitungsaktivitäten im Namen des Verantwortlichen an, gelten die gleichen Datenschutzverpflichtungen wie die im Vertrag oder einem anderen Rechtsgeschäft zwischen dem Verantwortlichen der Verarbeitung und dem Auftragsverarbeiter festgelegten.\n(Art. 28 und 29)','Wanneer een onderaannemer een andere onderaannemer in dienst neemt voor de verrichting van specifieke verwerkingsactiviteiten voor rekening van de verwerkingsverantwoordelijke, gelden dezelfde verplichtingen inzake gegevensbescherming als die bepaald in het contract of een andere rechtshandeling tussen de verwerkingsverantwoordelijke en de onderaannemer.\n(art. 28, 29)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:22',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 7,'40','Le sous-traitant ne présente pas les garanties suffisantes pour assurer la protection des données','The processor does not have sufficient guarantees to ensure data protection','Der Auftragsverarbeiter hat keine ausreichenden Garantien zur Gewährleistung des Schutzes von Daten.','De onderaannemer kan niet voldoende garanties geven om de bescherming van de gegevens te waarborgen','Y a-t-il des contrôles périodiques ? Des audits? Des certifications ?\nApplication d\'un code de conduite approuvé comme le prévoit l\'article 40 ou d\'un mécanisme de certification approuvé ?\n(Art 28.1, 28.2, 28.5)','Are there periodic checks? Audits? Certificates?\nApplying an approved code of conduct as provided for in section 40 or an approved certification mechanism?\n(Art 28.1, 28.2, 28.5)','Gibt es periodische Überprüfungen? Audits? Zertifikate?\nAnwendung eines genehmigten Verhaltenskodex wie in Abschnitt 40 vorgesehen oder eines genehmigten Zertifizierungsmechanismus?\n(Art 28.1, 28.2 und 28.5)','Zijn er periodieke controles? Audits? Certificeringen?\nToepassing van een goedgekeurde gedragscode zoals bepaald in artikel 40 of van een goedgekeurd certificeringsmechanisme?\n(art. 28.1, 28.2, 28.5)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:26',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 8,'41','Les instructions du responsable du traitement ne sont pas documentées','Instructions from the controller are not documented','Anleitungen des Verantwortlichen werden nicht dokumentiert.','De instructies van de verwerkingsverantwoordelijke zijn niet gedocumenteerd','Les instructions du responsable du traitement sont génériques ? Précises ? Interprétables ? \nDroits de transfert des données ?\nÉtat de l\'art en sécurité de l\'information ? (Art 32) \n(Art 28.3)','The instructions of the controller are generic? Accurate? Interpretable?\nRight to transfer personal data?\nState of the art in information security? (Art. 32)\n(Art 28.3)','Sind die Anleitungen des Verantwortlichen allgemein? Präzise? Interpretierbar?\nRecht zum Übertragen personenbezogener Daten?\nDatenschutz auf dem Stand der Technik? (Art. 32)\n(Art 28.3)','Zijn de instructies van de verwerkingsverantwoordelijke generisch? Nauwkeurig? Interpreteerbaar? \nGegevensdoorgifterechten?\nHet allernieuwste inzake informatiebeveiliging? (art. 32) \n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 37,'36','Les DCP sont excessives au regard de la finalité du traitement','Personal data are excessive in relation to the purpose of the processing','Zu viele personenbezogene Daten .im Verhältnis zum Verarbeitungszweck','De PG zijn excessief in verhouding tot het doel van de verwerking','Les données transmises permettent-elles d\'atteindre la finalité du traitement et sont-elles compatibles avec celle-ci ? \nEst-ce que le principe de minimisation des données est respecté ?\n(Multi article)','Do the transmitted data make it possible to achieve the purpose of the processing and are they compatible with it?\nIs the data minimization principle respected?\n(Multi article)','Ermöglichen die übertragenen Daten die Erfüllung des Verarbeitungszwecks und sind sie damit kompatibel?\nWird das Prinzip der Datenminimierung berücksichtigt?\n(Diverse Artikel)','Maken de verstrekte gegevens het mogelijk het doel van de verwerking te realiseren en zijn ze ermee verenigbaar? \nWordt het principe van een minimale gegevensverwerking gerespecteerd?\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 39,'39','Absence des clauses contractuelles entre le responsable du traitement et le sous-traitant','Lack of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichen und dem Auftragsverarbeiter','Gebrek aan contractuele afspraken tussen de verwerkingsverantwoordelijke en de onderaannemer','Les obligations à définir : l\'objet et la durée du traitement, la nature et la finalité du traitement, le type de données à caractère personnel et les catégories de personnes concernées, et les obligations et les droits du responsable du traitement.\nLes documents sont-ils formels ?\n(Ar 28.3, 28.9)','The obligations to be defined: the purpose and duration of processing, the nature and purpose of the processing, the type of personal data and the categories of data subjects, and the obligations and rights of the controller.\nAre the documents formal?\n(Art 28: 3, 28: 9)','Festzulegende Verpflichtungen: Zweck und Dauer der Verarbeitung, Art und Zweck der Verarbeitung, Typ der personenbezogenen Daten und Betroffenenkategorien sowie die Verpflichtungen und Rechte des Verantwortlichen\nSind die Dokumente formal?\n(Art 28: 3 und 28: 9)','De te definiëren verplichtingen: het voorwerp en de duur van de verwerking, de aard en het doel van de verwerking, het type van persoonsgegevens en de categorieën van de betrokken personen, en de verplichtingen en rechten van de verwerkingsverantwoordelijke.\nZijn de documenten formeel?\n(art. 28.3, 28.9)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 46,'51','Mauvaise coopération avec le responsable du traitement','Poor cooperation with the controller','Schlechte Zusammenarbeit mit dem Verantwortlichen','Slechte samenwerking met de verwerkingsverantwoordelijke','Il aide le responsable du traitement à garantir le niveau de protection des données ?\nIl répond aux demandes des personnes concernées qui le saisissent en vue d\'exercer leurs droits prévus ?\nIl répond aux demandes du responsable de traitement (sur demande d\'exercice des droits de la personne concernée) ?\nIl met à la disposition du responsable du traitement toutes les informations nécessaires pour démontrer le respect de ses obligations ?\n(Art 28.3)','Help the controller to ensure the level of data protection?\nResponds to requests from data subjects who seize it for the exercise of their intended rights?\nResponds to the requests of the controller (upon request of exercise of the rights of the person concerned)?\nProvides the controller with all the information necessary to demonstrate compliance with its obligations?\n(Art 28.3)','Unterstützung des Verantwortlichen beim Sicherstellen des Datenschutzniveaus?\nReagiert auf Anträge von Betroffenen, die sie zur Ausübung ihrer vorgesehenen Rechte nutzen?\nReagiert auf Anträge des Verantwortlichen (auf Verlangen der Ausübung der Rechte einer betroffenen Person)?\nVersorgt den Verantwortlichen mit allen zum Nachweis der Erfüllung der Verpflichtungen erforderlichen Informationen?\n(Art. 28.3)','Helpt hij de verwerkingsverantwoordelijke het gegevensbeschermingsniveau te handhaven?\nBeantwoordt hij de verzoeken van betrokken personen die zich tot hem wenden met het oog op de uitoefening van hun voorziene rechten?\nBeantwoordt hij de verzoeken van de verwerkingsverantwoordelijke (op een verzoek om de uitoefening van rechten van de betrokken persoon) ?\nBezorgt hij de verwerkingsverantwoordelijke al de nodige informatie om de naleving van zijn verplichtingen aan te tonen?\n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:28',NULL,NULL),
('96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 47,'52','Mauvaises conditions de sous-traitance en cascade','Poor subcontracting conditions in cascade','Schlechte Untervergabebedingungen in Kaskade','Gebrekkige omstandigheden voor meervoudige onderaanneming','Lorsqu\'un sous-traitant recrute un autre sous-traitant pour mener des activités de traitement spécifiques pour le compte du responsable du traitement, les mêmes obligations en matière de protection de données que celles fixées dans le contrat ou un autre acte juridique entre le responsable du traitement et le sous-traitant.\n(Art 28, 29)','Where a processor recruits another processor to carry out specific processing activities on behalf of the controller, the same data protection obligations as those set out in the contract or other legal act between the controller of the processing and the processor.\n(Art 28,29)','Wirbt ein Auftragsverarbeiter einen anderen Auftragsverarbeiter zur Durchführung spezifischer Verarbeitungsaktivitäten im Namen des Verantwortlichen an, gelten die gleichen Datenschutzverpflichtungen wie die im Vertrag oder einem anderen Rechtsgeschäft zwischen dem Verantwortlichen der Verarbeitung und dem Auftragsverarbeiter festgelegten.\n(Art. 28 und 29)','Wanneer een onderaannemer een andere onderaannemer in dienst neemt voor de verrichting van specifieke verwerkingsactiviteiten voor rekening van de verwerkingsverantwoordelijke, gelden dezelfde verplichtingen inzake gegevensbescherming als die bepaald in het contract of een andere rechtshandeling tussen de verwerkingsverantwoordelijke en de onderaannemer.\n(art. 28, 29)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:28',NULL,NULL),
('96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 5,'43','Absence de règles d\'entreprise contraignantes','Absence of binding corporate rules','Fehlen von verbindlichen internen Datenschutzvorschriften','Gebrek aan bindende bedrijfsvoorschriften','Pour tous les détails concernant les \"règles d\'entreprise contraignantes\" voir article 47.\nSi les articles 46 et 47 ne peuvent être respectés et que le transfert doit quand même être fait, voir les articles :\n - 48 : Transferts ou divulgations non autorisés par le droit de l\'Union\n - 49 : Dérogations pour des situations particulières\nNote : À ce point, une étude approfondie doit être menée, pour avoir la certitude de respecter le GDPR pour sa partie \"Transferts\"\n(Art 47, 48, 49)','For full details on \"binding corporate rules\" see Article 47.\nIf sections 46 and 47 cannot be complied with and the transfer still needs to be made, see:\n - 48: Transfers or disclosures not authorized by Union law\n - 49: Derogations for special situations\nNote: At this point, an in-depth study must be carried out, in order to be sure of respecting the GDPR for its \"Transfers\"\n(Art. 47, 48, 49)','Einzelheiten über \"verbindliche interne Datenschutzvorschriften\" siehe Artikel 47.\nMuss eine Übertragung erfolgen, obwohl Abschnitte 46 und 47 nicht erfüllt werden können, siehe:\n - 48: Laut EU-Vorschriften unzulässige Übertragungen oder Veröffentlichungen \n - 49: Ausnahmen für Sonderfälle\nHinweis: An dieser Stelle muss eine eingehende Studie durchgeführt werden, um die Einhaltung der DSGVO für die \"Übertragungen\" sicherzustellen.\n(Art. 47, 48 und 49)','Voor alle details over \"bindende bedrijfsvoorschriften\" zie artikel 47.\nAls artikelen 46 en 47 niet kunnen worden nageleefd en de doorgifte toch moet plaatsvinden, zie artikelen:\n - 48: Niet bij Unierecht toegestane doorgiften of verstrekkingen\n - 49: Afwijkingen voor specifieke situaties\nOpmerking: op dit punt dient een grondige studie te worden gemaakt, om te waarborgen dat de AVG voor het gedeelte “Doorgiften” wordt nageleefd\n(art. 47, 48, 49)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL),
('96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 6,'42','Le niveau de protection du pays tiers est inadéquat','Inadequate level of protection of the third country','Unzureichendes Schutzniveau des Drittlandes','Het beschermingsniveau van het derde land is inadequaat','Existe-t-il des transferts successifs ?\nQuel est le pays tiers ? Comment est jugé son niveau de protection ?\nPrésence d\'engagements internationaux ?\nQuelle est la position de la commission à propos de ce pays tiers ?\nNote : Voir le journal officiel de l\'Union européenne pour la catégorisation des pays en matière de protection des données.\n(Art 44, 45)','Are there successive transfers?\nWhat is the third country? How is its level of protection judged?\nPresence of international commitments?\nWhat is the position of the Commission on this third country?\nNote: See the Official Journal of the European Union for the categorization of countries in the field of data protection.\n(Art. 44, 45)','Gibt es sukzessive Übertragungen?\nWelches Land ist das Drittland? Wie wird das Schutzniveau beurteilt?\nBestehen internationale Verpflichtungen?\nWelche Position vertritt die Kommission gegenüber diesem Drittland?\nHinweis: Siehe das Amtsblatt der Europäischen Union für die Kategorisierung von Ländern hinsichtlich des Datenschutzes.\n(Art. 44 und 45)','Is er sprake van opeenvolgende doorgiften?\nWelk is het derde land? Hoe wordt zijn beschermingsniveau ingeschat?\nBestaan er internationale verbintenissen?\nWat is de positie van de commissie aangaande dit derde land?\nOpmerking: zie het officiële journaal van de Europese Unie voor de classificatie van landen op het vlak van gegevensbescherming.\n(art. 44, 45)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL),
('96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 48,'53','Absence de clauses pour les transferts vers des pays tiers n\'assurant pas le niveau de protection adéquate','Lack of clauses for transfers to third countries not providing the appropriate level of protection','Fehlende Klauseln für Übertragungen in Drittländer ohne geeignetes Schutzniveau','Gebrek aan clausules voor de doorgiften naar derde landen die een passende waarborg garanderen','Présence de règles d\'entreprise contraignantes ?\nPrésence d\'instruments juridiquement contraignants et exécutoire\nPrésence d\'un code de conduite approuvé conformément à l\'article 40\nPrésence de mécanismes de certification approuvés conformément à l\'article 42\n(Art 46)','Presence of binding corporate rules?\nPresence of legally binding and enforceable instruments\nPresence of a code of conduct approved in accordance with section 40\nPresence of certification mechanisms approved in accordance with Article 42\n(Art. 46)','Existenz verbindlicher interner Datenschutzvorschriften?\nExistenz rechtsverbindlicher und vollstreckungsfähiger Instrumente\nExistenz eines in Übereinstimmung mit Abschnitt 40 genehmigten Verhaltenskodex\nExistenz von in Übereinstimmung mit Artikel 42 genehmigten Zertifizierungsmechanismen\n(Art. 46)','Bestaan er bindende bedrijfsvoorschriften?\nBestaan er juridisch bindende en afdwingbare instrumenten?\nBestaat er een goedgekeurde gedragscode overeenkomstig artikel 40?\nBestaan er goedgekeurde certificeringsmechanismen overeenkomstig artikel 42?\n(art. 46)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL);
(@max_instance_risk_op_id + 1, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 1,'1','Absence de tenue d\'un registre des activités de traitement','Lack of records of processing activities','Fehlende Aufzeichnungen von Verarbeitungsaktivitäten','Niet bijhouden van een register van de verwerkingsactiviteiten','Existe-t-il un registre des traitements ?\nFormel ? Est-il à jour ? \nTous les traitements de l\'organisme sont-ils inventoriés et repris dans le registre ?\nExiste-t-il des collectes de DCP sans connaissance claire des finalités ?\nCas 1 : Responsable du traitement\n - Voir Art 30.1 pour l\'information minimum à renseigner\nCas 2 : Sous traitant\n - Voir Art 30.2 pour l\'information minimum à renseigner\nNote : Voir exceptions sur le nombre d\'employés (250) et catégories de DCP\n(Art 30)','Is there any records of processing activities?\nFormal? Are there up to date?\nIs there any inventory of all treatments of the organism? Are there included in the records?\nAre there personal data collections without clear knowledge of the purposes?\nCase 1: Controller\n - See Art 30.1 for the minimum information to be filled in\nCase 2: Processor\n - See Art 30.2 for the minimum information to be filled in\nNote: See exceptions base on the number of employees (250) or personal data categories\n(Art. 30)','Existieren Aufzeichnungen von Verarbeitungsaktivitäten?\nFormal? Sind sie auf dem neuesten Stand?\nExistiert Inventar aller Behandlungen des Organismus? Ist es in den Aufzeichnungen enthalten?\nWerden personenbezogene Daten ohne ein klares Verständnis der Zwecke erhoben?\nFall 1: Verantwortlicher\n - Siehe Art 30.1 für die einzugebenden Mindestinformationen.\nFall 2: Auftragsverarbeiter\n - Siehe Art 30.2 für die einzugebenden Mindestinformationen.\nHinweis: Siehe Ausnahmen basierend auf der Mitarbeiteranzahl (250) oder Kategorien personenbezogener Daten\n(Art. 30).','Bestaat er een register van de verwerkingen?\nIs het formeel? Is het up-to-date? \nWorden alle verwerkingen van het organisme geïnventariseerd en opgenomen in het register?\nBestaan er PG-verzamelingen zonder een duidelijke kennis van de doelstellingen?\nGeval 1: verantwoordelijke voor de gegevensverwerking\n - zie art. 30.1 voor de minimaal te verstrekken informatie\nGeval 2: onderaannemer\n - zie art. 30.2 voor de minimaal te verstrekken informatie\nOpmerking: zie uitzonderingen op het aantal werknemers (250) en PG-categorieën\n(art. 30)',-1,-1,-1,-1,-1,-1,-1,4,2,1,2,2,2,8,1,2,1,2,2,2,2,1,'Lack of a processing register',NULL,0,'Admin Admin','2020-05-17 20:21:04',NULL,NULL),
(@max_instance_risk_op_id + 2, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 2,'2','Absence de procédure de gestion des réclamations ou plaintes','Lack of complaint management procedure','Fehlendes Beschwerdenmanagementverfahren','Gebrek aan procedure voor de behandeling van klachten','Existe-t-il une procédure de réclamations ?\nY a-t-il un suivi, un délai de traitement de la plainte ?\n(Art 24)','Is there a complaint procedure?\nIs there a follow-up?\nIs a delay in processing the complaint?\n(Art. 24)','Existiert ein Beschwerdeverfahren?\nExistiert eine Nachverfolgung?\nWird die Verarbeitung von Beschwerden verzögert?\n(Art. 24)','Bestaat er een klachtenprocedure?\nIs er een follow-up, een klachtenbehandelingstermijn?\n(art. 24)',-1,-1,-1,-1,-1,-1,-1,2,2,1,2,2,3,6,1,2,1,2,2,3,3,1,'No procedure and no DPO',NULL,0,'Admin Admin','2020-05-17 20:21:05',NULL,NULL),
(@max_instance_risk_op_id + 3, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 3,'3','Absence de procédure de notification à la commission d\'une violation de DCP','Lack of procedure for notifying the commission of a breach of personal data','Fehlendes Verfahren zur Benachrichtigung der Kommission über eine Verletzung personenbezogener Daten','Gebrek aan een procedure om een PG-schending te melden aan de commissie','Existe-t-il une procédure de notification ? Formelle ?\nReprend-elle toutes les informations minimales à fournir ?\n - À destination de la commission (72h) ?\n - À destination de la personne concernée ?\n(Art 33 et 34)','Is there a notification procedure? Formal?\nDoes it take all the minimum information to provide?\n - To the commission (72h)?\n - To the data subject?\n(Art. 33 and 34)','Existiert ein Benachrichtigungsverfahren? Formal?\nÜbermittelt es alle bereitzustellenden Mindestinformationen?\n - An die Kommission (72 Std.)?\n - An die Betroffenen?\n(Art. 33 und 34)','Bestaat er een meldingsprocedure? Is ze formeel?\nBevat ze al de minimaal te verstrekken informatie?\n - bestemd voor de commissie (72h)?\n - bestemd voor de betrokken persoon?\n(art. 33 en 34)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:06',NULL,NULL),
(@max_instance_risk_op_id + 4, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 4,'4','Défaut de politique de protection des DCP','Lack of appropriate data protection policies','Fehlen von geeigneten Datenschutzrichtlinien','Gebrek aan beleid inzake de bescherming van de PG','Lorsque c\'est proportionné au regard des activités de traitement :\n - Existe-t-il un cadre de protection de la vie privée ? Politique ? Charte ?\n - Les employés en ont-ils connaissance des mesures prises ? \n(Art 24)','When proportionate to treatment activities:\n - Is there a privacy framework? Policies? Charters ?\n - Are employees aware of the actions taken?\n(Art. 24)','Wenn proportional zu Behandlungsaktivitäten:\n - Existiert ein Datenschutzrahmen? Richtlinien? Satzungen?\n - Sind sich die Mitarbeiter über die ergriffenen Maßnahmen bewusst?\n(Art. 24)','Wanneer het evenredig is met de verwerkingsactiviteiten:\n - Bestaat er een kader voor de bescherming van de persoonlijke levenssfeer? Beleid? Charter?\n - Zijn de werknemers op de hoogte van de getroffen maatregelen? \n(art. 24)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
(@max_instance_risk_op_id + 5, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 50,'55','Sous estimation des catégories de données traitées','Underestimated categories of data processed','Unterschätzte Kategorien verarbeiteter Daten','Onderschatting van de verwerkte gegevenscategorieën','Quels sont les types de données traitées ?\nSauf exception le traitement des catégories de données suivantes est interdit :\n - origine raciale ou ethnique,\n - les opinions politiques,\n - les convictions religieuses ou philosophiques\n - l\'appartenance syndicale,\n - les données génétiques, biométriques aux fins d\'identifier une personne physique\n - les données de santé ou des données\n - Les données concernant la vie sexuelle ou l\'orientation sexuelle d\'une personne physique\nautres cas : données à caractère personnel relatives aux condamnations pénales et aux infractions\n(Art 9)(Art 10)','What types of data are processed?\nUnless otherwise specified, the following data categories are prohibited:\n - racial or ethnic origin,\n - political opinions,\n - religious or philosophical convictions\n - membership of trade unions,\n - genetic and biometric data for the purpose of identifying a natural person\n - health data or data\n - Data concerning the sexual life or sexual orientation of a natural person\nother cases: personal data relating to criminal convictions and offences\n(Art. 9) (Art. 10)','Welche Arten von Daten werden verarbeitet?\nSofern nichts anderes festgelegt ist, sind folgende Datenkategorien unzulässig:\n - ethnische Herkunft oder Rasse,\n - politische Einstellungen,\n - religiöse oder philosophische Überzeugungen\n - Mitgliedschaft in Gewerkschaften\n - genetische und biometrische Daten zur Identifikation einer natürlichen Person\n - Gesundheitsdaten oder\n - Daten in Bezug auf das Sexualleben oder die sexuelle Orientierung einer natürlichen Person\nandere Fälle: personenbezogene Daten im Hinblick auf strafrechtliche Verurteilungen und Vergehen\n(Art. 9) (Art. 10)','Wat zijn de verwerkte gegevenstypes?\nBehoudens uitzondering is de verwerking van de volgende gegevenscategorieën verboden:\n - ras of etnische herkomst,\n - politieke opvattingen,\n - religieuze of filosofische overtuigingen\n - lidmaatschap van een vakbond,\n - genetische of biometrische gegevens met het oog op de unieke identificatie van een persoon\n - gegevens over gezondheid\n - gegevens met betrekking tot het seksuele gedrag of de seksuele geaardheid van een natuurlijke persoon\nandere gevallen: persoonsgegevens met betrekking tot strafrechtelijke veroordelingen of inbreuken\n(art. 9)(art. 10)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
(@max_instance_risk_op_id + 6, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 51,'56','La possibilité d\'utiliser des techniques de chiffrage ou de pseudonymisation n\'a pas été envisagée','The possibility of using encryption or pseudonymization techniques was not envisaged','Die Verwendungsmöglichkeit von Verschlüsselungs- oder Pseudonymisierungstechniken war nicht vorgesehen.','De mogelijkheid om gebruik te maken van coderings- of pseudonimiseringstechnieken werd niet overwogen',NULL,NULL,NULL,NULL,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:07',NULL,NULL),
(@max_instance_risk_op_id + 7, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 52,'57','Lors de la phase de conception des nouveaux projets, la protection des données par défaut n\'est pas prise en compte','During the design phase of new projects, data protection by design and by default are not taken into account','In der Entwurfsphase neuer Projekte wird beabsichtigter und standardmäßiger Datenschutz nicht berücksichtigt.','Tijdens de ontwerpfase van nieuwe projecten wordt de gegevensbescherming door standaardinstellingen niet in aanmerking genomen','Lors des premières phases de la conception d\'un nouveau traitement est-ce que la sécurité des données est prise en considération ?\nEst-ce que la conformité au GDPR est prise en considération ? \n(Art 25)','In the early stages of designing a new processing, is data security taken into consideration?\nIs compliance with the GDPR taken into consideration?\n(Art. 25)','Wird in der frühen Phase der Entwicklung neuer Prozesse das Thema Datensicherheit berücksichtigt?\nWird das Thema DSGVO-Compliance berücksichtigt?\n(Art. 25)','Wordt er tijdens de eerste fasen van het ontwerp van een nieuwe verwerking rekening gehouden met de gegevensbeveiliging?\nWordt de conformiteit met de AVG in aanmerking genomen? \n(art. 25)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
(@max_instance_risk_op_id + 8, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 53,'58','Dans le cas d\'une responsabilité conjointe du traitement, les responsabilités ne sont pas clairement définies','In the case of joint responsibility for processing, responsibilities are not clearly defined','Im Fall einer gemeinsamen Zuständigkeit für die Verarbeitung sind die einzelnen Zuständigkeiten nicht klar definiert.','In geval van een gezamenlijke verwerkingsverantwoordelijkheid worden de verantwoordelijkheden niet duidelijk gedefinieerd','Les obligations respectives sont-elles clairement définies ? Formelles ?\nLa personne concernée est-elle informée des accords entre co-responsables (au moins dans les grandes lignes) ?\nSait-elle sans ambigüité comment et à qui elle doit s\'adresser pour jouir de tous ses droits ?\n(Art 26)','Are the respective obligations clearly defined? Formal?\nIs the data subject informed of agreements between co-officials (at least in broad terms)?\nDoes he know unambiguously how and to whom he must address himself to enjoy all his rights?\n(Art. 26)','Wurden die entsprechenden Verpflichtungen klar definiert? Formal?\nWurde die betroffene Person (Datensubjekt) über Vereinbarungen mit anderen offiziellen Stellen (zumindest in groben Zügen) informiert?\nWeiß er/sie eindeutig, wie und bei wem er/sie sich mel','Worden de respectieve verplichtingen duidelijk gedefinieerd? Formeel?\nWordt de betrokken persoon op de hoogte gebracht van de akkoorden tussen de gezamenlijke verantwoordelijken (minstens in grote lijnen)?\nWeet hij of zij perfect hoe en tot wie zich te richten om te genieten van al zijn of haar rechten?\n(art. 26)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
(@max_instance_risk_op_id + 9, '96e6a15c-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 26,@max_rolf_risk_id + 54,'59','Les représentants des responsables du traitement ou des sous-traitants ne sont pas établis dans l\'Union','Representatives of the controllers or processors are not established in the Union','Vertreter der Verantwortlichen oder Auftragsverarbeiter sind nicht in der Union ansässig.','De vertegenwoordigers van de verwerkingsverantwoordelijken of de onderaannemer zijn niet gevestigd in de Unie','Le responsable du traitement ou le sous-traitant a-t-il désigné par écrit un représentant dans l\'Union ?\nVoir GDPR pour les exceptions.\n(Art 27)','Has the controller or processor appointed a representative in a formal way?\nSee GDPR for exceptions.\n(Art. 27)','Hat der Verantwortliche oder Auftragsverarbeiter formell einen Vertreter ernannt?\nSiehe DSGVO für Ausnahmen.\n(Art. 27)','Heeft de verwerkingsverantwoordelijke of de onderaannemer schriftelijk een vertegenwoordiger in de Unie benoemd?\nZie AVG voor de uitzonderingen.\n(art. 27)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:08',NULL,NULL),
(@max_instance_risk_op_id + 10, '96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 9,'6','Finalités inadéquates au regard des missions de l\'organisme','The purposes of processing and the missions of the organization are not in adequacy','Die Zwecke der Verarbeitung und der Aufträge der Organisation sind nicht adäquat.','Inadequate doeleinden met het oog op de taken van het organisme','Quels sont les domaines d\'activité de l\'organisme ?\nQuelle est la finalité du traitement ? Quel est le rapport entre l\'organisme et la personne concernée ?\nLes DCP sont réutilisées pour d\'autres finalités ? Transfert ? Statistiques ? Autres traitements ?\n(Art 5.1a, 5.1b)','What are the organization\'s areas of activity?\nWhat is the purpose of the processing? What is the relationship between the organization and the data subject?\nThe personal data are reused for other purposes? Transfer? Statistics ? Other processing?\n(Art 5.1a, 5.1b)','In welchen Tätigkeitsbereichen ist die Organisation aktiv?\nWelchem Zweck dient die Verarbeitung? Welche Beziehung besteht zwischen der Organisation und dem Betroffenen?\nWerden die personenbezogenen Daten für andere Zwecke wiederverwendet? Übertragung? Statistik? Andere Verarbeitung?\n(Art 5.1a und 5.1b)','Welke zijn de activiteitsdomeinen van het organisme?\nWat is het doel van de verwerking? Wat is de relatie tussen het organisme en de betreffende persoon?\nWorden de PG hergebruikt voor andere doeleinden? Doorgifte? Statistieken? Andere verwerkingen?\n(art. 5.1a, 5.1b)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'Business card design',NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
(@max_instance_risk_op_id + 11, '96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 10,'11','Le responsable du traitement n\'est pas identifié ou son rôle et ses responsabilités ne sont pas non définis','Unidentified controller or undefined role and responsibility','Nicht identifizierter Verantwortlicher oder nicht definierte Rolle und Zuständigkeit','De verwerkingsverantwoordelijke wordt niet geïdentificeerd of zijn rol en zijn verantwoordelijkheden zijn niet gedefinieerd','Qui est le responsable du traitement ?\nQuelle est sa fonction ? Ses responsabilités ?\nA-t-il le pouvoir de faire respecter toutes ses obligations ?\n(Art 5.2)','Who is the controller for the processing?\nWhat is its function ? His responsibilities?\nDoes it have the power to enforce all its obligations?\n(Art. 5.2)','Wer ist der Verantwortliche für die Verarbeitung?\nWelche Funktion hat er? Seine Zuständigkeiten?\nHat er die Befugnisse zur Durchsetzung all seiner Verpflichtungen?\n(Art. 5.2)','Wie is de verwerkingsverantwoordelijke?\nWat is zijn functie? Zijn verantwoordelijkheden?\nIs hij bevoegd om al deze verplichtingen te doen naleven?\n(art. 5.2)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'CEO MyPrint',NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
(@max_instance_risk_op_id + 12, '96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 11,'10','La durée de conservation des DCP est inadéquate','The period for which the personal data will be stored is inadequate','Die Speicherfrist für die personenbezogenen Daten ist inadäquat.','De PG-bewaringsduur is inadequaat','La durée de conservation des DCP est-elle déterminée en fonction de la finalité du traitement ?\nQuels sont les critères utilisés pour déterminer la durée de conservation des DCP?\nY a-t-il un besoin de conserver toutes les DCP (minimisation des données) ?\n(Art 5.1e)','Is the period for which the personal data will be stored determined according to the purpose of the processing?\nWhat criteria are used to determine the period for which the personal data will be stored?\nIs there a need to maintain all personal data (data minimization)?\n(Art 5.1e)','Wird die Speicherfrist der personenbezogenen Daten gemäß dem Verarbeitungszweck bestimmt?\nWelche Kriterien werden zur Bestimmung der Speicherfrist von personenbezogenen Daten verwendet?\nMüssen alle personenbezogenen Daten gepflegt werden (Datenminimierung)?\n(Art 5.1e)','Wordt de PG-bewaringsduur bepaald door het doel van de verwerking?\nWelke criteria worden gehanteerd om de PG-bewaringsduur te bepalen?\nIs het noodzakelijk om alle PG te bewaren (beperking van het aantal gegevens)?\n(art. 5.1e)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:12',NULL,NULL),
(@max_instance_risk_op_id + 13, '96e6a173-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 27,@max_rolf_risk_id + 13,'7','Collecte excessive de DCP au regard de la finalité du traitement','Excessive collect of personal data according to the purpose of the processing','Exzessive Erhebung personenbezogener Daten je nach Zweck der Verarbeitung','Excessieve verzameling van PG in verhouding tot het doel van de verwerking','Adéquates, pertinentes et limitées à ce qui est nécessaire au regard des finalités ?\nEst-ce que le principe de minimisation des données est respecté ?\nLes données collectées permettent-elles d\'atteindre la finalité du traitement ?\nSont-elles compatibles avec celle-ci ?\nSont-elles à jour ?\n(Art 5.1c, 5.1d)','Adequate, relevant and limited to what is necessary in view of the purposes?\nIs the data minimization principle respected?\nDo the data collected, help to achieve the purpose of the processing?\nAre they compatible with it?\nAre they up to date?\n(Art 5.1c, 5.1d)','Adäquat, relevant und beschränkt auf das im Hinblick auf die Zwecke Notwendige?\nWird das Prinzip der Datenminimierung berücksichtigt?\nHelfen die erhobenen Daten, den Verarbeitungszweck zu erfüllen?\nSind sie damit kompatibel?\nSind sie auf dem neuesten Stand?\n(Art. 5.1c und 5.1d)','Adequaat, pertinent en beperkt tot wat noodzakelijk is voor het beoogde doel?\nWordt het principe van een minimale gegevensverwerking gerespecteerd?\nMaken de verzamelde gegevens het mogelijk het doel van de verwerking te realiseren?\nZijn ze verenigbaar met het doel?\nZijn ze up-to-date?\n(art. 5.1c, 5.1d)',-1,-1,-1,-1,-1,-1,-1,4,2,1,3,2,2,12,1,2,1,3,2,2,3,1,'The minimisation of personal data is not respected, excessive collection in relation to the purpose',NULL,0,'Admin Admin','2020-05-17 20:21:13',NULL,NULL),
(@max_instance_risk_op_id + 14, '96e6a1a0-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 28,@max_rolf_risk_id + 12,'8','Le traitement des DCP n\'est pas licite','Lawfulness of the personal data processing','Rechtmäßigkeit der Verarbeitung personenbezogener Daten','De verwerking van de PG is niet rechtmatig','Quelle est la condition de licéité ?\n a) Collecte directe du consentement de la personne\n b) Traitement nécessaire à l\'exécution d\'un contrat\n c) Respect d\'une obligation légale\n d) Sauvegarde des intérêts vitaux\n e) Exécution d\'une mission d\'intérêt public\n f) Traitement nécessaire aux fins des intérêts légitimes\n(Art 6.1)','What is the condition of lawfulness?\n a) Direct collection of the consent of the person\n b) Processing is necessary for the performance of a contract\n c) Necessary for compliance with a legal obligation\n d) Necessary in order to protect the vital interests of the data subject\n e) Necessary for the performance of a task carried out in the public interest\n f) Necessary for the purposes of the legitimate interests\n(Art. 6.1)','Welche Bedingungen bestehen für die Rechtmäßigkeit?\n a) Direkte Einholung der Einwilligung der Person\n b) Verarbeitung ist für die Erfüllung eines Vertrags erforderlich\n c) Notwendigkeit für die Einhaltung einer gesetzlichen Verpflichtung\n d) Notwendigkeit zum Schutz der lebenswichtigen Interessen einer betroffenen Person\n e) Notwendigkeit für die Erfüllung einer im öffentlichen Interesse ausgeführten Aufgabe\n f) Notwendigkeit für die Zwecke legitimer Interessen\n(Art. 6.1)','Wat zijn de voorwaarden om rechtmatig te zijn?\n a) betrokkene heeft rechtstreeks toestemming gegeven\nb) verwerking noodzakelijk voor de uitvoering van een overeenkomst\nc) om te voldoen van de wettelijke verplichting\nd) om vitale belangen te beschermen\ne) voor de vervulling van een taak van algemeen belang\nf) voor de behartiging van de gerechtvaardigde belangen\n(art 6.1)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'Service contract',NULL,0,'Admin Admin','2020-05-17 20:21:17',NULL,NULL),
(@max_instance_risk_op_id + 15, '96e6a1a0-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 28,@max_rolf_risk_id + 49,'54','Le traitement est illicite pour une autre finalité','Treatment is unlawful for another purpose','Behandlung ist für einen anderen Zweck unrechtmäßig.','De verwerking is onrechtmatig voor een ander doeleinde','Si la condition de licéité est remplie par les alinéas b,d et f de l\'article 6.1. est-ce que la finalité tient compte, entre autres :\na) de l\'existence éventuelle d\'un lien entre les finalités \nb) du contexte dans lequel les données à caractère personnel ont été collectées\nc) de la nature des données à caractère personnel\nd) des conséquences possibles du traitement ultérieur envisagé pour les personnes concernées; \ne) de l\'existence de garanties appropriées, qui peuvent comprendre le chiffrement ou la pseudonymisation.\n(Art 6.4)','If the condition of lawfulness is met by subparagraphs (b), (d) and (f) of Article 6.1. Does the purpose include, inter alia:\na) the existence link between the purposes for which the personal data have been collected and the purposes of the intended further processing\nb) the context in which the personal data have been collected\nc) the nature of the personal data\nd) the possible consequences of the intended further processing for data subjects\ne) the existence of appropriate safeguards, which may include encryption or pseudonymisation\n(Art. 6.4)','Wenn die Bedingung der Rechtmäßigkeit nach Unterparagrafen (b), (d) und (f) des Artikels 6.1 gegeben ist Beinhaltet der Zweck unter anderem:\na) die bestehende Verbindung zwischen den Zwecken, für welche die personenbezogenen Daten erhoben wurden, und den Zwecken der beabsichtigten weiteren Verarbeitung\nb) den Kontext, in dem die personenbezogenen Daten erhoben wurden\nc) die Art der personenbezogenen Daten\nd) die möglichen Folgen der beabsichtigten weiteren Verarbeitung für Betroffene\ne) die Existenz geeigneter Garantien, wie z. B. Verschlüsselung oder Pseudonymisierung\n(Art. 6.4)','Als de rechtmatigheidsvoorwaarde wordt vervuld door de alineas b, d en f van artikel 6.1. houdt het doeleinde dan rekening met onder meer:\na) het eventuele bestaan van een verband tussen de doeleinden\nb) de context waarin de persoonsgegevens werden verzameld\nc) de aard van de persoonsgegevens\nd) de mogelijke gevolgen van de beoogde verdere verwerking voor de betrokken personen \ne) het bestaan van passende waarborgen, waaronder eventueel versleuteling of pseudonimisering.\n(art. 6.4)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:17',NULL,NULL),
(@max_instance_risk_op_id + 16, '96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 14,'15','Aucun moyen permettant l\'exercice du droit de rétractation du consentement','No means to allow the exercise of the right of withdrawal of consent','Keine die Ausübung des Rechts auf Widerruf der Einwilligung ermöglichenden Mittel','Geen middel om het recht om de toestemming in te trekken uit te oefenen','Le retrait du consentement est possible :\n - À tout moment ?\n - Sans justification ?\n - Facilement accessible?\n - La personne sait-elle qu\'elle peut retirer son consentement ?\n(Art 7.3)','The withdrawal of consent is possible:\n - At anytime?\n - No justification?\n - Easily accessible?\n - Does the person know that they can withdraw its consent?\n(Art. 7.3)','Der Widerruf der Einwilligung ist möglich:\n - Jederzeit?\n - Ohne Begründung?\n - Einfach zugänglich?\n - Weiß die Person, dass sie ihre Einwilligung widerrufen kann?\n(Art. 7.3)','Is het intrekken van de toestemming:\n - te allen tijde mogelijk?\n - zonder rechtvaardiging mogelijk?\n - gemakkelijk toegankelijk?\n - weet de persoon dat hij of zij zijn/haar toestemming kan intrekken?\n(art. 7.3)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,'e-mail dedicated to privacy requests',NULL,0,'Admin Admin','2020-05-17 20:21:21',NULL,NULL),
(@max_instance_risk_op_id + 17, '96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 15,'14','Absence de consentement du responsable parental des enfants (< 16 ans)','Lack of the consent given or authorized by the holder of parental responsibility over the child (< 16 years old)','Fehlen der vom Träger der elterlichen Verantwortung für ein Kind (< 16 Jahre) gegebenen oder genehmigten Einwilligung','Geen toestemming van de persoon met de ouderlijke verantwoordelijkheid over de kinderen (< 16 jaar)','Qui donne le consentement ? \nExiste-t-il une vérification de la responsabilité parentale de l\'enfant ?\n(Art 8)','Who gives the consent?\nIs there a verification of parental responsibility over the child?\n(Art. 8)','Wer erteilt die Einwilligung?\nWird die elterliche Verantwortung für das Kind überprüft?\n(Art. 8)','Wie geeft de toestemming? \nBestaat er een controle van de ouderlijke verantwoordelijkheid over het kind?\n(art. 8)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:21',NULL,NULL),
(@max_instance_risk_op_id + 18, '96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 16,'13','Les preuves de la collecte du consentement sont insuffisantes','Insufficient evidence of the consent collection','Unzureichender Nachweis der Einwilligungseinholung','De bewijzen van de verkrijging van de toestemming zijn ontoereikend','Le consentement peut-il être démontré ?\nPreuves physiques ? Électroniques ?\n(Art 7.1)','Can consent be demonstrated?\nPhysical Evidence? Electronics?\n(Art. 7.1)','Kann die Einwilligung nachgewiesen werden?\nPhysische Beweise? Elektronik?\n(Art. 7.1)','Kan de toestemming worden aangetoond?\nFysieke bewijsstukken? Elektronische?\n(art. 7.1)',-1,-1,-1,-1,-1,-1,-1,1,1,2,1,1,2,2,1,1,2,1,1,2,2,5,'Contract signed',NULL,0,'Admin Admin','2020-05-17 20:21:22',NULL,NULL),
(@max_instance_risk_op_id + 19, '96e6a1d4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 29,@max_rolf_risk_id + 17,'12','Collecte déloyale du consentement','Unfair collection of the data subject\'s consent','Unfaire Einholung der Einwilligung von Betroffenen','Oneerlijke verkrijging van de toestemming','Le consentement est-il :\n - Explicite ? \n - Positif ?\n - Libre ?\n - Spécifique au traitement ou à un contrat ? \n - Clairement distinct des autres éléments ?\n(Art 7.2, 7.4)','Is the consent:\n - Explicit?\n - Positive?\n - Free?\n - Specific to the processing or the contract?\n - Clearly distinct from other elements (of the contract)?\n(Art 7.2, 7.4)','Erfolgt die Einwilligung:\n - Ausdrücklich?\n - Positiv?\n - Freiwillig?\n - Spezifisch für die Verarbeitung oder den Vertrag?\n - Klar getrennt von anderen Elementen (des Vertrags)?\n(Art 7.2 und 7.4)','Is de toestemming:\n - expliciet? \n - positief?\n - vrij?\n - specifiek voor de verwerking of voor een overeenkomst? \n - duidelijk onderscheiden van de andere elementen?\n(art. 7.2, 7.4)',-1,-1,-1,-1,-1,-1,-1,1,1,2,1,1,2,2,1,1,2,1,1,2,2,5,'Service contract',NULL,0,'Admin Admin','2020-05-17 20:21:22',NULL,NULL),
(@max_instance_risk_op_id + 20, '96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 18,'16','Manque d\'information à la personne sur la façon d\'exercer ses droits','Lack of information to the data subject on how to exercise its rights','Fehlende Belehrung des Betroffenen über die Ausübung seiner Rechte','De persoon beschikt niet over informatie over de manier waarop hij/zij zijn/haar rechten kan doen gelden','Comment exercer la demande ? Par mail ? Courrier ? Personnellement ?\nLa demande est-elle gratuite ?\n(Chapitre III)','How to apply? By email? Postal mail? Personally?\nIs the application free?\n(Chapter III)','Beantragungsmethode? Per E-Mail? Per Post? Persönlich?\nIst die Beantragung gebührenfrei?\n(Kapitel III)','Hoe het verzoek indienen? Per mail? Post? Persoonlijk?\nIs het verzoek gratis?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
(@max_instance_risk_op_id + 21, '96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 19,'17','Les ressources sont insuffisantes pour assurer l\'exercice des droits de la personne concernée','Insufficient resources to ensure the exercise of the data subject\'s rights','Unzureichende Ressourcen zur Gewährleistung der Ausübung der Rechte von Betroffenen','De middelen zijn ontoereikend om de uitoefening van de rechten van de betrokken persoon mogelijk te maken','Comment sont traitées les demandes ?\n(Chapitre III)','How requests are processed?\n(Chapter III)','Wie werden Anfragen verarbeitet?\n(Kapitel III)','Hoe worden de verzoeken behandeld?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
(@max_instance_risk_op_id + 22, '96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 20,'18','Les délais de réponse des demandes sont excessifs','Excessive response time for answering requests','Zu lange Antwortzeit auf Anfragen','De termijnen voor het beantwoorden van de verzoeken zijn te lang','Quelle est la fréquence de réception de demandes ?\n(Chapitre III)','How often are requests received?\n(Chapitre III)','Wie oft werden Anfragen erhalten?\n(Kapitel III)','Wat is de ontvangstfrequentie van verzoeken?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,4,2,3,1,2,3,12,1,2,3,1,2,3,3,1,'No request management procedure and no DPO',NULL,0,'Admin Admin','2020-05-17 20:21:26',NULL,NULL),
(@max_instance_risk_op_id + 23, '96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 21,'19','Défaut de contrôle d\'identité du demandeur des droits','Lack of identity check of the applicant','Fehlende Identitätsprüfung eines Antragstellers','Geen identiteitscontrole van de aanvrager van de rechten','Existe-t-il une procédure de contrôle de l\'identité ? Est-elle formelle ?\nQuel type de document est demandé ?\nLe document est-il copié ? Stocké ?','Is there a procedure for identity control? Is it formal?\nWhat type of document is requested?\nIs the document copied? Stored?\n(Chapitre III)','Existiert ein Verfahren für die Identitätskontrolle? Ist es formal?\nWelcher Typ von Dokumenten wird verlangt?\nWird das Dokument kopiert? Aufbewahrt?\n(Kapitel III)','Bestaat er een identiteitscontroleprocedure? Is ze formeel?\nWelk type document wordt gevraagd?\nWordt het document gekopieerd? Opgeslagen?',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:27',NULL,NULL),
(@max_instance_risk_op_id + 24, '96e6a1e4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 30,@max_rolf_risk_id + 23,'20','Les preuves concernant les demandes relatives à l\'exercice de droits sont insuffisantes','Insufficient evidence concerning applications for the exercise of rights','Unzureichender Nachweis im Hinblick auf Anträge zur Ausübung von Rechten','De bewijzen betreffende de verzoeken m.b.t. de uitoefening van de rechten zijn ontoereikend','Existe-t-il un modèle de demande proposé à la personne concernée ?\nLes demandes sont-elles adressées par écrit, datées et signées ?\n(Chapitre III)','Is there a proposed application to the data subject?\nAre applications made in writing, dated and signed?\n(Chapter III)','Wird Betroffenen ein Antrag angeboten?\nErfolgen Anträge in datierter und unterzeichneter Schriftform?\n(Kapitel III)','Bestaat er een verzoekmodel dat wordt voorgesteld aan de betrokken persoon?\nWorden de verzoeken schriftelijk ingediend, gedateerd en ondertekend?\n(Hoofdstuk III)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:28',NULL,NULL),
(@max_instance_risk_op_id + 25, '96e6a214-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 31,@max_rolf_risk_id + 22,'21','L\'information préalable à fournir à la personne est insuffisante','Prior information to be provided to the person is insufficient','Der Person bereitzustellende Vorabinformationen sind unzureichend.','De vooraf aan de persoon te verstrekken informatie is ontoereikend','Attention l\'information varie sensiblement en fonction de la façon de collecter l\'information (auprès de la personne art. 13, sinon art. 14)\nInformation à fournir au minimum :\n - L\'identité et les coordonnées du responsable du traitement ou du délégué à la protection des données\n - Les finalités du traitement\n - La base juridique du traitement\n - Si le traitement est fondé sur des intérêts légitimes, les fournir\n - les destinataires ou les catégories de destinataires\n - L\'intention d\'effectuer un transfert de données à caractère personnel vers un pays tiers ou à une organisation internationale\n - La durée de conservation des données ou les critères utilisés pour déterminer cette durée\n - L\'existence de ses différents droits\n - L\'existence d\'une prise de décision automatisée, y compris un profilage ainsi que la logique sous-jacente et l\'importance et les conséquences prévues de ce traitement pour la personne concernée\n - ...\n(Art 13.1, 13.2, 14)','Please note that information depends on how the information is collected (from the person in Article 13, if not Article 14)\nInformation to be provided as a minimum:\n - The identity and contact details of the controller or the Data Protection Officer\n - Purposes of processing\n - The legal basis for the processing\n - If the treatment is based on legitimate interests, provide them\n - Recipients or categories of recipients\n - The intention to transfer personal data to a third country or to an international organization\n - The retention period of the data or the criteria used to determine this duration\n - The existence of its various rights\n - The existence of automated decision-making, including profiling and the underlying logic and the significance and anticipated consequences of this treatment for the data subject \n - ...\n(Art. 13.1, 13.2, 14)','Bitte beachten Sie, dass Informationen davon abhängen, wie sie eingeholt werden (von einer Person in Artikel 13, ansonsten Artikel 14).\nBereitzustellende Mindestinformationen:\n - Die Identität sowie die Kontaktdaten des Verantwortlichen oder des Datenschutzbeauftragten\n - Zweck der Verarbeitung\n - Die gesetzliche Grundlage für die Verarbeitung\n - Falls die Behandlung auf legitimen Interessen beruht, diese angeben\n - Empfänger oder Empfängerkategorien\n - Die Absicht der Übertragung personenbezogener Daten an Drittländer oder eine internationale Organisation\n - Die Speicherfrist der Daten oder die zur Bestimmung dieser Frist verwendeten Kriterien\n - Das Bestehen der verschiedenen Rechte\n - Das Bestehen automatisierter Entscheidungsfindungen, u. a. Profilerstellung und die zugrunde liegende Logik sowie die Bedeutung und die voraussichtlichen Folgen dieser Behandlung für Betroffene \n - …\n(Art. 13.1, 13.2 und 14)','Let op, de informatie verschilt aanzienlijk afhankelijk van de manier waarop de informatie wordt verzameld (bij de persoon, art. 13, anders art. 14)\nMinstens te verstrekken informatie:\n - De identiteit en de gegevens van de verwerkingsverantwoordelijke of van de functionaris voor gegevensbescherming\n - de doeleinden van de verwerking\n - de rechtsgrond van de verwerking\n - als de verwerking gebaseerd is op gerechtvaardigde belangen, moeten die worden vermeld\n - de ontvangers of de categorieën van ontvangers\n - het voornemen om persoonsgegevens door te geven aan een derde land of aan een internationale organisatie\n - de periode gedurende welke de persoonsgegevens zullen worden opgeslagen of de criteria ter bepaling van die termijn\n - het bestaan van zijn verschillende rechten\n - het bestaan van geautomatiseerde besluitvorming, met inbegrip van een profilering en de onderliggende logica, alsmede het belang en de verwachte gevolgen van die verwerking voor de betrokkene\n - ...\n(art. 13.1, 13.2, 14)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'Information provided in the service contract in the privacy chapter',NULL,0,'Admin Admin','2020-05-17 20:21:31',NULL,NULL),
(@max_instance_risk_op_id + 26, '96e6a214-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 31,@max_rolf_risk_id + 30,'22','Modification du traitement ou traitement ultérieur, sans information préalable à la personne','Changes in treatment or further treatment, without prior notification to the data subject','Änderungen bei der Behandlung oder weiteren Behandlung ohne vorherige Ankündigung bei Betroffenen','Wijziging van de verwerking of latere verwerking, zonder voorafgaande kennisgeving aan de persoon','Quel type de changement ?\n - Changement ou autre finalité ?\n - Nouveaux destinataires ?\n - Durée de conservation ?\n - ... ?\n(Art 13.3)','What kind of change?\n - Change or other purpose?\n - New recipients?\n - The duration of the conversation ?\n - ...?\n(Art. 13.3)','Welche Art der Änderung?\n - Änderung oder anderer Zweck?\n - Neue Empfänger?\n - Die Speicherfrist?\n - …?\n(Art. 13.3)','Welk type van wijziging?\n - wijziging of ander doeleinde?\n - nieuwe ontvangers?\n - bewaringsduur?\n - ... ?\n(art. 13.3)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:32',NULL,NULL),
(@max_instance_risk_op_id + 27, '96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 28,'24','Impossibilité de tracer les personnes qui accèdent aux DCP','Unable to trace people accessing the personal data','Verfolgung des Zugriffs von Personen auf personenbezogene Daten nicht möglich','Geen mogelijkheid om de personen die de PG inzien te traceren','Quelles informations sont enregistrées dans les logs ?\nNom des personnes ou catégories de personnes ?\n(Art 15.1c)','What information is stored in the logs?\nName of persons or categories of persons?\n(Art 15.1c)','Welche Informationen werden in den Protokollen gespeichert?\nPersonennamen oder Personenkategorien?\n(Art. 15.1c)','Welke informatie wordt opgeslagen in de logs?\nNaam van de personen of persoonscategorieën?\n(art. 15.1c)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:35',NULL,NULL),
(@max_instance_risk_op_id + 28, '96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 29,'23','Aucun moyen pour fournir une copie des DCP à la personne concernée','No means to provide a copy of the personal data to the data subject','Keine Mittel zur Bereitstellung einer Kopie personenbezogener Daten für Betroffene','Geen mogelijkheid om de betrokken persoon een kopie van de PG te bezorgen','Comment les informations sont-elles fournies ?\nLes données fournies sont exhaustives ?\nDes frais administratifs sont-ils demandés ? Proportionnalité ?\n(Art 15.3)','How the information is provided?\nAre the data provided exhaustive?\nAre there any administrative fees? Proportionality?\n(Art. 15.3)','Wie werden die Informationen bereitgestellt?\nSind die bereitgestellten Daten umfassend?\nFallen Verwaltungsgebühren an? Proportionalität?\n(Art. 15.3)','Hoe worden de gegevens verstrekt?\nWorden de gegevens uitputtend verstrekt?\nWorden er administratiekosten aangerekend? Evenredigheid?\n(art. 15.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:36',NULL,NULL),
(@max_instance_risk_op_id + 29, '96e6a244-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 32,@max_rolf_risk_id + 40,'44','L\'information concernant les droits daccès à fournir à la personne est insuffisante','Information on the access rights to be provided to the person is insufficient','Der Person bereitzustellende Informationen über Auskunftsrechte sind unzureichend.','De aan de persoon te verstrekken informatie betreffende de toegangsrechten is ontoereikend','Comment les informations sont-elles fournies ?\nInformation à fournir au minimum :\n - Les finalités du traitement\n - Les catégories des DCP et leurs sources\n - les destinataires ou les catégories de destinataires\n - La durée de conservation des données ou les critères utilisés pour déterminer cette durée\n - L\'existence de ses différents droits\n - L\'existence d\'une prise de décision automatisée, y compris le profilage\n - Si transfert des DCP vers un pays tiers ou à une organisation internationale, information sur les garanties appropriées\n - ...\n(Art 15.1, 15.2)','How is the information provided?\nInformation to be provided as a minimum:\n - Purposes of processing\n - Categories of personal data and their sources\n - recipients or categories of recipients\n - The retention period of the data or the criteria used to determine this duration\n - The existence of its various rights\n - The existence of automated decision-making, including profiling\n - If transfer of personal data to a third country or to an international organization, information on the appropriate safeguards\n - ...\n(Art. 15.1, 15.2)','Wie sind die Informationen bereitzustellen?\nBereitzustellende Mindestinformationen:\n - Zwecke der Verarbeitung\n - Kategorien personenbezogener Daten und deren Quellen\n - Empfänger oder Empfängerkategorien\n - Die Speicherfrist der Daten oder die zur Bestimmung dieser Frist verwendeten Kriterien\n - Das Bestehen der verschiedenen Rechte\n - Das Bestehen automatisierter Entscheidungsfindungen, u. a. Profilerstellung\n - Informationen über die geeigneten Garantien bei Übertragung personenbezogener Daten an Drittländer oder eine internationale Organisation \n - …\n(Art. 15.1 und 15.2)','Hoe worden de gegevens verstrekt?\nMinimaal te verstrekken informatie:\n - de doeleinden van de verwerking\n - de categorieën van PG en hun bronnen\n - de ontvangers of de ontvangercategorieën\n - de gegevensbewaringsduur of de gehanteerde criteria om die duur te bepalen\n - het bestaan van zijn verschillende rechten\n - het bestaan van een automatische besluitvorming, inclusief profilering\n - in geval van doorgifte van de PG aan een derde land of aan een internationale organisatie, relevante informatie over de garanties\n - ...\n(art. 15.1, 15.2)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:36',NULL,NULL),
(@max_instance_risk_op_id + 30, '96e6a269-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 33,@max_rolf_risk_id + 27,'25','Impossibilité de rectifier les DCP qui sont inexactes','Inability to correct inaccurate personal data','Berichtigung fehlerhafter personenbezogener Daten nicht möglich','Onmogelijkheid om inexacte PG te rectificeren','La rectification est-elle possible ? \nPartout (Duplication, différents supports ...) ?\n(Art 16)','Is rectification possible?\nEverywhere (Duplication, different media, ...)?\n(Art. 16)','Ist eine Berichtigung möglich?\nÜberall (Duplizierung, verschiedene Medien …)?\n(Art. 16)','Is rectificatie mogelijk? \nOveral (duplicatie, verschillende dragers ...) ?\n(art. 16)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:40',NULL,NULL),
(@max_instance_risk_op_id + 31, '96e6a269-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 33,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:40',NULL,NULL),
(@max_instance_risk_op_id + 32, '96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 25,'27','Défaillance du contrôle d\'effacement des DCP atteignant la fin de la durée de conservation','Failure to control the deletion of data reaching the end of the shelf life','Unterlassung der Kontrolle der Löschung von Daten bei Ablauf der Speicherfrist','Tekortkoming in de controle van de verwijdering van persoonsgegevens die het einde van de bewaringsduur hebben bereikt','Existe-t-il une procédure de contrôle ?\nQui en est lresponsable ?\nQuelle est la période de lancement ?\n(Art 17)','Is there a control procedure?\nWho is responsible for this?\nWhat is the launch period?\n(Art. 17)','Existiert ein Kontrollverfahren?\nWer ist dafür zuständig?\nMit welcher Einführungsphase?\n(Art. 17)','Bestaat er een controleprocedure?\nWie is er verantwoordelijk voor?\nWat is de lanceringsperiode?\n(art. 17)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'Personal data is deleted at the end of the service',NULL,0,'Admin Admin','2020-05-17 20:21:44',NULL,NULL),
(@max_instance_risk_op_id + 33, '96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 26,'26','Incapacité d\'effacer les DCP','Unable to delete personal data','Löschung personenbezogener Daten nicht möglich','Onvermogen om de PG te wissen','L\'obligation d\'effacer les DCP s\'applique en fonction de certains motifs : DCP plus nécessaires, retrait du consentement, opposition au traitement, traitement illicite, obligation légale, offre de service ..)\nPossibilité de traiter l\'effacement via les autres responsables du traitement \nNote : Il existe des exceptions pour l\'application au droit à l\'effacement (art. 17-3)\n(Art 17.1, 17.2)','The obligation to erase personal data applies on the basis of certain grounds: data no longer necessary, withdrawal of consent, opposition to processing, unlawful processing, legal obligation, offer of service ..)\nPossibility of processing erasure via other processors\nNote: There are exceptions for the application of the right of erasure (Articles 17-3)\n(Art. 17.1, 17.2)','Die Verpflichtung zur Löschung personenbezogener Daten besteht unter bestimmten Umständen: Daten sind nicht mehr erforderlich, Widerruf der Einwilligung, Widerspruch gegen Verarbeitung, unrechtmäßige Verarbeitung, gesetzliche Verpflichtung, Dienstleistungsangebot \nMöglichkeit der Verarbeitung der Löschung durch andere Auftragsverarbeiter\nHinweis: Für die Anwendung des Rechts auf Löschung bestehen Ausnahmen (Artikel 17-3)\n(Art. 17.1 und 17.2).','De verplichting om de PG te wissen geldt afhankelijk van bepaalde motieven: PG niet langer nodig, intrekking van toestemming, bezwaar tegen verwerking, onrechtmatige verwerking, wettelijke verplichting, dienstenaanbod ...)\nMogelijkheid om de verwijdering te behandelen via de andere verwerkingsverantwoordelijken\nOpmerking: er bestaan uitzonderingen voor de toepassing van het recht op gegevensverwijdering (art. 17-3)\n(art. 17.1, 17.2)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'NA',NULL,0,'Admin Admin','2020-05-17 20:21:44',NULL,NULL),
(@max_instance_risk_op_id + 34, '96e6a279-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 34,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:21:45',NULL,NULL),
(@max_instance_risk_op_id + 35, '96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 24,'28','Impossible d\'exercer le droit à la limitation du traitement','Unable to exercise the right to limit the processing','Ausübung des Rechts auf Einschränkung der Verarbeitung nicht möglich','Onmogelijk het recht op de beperking van de verwerking uit te oefenen','La personne concernée a le droit d\'obtenir du responsable du traitement la limitation du traitement lorsque l\'un des éléments suivants s\'applique:\na) l\'exactitude des données à caractère personnel est contestée \nb) le traitement est illicite et la personne concernée s\'oppose à leur effacement et exige à la place la limitation de leur utilisation\nc) le responsable du traitement n\'a plus besoin des données à caractère personnel aux fins du traitement, mais celles-ci sont encore nécessaires à la personne concernée pour la constatation, l\'exercice ou la défense de droits en justice;0\nd) la personne concernée s\'est opposée au traitement en vertu de l\'article 21, paragraphe 1, pendant la vérification portant sur le point de savoir si les motifs légitimes poursuivis par le responsable du traitement prévalent sur ceux de la personne concernée.\n(Art 18.1)','The data subject shall have the right to obtain from the controller the limitation of processing where one of the following applies:\na) The accuracy of the personal data is contested\nb) The processing is unlawful and the person concerned opposes their erasure and instead requires the limitation of their use\nc) the controller no longer needs personal data for processing purposes, but the controller is still required by the data subject to establish, exercise or defend legal rights\n(D) the data subject has objected to the processing under article 21 (1) during the verification of whether the legitimate reasons pursued by the controller prevail over those of the data subject.\n(Art. 18.1)','Betroffene haben das Recht, die Einschränkung der Verarbeitung vom Verantwortlichen zu erhalten, wenn einer der folgenden Umstände gegeben ist:\na) Die Genauigkeit der personenbezogenen Daten wird bestritten.\nb) Die Verarbeitung ist unrechtmäßig, und die betroffene Person lehnt deren Löschung ab und fordert stattdessen die Einschränkung ihrer Nutzung.\nc) Der Verantwortliche benötigt zu Verarbeitungszwecken keine personenbezogenen Daten mehr, muss auf Verlangen eines Betroffenen aber noch Rechtsansprüche feststellen, geltend machen oder verteidigen.\nd) Ein Betroffener hat einer Verarbeitung gemäß Artikel 21 (1) während der Überprüfung widersprochen, ob die vom Verantwortlichen verfolgten legitimen Zwecke Vorrang vor denen des Betroffenen haben.\n(Art. 18.1)','De betrokkene heeft het recht van de verwerkingsverantwoordelijke de beperking van de verwerking te verkrijgen indien een van de volgende elementen van toepassing is:\na) de juistheid van de persoonsgegevens wordt betwist\nb) de verwerking is onrechtmatig en de betrokkene verzet zich tegen het wissen van de persoonsgegevens en verzoekt in de plaats daarvan om een beperking van het gebruik ervan\nc) de verwerkingsverantwoordelijke heeft de persoonsgegevens niet meer nodig voor de verwerkingsdoeleinden, maar de betrokkene heeft deze nodig voor de instelling, uitoefening of onderbouwing van een rechtsvordering\nd) de betrokkene heeft krachtens artikel 21, lid 1, bezwaar gemaakt tegen de verwerking, in afwachting van het antwoord op de vraag of de gerechtvaardigde gronden van de verwerkingsverantwoordelijke zwaarder wegen dan die van de betrokkene.\n(art. 18.1)',-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,5,'e-mail dedicated to privacy requests',NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
(@max_instance_risk_op_id + 36, '96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 41,'46','Le responsable du traitement ne met pas les moyens en oeuvre pour limiter le traitement','The controller does not implement the means to limit the processing','Der Verantwortliche implementiert die Mittel zur Einschränkung der Verarbeitung nicht.','De verwerkingsverantwoordelijke maakt geen gebruik van de middelen om de verwerking te beperken','En cas de limitation du traitement, quelles sont les mesures prises par le responsable du traitement pour assurer la limitation ?\nEn cas de levée de la limitation comment la personne concernée sera-t-elle avertie ?\nNote : Voir exceptions\n(Art 18.2, 18.3)','If the processing is restricted, what measures are taken by the controller to ensure the limitation?\nIf the limitation is lifted, how will the person concerned be notified?\nNote: See exceptions\n(Art. 18.2, 18.3)','Welche Maßnahmen werden vom Verantwortlichen bei eingeschränkter Verarbeitung zur Sicherstellung der Beschränkung ergriffen?\nWie wird die betroffene Person im Falle der Aufhebung der Einschränkung benachrichtigt?\nHinweis: Siehe Ausnahmen\n(Art. 18.2 und 18.3).','Welke maatregelen neemt de verwerkingsverantwoordelijke in geval van beperking van de verwerking om die beperking te waarborgen?\nHoe wordt de betrokken persoon in geval van opheffing van de beperking daarvan verwittigd?\nOpmerking: Zie uitzonderingen\n(art. 18.2, 18.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
(@max_instance_risk_op_id + 37, '96e6a2a3-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 35,@max_rolf_risk_id + 42,'47','La notification à chaque destinataire à qui les DCP ont été communiquées n\'est pas faite','Notification to each recipient to whom personal data has been communicated is not provided','Keine Benachrichtigung an jeden Empfänger, dem personenbezogene Daten mitgeteilt wurden','De kennisgeving aan iedere ontvanger aan wie de PG werden verstrekt, vindt niet plaats','Valable pour la rectification, l\'effacement des données et la limitation du traitement\n(Art 19)','Valid for rectification, erasure of data and limitation of processing\n(Art. 19)','Gilt für Berichtigung, Löschung von Daten und Einschränkung der Verarbeitung\n(Art. 19)','Geldig voor rectificatie, gegevenswissing en verwerkingsbeperking\n(art. 19)',-1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:21:49',NULL,NULL),
(@max_instance_risk_op_id + 38, '96e6a2e2-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 36,@max_rolf_risk_id + 43,'48','Incapacité à exercer le droit à la portabilité des données','Inability to exercise the right to data portability','Ausübung des Recht auf Datenübertragbarkeit nicht möglich','Onvermogen het recht op de overdraagbaarheid van gegevens uit te oefenen','Quel format de données est prévu ? \nStructuré ? Couramment utilisé et lisible par machine ?\nSi transfert directement à un autre responsable de traitement, le transfert est-il accepté par ce dernier ?\nDans le cas d\'un traitement automatique, si la personne concernée exerce son droit à la portabilité des données, y a-t-il un arrangement pour que les données transitent directement vers le nouveau responsable du traitement.\n(Art 20)','What data format is expected?\nStructured? Commonly used and machine readable?\nIf transferred directly to another controller, is the transfer accepted by the controller?\nIn the case of automatic processing, if the data subject exercises his right to data portability, is there an arrangement for the data to pass directly to the new data controller?\n(Art. 20)','Welches Datenformat wird erwartet?\nStrukturiert? Gängig und maschinenlesbar?\nWird die Übertragung bei einer direkten Übertragung an einen anderen Verantwortlichen vom Verantwortlichen akzeptiert?\nExistiert im Falle der automatischen Verarbeitung, sofern ein Betroffener sein Recht auf Datenübertragbarkeit ausübt, eine Regelung, damit die Daten direkt über den neuen Datenverantwortlichen laufen?\n(Art. 20)','Welk gegevensformaat werd voorzien? \nGestructureerd? Gangbare en machineleesbare vorm?\nIn geval van een overdracht aan een andere verwerkingsverantwoordelijke, wordt de overdracht dan aanvaard door die laatste?\nIs er in geval van een automatische verwerking sprake van de regeling volgens welke de gegevens rechtstreeks worden overgedragen naar de nieuwe verwerkingsverantwoordelijke, als de betrokken persoon zijn recht op de overdraagbaarheid van gegevens uitoefent?\n(art. 20)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:53',NULL,NULL),
(@max_instance_risk_op_id + 39, '96e6a312-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 37,@max_rolf_risk_id + 31,'29','Incapacité de s\'opposer au traitement de DCP','Inability to object to the processing of personal data','Widerspruch gegen die Verarbeitung von personenbezogenen Daten nicht möglich','Onvermogen om bezwaar aan te tekenen tegen de verwerking van de PG','Existe-t-il un point de contact (mail, téléphone, adresse) ?\nY a-t-il une procédure en place ?\nQuel est le temps pour arrêter le traitement, après la demande de la personne concernée ?\nSi plusieurs traitements, possibilité d\'en arrêter qu\'un ?\nNote : Voir exception\n(Art 21)','Is there a point of contact (mail, telephone, address)?\nIs there a procedure in place?\nWhat is the time to stop processing, after the request of the data subject?\nIf several processing, possibility to stop only one?\nNote: See exception\n(Art. 21)','Gibt es eine Anlaufstelle (E-Mail, Telefon, Adresse)?\nExistiert ein Verfahren?\nDauer bis zum Beenden der Verarbeitung nach dem Antrag eines Betroffenen?\nMöglichkeit bei mehreren Verarbeitungen, nur eine zu beenden?\nHinweis: Siehe Ausnahme\n(Art. 21).','Bestaat er een contactpunt (mail, telefoon, adres)?\nBestaat er een procedure?\nHoelang duurt het om de verwerking stop te zetten, na het verzoek van de betrokken persoon?\nBij meerdere verwerkingen, mogelijkheid om slechts één te stoppen?\nOpmerking: Zie uitzondering\n(art. 21)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:21:58',NULL,NULL),
(@max_instance_risk_op_id + 40, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 32,'31','Incompatibilité entre les fonctions du DPO et ses missions','Incompatibility between DPO functions and missions','Inkompatibilität zwischen DSB-Funktionen und -Aufträgen','Incompatibiliteit tussen de functies van de FGB en zijn taken','A-t-il accès aux informations pertinentes pour sa fonction, de la part du management de l\'organisme ?\nEst-il en rapport direct avec le management de l\'organisme ?\nPrésence de conflit d\'intérêts avec les autres missions du DPO ? RSSI ? \nFait-il partie du management de l\'organisme ?\n(Art 38)','Does he have access to information relevant to its function, from the management of the organization?\nIs he directly related to the management of the organization?\nConflict of interest with other DPO missions? CISO?\nIs he part of the management of the organization?\n(Art. 38)','Hat er Zugriff auf für seine Funktion relevante Informationen vom Management der Organisation?\nBestehen direkte Beziehungen zwischen ihm und dem Management der Organisation?\nInteressenskonflikt mit anderen DSB-Aufträgen? CISO (Chief Information Security Officer, Beauftragter für Informationssicherheit)?\nGehört er zum Management der Organisation?\n(Art. 38)','Heeft hij toegang tot pertinente informatie voor zijn functie, vanwege het management van het organisme?\nIs er een rechtstreekse relatie met het management van het organisme?\nIs er sprake van een belangenconflict met andere taken van de FGB? ISSM? \nMaakt hij deel uit van het management van het organisme?\n(art. 38)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:04',NULL,NULL),
(@max_instance_risk_op_id + 41, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 33,'30','Le DPO manque de compétences','Lack of skills of the DPO','Mangelnde Kompetenzen des DSB','De FGB beschikt niet over al de nodige bekwaamheden','Est-il de formation universitaire accomplie en droit ? Économie ? Gestion d\'entreprise ? Informatique ? ?\nEst-il membre d\'une des professions règlementées ? Avocat à la Cour ? Réviseur d\'entreprises ? Expert-comptable ? Médecin ?\nEst-il bien conscient de son rôle et ses devoirs ?\n(Art 37.5, 39.2)','Did he have an academic background in law? Economy? Business Management ? Computing? ...?\nIs he a member of one of the regulated professions? Attorneys ? Reviewer of companies? Accountant ? Doctor ?\nIs he well aware of his role and duties?\n(Art. 37.5, 39.2)','Hat er einen akademischen Hintergrund in Rechtswissenschaften? Wirtschaft? Betriebswirtschaft? Informatik? ?\nÜbt er einen reglementierten Beruf aus? Anwalt? Unternehmensprüfer? Buchhalter? Arzt?\nIst er sich seiner Rolle und seiner Pflichten vollkommen bewusst?\n(Art. 37.5 und 39.2)','Heeft hij een universitair diploma in de rechten? In economie? In bedrijfsbeheer? In informatica? ?\nIs hij lid van een van de gereglementeerde beroepen? Raadsheer bij het hof van beroep? Bedrijfsrevisor? Accountant? Arts?\nIs hij zich terdege bewust van zijn rol en zijn plichten?\n(art. 37.5, 39.2)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:05',NULL,NULL),
(@max_instance_risk_op_id + 42, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 34,'33','Faible communication entre DPO et la commission','Low communication between DPO and the commission','Geringe Kommunikation zwischen dem DSB und der Kommission','Gebrekkige communicatie tussen FGB en de commissie','Veille juridique ?\nPoint de contact pour répondre aux demandes et aux réclamations ?\n(Art 39.1d)','Legal monitoring ?\nContact point for inquiries and complaints?\n(Art 39.1d)','Rechtliche Überwachung?\nAnlaufstelle für Anfragen und Beschwerden?\n(Art. 39.1d)','Juridische waarnemingspost?\nContactpunt om te antwoorden op verzoeken en klachten?\n(art. 39.1d)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:06',NULL,NULL),
(@max_instance_risk_op_id + 43, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 35,'34','Faible communication entre DPO et les employés','Poor communication between the DPO and employees','Schlechte Kommunikation zwischen dem DSB und Mitarbeitern','Gebrekkige communicatie tussen FGB en de werknemers','Le DPO est-il actif dans des sujets tels que :\n - la sensibilisation ?\n - les conseils aux employés ?\n - les codes de conduites ?\n - les politiques relatives à la protection des DCP\n(Art. 39-1b)','The DPO is active in subjects such as:\n - Awareness ?\n - Advice to employees?\n - Codes of conduct?\n - Policies relating to the personal data protection\n(Article 39 (1) (b)','DSB ist aktiv in Bereichen wie:\n - Bewusstsein?\n - Mitarbeiterberatung?\n - Verhaltenskodizes?\n - Richtlinien in Bezug auf den Schutz personenbezogener Daten\n(Artikel 39 (1) (b))','Is de FGB actief op het vlak van themas als:\n - sensibilisering?\n - advies aan werknemers?\n - gedragscodes?\n - het beleid inzake de bescherming van PG\n(art. 39-1b)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:06',NULL,NULL),
(@max_instance_risk_op_id + 44, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 44,'49','Absence de DPO, alors qu\'il est requis par la loi','Absence of DPO, when required by law','Fehlen eines gesetzlich vorgeschriebenen DSB','Er is geen FGB, terwijl het wettelijk vereist is','Le responsable du traitement et le sous-traitant désignent en tout état de cause un délégué à la protection des données lorsque:\na) le traitement est effectué par une autorité publique ou un organisme public, à l\'exception des juridictions agissant dans l\'exercice de leur fonction juridictionnelle;\nb) les activités de base du responsable du traitement ou du sous-traitant consistent en des opérations de traitement qui, du fait de leur nature, de leur portée et/ou de leurs finalités, exigent un suivi régulier et systématique à grande échelle des personnes concernées; ou\nc) les activités de base du responsable du traitement ou du sous-traitant consistent en un traitement à grande échelle de catégories particulières de données visées à l\'article 9 et de données à caractère personnel relatives à des condamnations pénales et à des infractions visées à l\'article 10.\n(Art 37.1)','The controller and the processor shall in any event designate a data protection officer when:\na) the processing is carried out by a public authority or body, except for courts acting in their judicial capacity\nb) the core activities of the controller or the processor consist of processing operations which, by virtue of their nature, their scope and/or their purposes, require regular and systematic monitoring of data subjects on a large scale\nc) the core activities of the controller or the processor consist of processing on a large scale of special categories of data pursuant to article 9 and personal data relating to criminal convictions and offences referred to in Article 10\n(Art. 37.1)','Der Verantwortliche und der Auftragsverarbeiter müssen auf jeden Fall einen Datenschutzbeauftragten benennen, wenn:\na) die Verarbeitung durch eine öffentliche Behörde oder Körperschaft erfolgt, mit Ausnahme von im Rahmen des Justizapparats handelnden Gerichten\nb) die Kernaktivitäten des Verantwortlichen oder des Auftragsverarbeiters aus Verarbeitungsvorgängen bestehen, die aufgrund ihrer Art, ihres Umfangs und/oder ihrer Zwecke eine regelmäßige und systematische Überwachung in großem Umfang von Datensubjekten erfordern\nc) die Kernaktivitäten des Verantwortlichen und des Auftragsverarbeiters aus der groß angelegten Verarbeitung spezieller Datenkategorien gemäß Artikel 9 und personenbezogener Daten im Hinblick auf in Artikel 10 genannten strafrechtlichen Verurteilungen und Vergehen besteht\n(Art. 37.1)','De verwerkingsverantwoordelijke en de onderaannemer wijzen een functionaris voor gegevensbescherming aan in elk geval waarin:\na) de verwerking wordt verricht door een overheidsinstantie of overheidsorgaan, behalve in het geval van gerechten bij de uitoefening van hun rechterlijke taken;\nb) een verwerkingsverantwoordelijke of de onderaannemer hoofdzakelijk is belast met verwerkingen die vanwege hun aard, hun omvang en/of hun doeleinden regelmatige en stelselmatige observatie op grote schaal van betrokkenen vereisen; of\nc) de verwerkingsverantwoordelijke of de onderaannemer hoofdzakelijk is belast met grootschalige verwerking van bijzondere categorieën van gegevens uit hoofde van artikel 9 en van persoonsgegevens met betrekking tot strafrechtelijke veroordelingen en strafbare feiten zoals bedoeld in artikel 10.\n(art. 37.1)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:07',NULL,NULL),
(@max_instance_risk_op_id + 45, '96e6a322-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 38,@max_rolf_risk_id + 45,'50','Le DPO n\'est pas joignable','The DPO is not reachable','DSB ist nicht erreichbar.','De FGB is niet bereikbaar','Utilisation excessive de la mutualisation ?\nLes lieux de travail sont trop éloignés ?\nLes organismes sont trop volumineux ?\nLe DPO est en surcharge de travail ?\n(Art 37.2, 37.3, 37.4)','Excessive use of pooling?\nAre workplaces too far apart?\nAre the organisms too large?\nThe DPO is overworked?\n(Art. 37.2, 37.3, 37.4)','Exzessives Pooling?\nSind Arbeitsplätze zu weit voneinander entfernt?\nSind die Organismen zu groß?\nIst der DSB überarbeitet?\n(Art. 37.2, 37.3 und 37.4)','Excessief gebruik van verdeling onder elkaar?\nZijn de werkplekken te ver van elkaar verwijderd?\nZijn de organismen te volumineus?\nHeeft de FGB een te grote werklast?\n(art. 37.2, 37.3, 37.4)',-1,-1,-1,-1,-1,-1,-1,4,1,3,3,2,3,12,1,1,3,3,2,3,3,1,'Absence of DPO',NULL,0,'Admin Admin','2020-05-17 20:22:08',NULL,NULL),
(@max_instance_risk_op_id + 46, '96e6a336-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 39,@max_rolf_risk_id + 36,'35','Le destinataire ne connait pas la finalité du traitement','The recipient does not know the purpose of the processing','Der Empfänger kennt den Zweck der Verarbeitung nicht.','De ontvanger kent het doel van de verwerking niet','Quel type de légitimité ?\n - Consentement de la personne\n - Respect à une obligation légale\n - Exécution mission d\'intérêt public\n - Exécution d\'un contrat\n - Réalisation d\'un intérêt légitime\n - Sauvegarde de l\'intérêt vital\n(multi articles)','What kind of legitimacy?\n - Consent of person\n - Compliance with a legal obligation\n - Execution of public service mission\n - Execution of a contract\n - Realization of a legitimate interest\n - Safeguarding the vital interest\n(multi articles)','Welche Art der Rechtmäßigkeit?\n - Einwilligung einer Person\n - Einhaltung einer gesetzlichen Verpflichtung\n - Erfüllung öffentlicher Dienstaufträge\n - Erfüllung eines Vertrags\n - Erfüllung eines legitimen Interesses\n - Schutz lebenswichtiger Interessen\n(Diverse Artikel)','Welk type van legitimiteit?\n - toestemming van de persoon\n - naleving van een wettelijke verplichting\n - uitvoering van een missie van algemeen belang\n - uitvoering van een contract\n - realisatie van een legitiem belang\n - verdediging van een vitaal belang\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,0,1,2,1,1,1,0,-1,-1,-1,-1,-1,-1,-1,5,'Purpose defined in the contract',NULL,0,'Admin Admin','2020-05-17 20:22:12',NULL,NULL),
(@max_instance_risk_op_id + 47, '96e6a336-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 39,@max_rolf_risk_id + 38,'37','Absence des clauses contractuelles entre le responsable du traitement et le destinataire','Absence of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichem und dem Auftragsverarbeiter','Gebrek aan contractuele bepalingen tussen de verwerkingsverantwoordelijke en de ontvanger','Obligations en matière de protection des DCP\nLimites du traitement sous instruction du responsable du traitement\n(multi articles)','Obligations regarding personal data protection\nThe limits of the processing under instruction of the controller\n(multi articles)','Verpflichtungen in Bezug auf den Schutz personenbezogener Daten\nEinschränkungen der Verarbeitung unter Anleitung des Verantwortlichen\n(Diverse Artikel)','Verplichtingen inzake de bescherming van PG\nBeperkingen van de verwerking in opdracht van de verwerkingsverantwoordelijke\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,0,1,2,1,2,2,0,-1,-1,-1,-1,-1,-1,-1,5,'No recipients',NULL,0,'Admin Admin','2020-05-17 20:22:13',NULL,NULL),
(@max_instance_risk_op_id + 48, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 7,'40','Le sous-traitant ne présente pas les garanties suffisantes pour assurer la protection des données','The processor does not have sufficient guarantees to ensure data protection','Der Auftragsverarbeiter hat keine ausreichenden Garantien zur Gewährleistung des Schutzes von Daten.','De onderaannemer kan niet voldoende garanties geven om de bescherming van de gegevens te waarborgen','Y a-t-il des contrôles périodiques ? Des audits? Des certifications ?\nApplication d\'un code de conduite approuvé comme le prévoit l\'article 40 ou d\'un mécanisme de certification approuvé ?\n(Art 28.1, 28.2, 28.5)','Are there periodic checks? Audits? Certificates?\nApplying an approved code of conduct as provided for in section 40 or an approved certification mechanism?\n(Art 28.1, 28.2, 28.5)','Gibt es periodische Überprüfungen? Audits? Zertifikate?\nAnwendung eines genehmigten Verhaltenskodex wie in Abschnitt 40 vorgesehen oder eines genehmigten Zertifizierungsmechanismus?\n(Art 28.1, 28.2 und 28.5)','Zijn er periodieke controles? Audits? Certificeringen?\nToepassing van een goedgekeurde gedragscode zoals bepaald in artikel 40 of van een goedgekeurd certificeringsmechanisme?\n(art. 28.1, 28.2, 28.5)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:20',NULL,NULL),
(@max_instance_risk_op_id + 49, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 8,'41','Les instructions du responsable du traitement ne sont pas documentées','Instructions from the controller are not documented','Anleitungen des Verantwortlichen werden nicht dokumentiert.','De instructies van de verwerkingsverantwoordelijke zijn niet gedocumenteerd','Les instructions du responsable du traitement sont génériques ? Précises ? Interprétables ? \nDroits de transfert des données ?\nÉtat de l\'art en sécurité de l\'information ? (Art 32) \n(Art 28.3)','The instructions of the controller are generic? Accurate? Interpretable?\nRight to transfer personal data?\nState of the art in information security? (Art. 32)\n(Art 28.3)','Sind die Anleitungen des Verantwortlichen allgemein? Präzise? Interpretierbar?\nRecht zum Übertragen personenbezogener Daten?\nDatenschutz auf dem Stand der Technik? (Art. 32)\n(Art 28.3)','Zijn de instructies van de verwerkingsverantwoordelijke generisch? Nauwkeurig? Interpreteerbaar? \nGegevensdoorgifterechten?\nHet allernieuwste inzake informatiebeveiliging? (art. 32) \n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
(@max_instance_risk_op_id + 50, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 37,'36','Les DCP sont excessives au regard de la finalité du traitement','Personal data are excessive in relation to the purpose of the processing','Zu viele personenbezogene Daten .im Verhältnis zum Verarbeitungszweck','De PG zijn excessief in verhouding tot het doel van de verwerking','Les données transmises permettent-elles d\'atteindre la finalité du traitement et sont-elles compatibles avec celle-ci ? \nEst-ce que le principe de minimisation des données est respecté ?\n(Multi article)','Do the transmitted data make it possible to achieve the purpose of the processing and are they compatible with it?\nIs the data minimization principle respected?\n(Multi article)','Ermöglichen die übertragenen Daten die Erfüllung des Verarbeitungszwecks und sind sie damit kompatibel?\nWird das Prinzip der Datenminimierung berücksichtigt?\n(Diverse Artikel)','Maken de verstrekte gegevens het mogelijk het doel van de verwerking te realiseren en zijn ze ermee verenigbaar? \nWordt het principe van een minimale gegevensverwerking gerespecteerd?\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
(@max_instance_risk_op_id + 51, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 39,'39','Absence des clauses contractuelles entre le responsable du traitement et le sous-traitant','Lack of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichen und dem Auftragsverarbeiter','Gebrek aan contractuele afspraken tussen de verwerkingsverantwoordelijke en de onderaannemer','Les obligations à définir : l\'objet et la durée du traitement, la nature et la finalité du traitement, le type de données à caractère personnel et les catégories de personnes concernées, et les obligations et les droits du responsable du traitement.\nLes documents sont-ils formels ?\n(Ar 28.3, 28.9)','The obligations to be defined: the purpose and duration of processing, the nature and purpose of the processing, the type of personal data and the categories of data subjects, and the obligations and rights of the controller.\nAre the documents formal?\n(Art 28: 3, 28: 9)','Festzulegende Verpflichtungen: Zweck und Dauer der Verarbeitung, Art und Zweck der Verarbeitung, Typ der personenbezogenen Daten und Betroffenenkategorien sowie die Verpflichtungen und Rechte des Verantwortlichen\nSind die Dokumente formal?\n(Art 28: 3 und 28: 9)','De te definiëren verplichtingen: het voorwerp en de duur van de verwerking, de aard en het doel van de verwerking, het type van persoonsgegevens en de categorieën van de betrokken personen, en de verplichtingen en rechten van de verwerkingsverantwoordelijke.\nZijn de documenten formeel?\n(art. 28.3, 28.9)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:21',NULL,NULL),
(@max_instance_risk_op_id + 52, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 46,'51','Mauvaise coopération avec le responsable du traitement','Poor cooperation with the controller','Schlechte Zusammenarbeit mit dem Verantwortlichen','Slechte samenwerking met de verwerkingsverantwoordelijke','Il aide le responsable du traitement à garantir le niveau de protection des données ?\nIl répond aux demandes des personnes concernées qui le saisissent en vue d\'exercer leurs droits prévus ?\nIl répond aux demandes du responsable de traitement (sur demande d\'exercice des droits de la personne concernée) ?\nIl met à la disposition du responsable du traitement toutes les informations nécessaires pour démontrer le respect de ses obligations ?\n(Art 28.3)','Help the controller to ensure the level of data protection?\nResponds to requests from data subjects who seize it for the exercise of their intended rights?\nResponds to the requests of the controller (upon request of exercise of the rights of the person concerned)?\nProvides the controller with all the information necessary to demonstrate compliance with its obligations?\n(Art 28.3)','Unterstützung des Verantwortlichen beim Sicherstellen des Datenschutzniveaus?\nReagiert auf Anträge von Betroffenen, die sie zur Ausübung ihrer vorgesehenen Rechte nutzen?\nReagiert auf Anträge des Verantwortlichen (auf Verlangen der Ausübung der Rechte einer betroffenen Person)?\nVersorgt den Verantwortlichen mit allen zum Nachweis der Erfüllung der Verpflichtungen erforderlichen Informationen?\n(Art. 28.3)','Helpt hij de verwerkingsverantwoordelijke het gegevensbeschermingsniveau te handhaven?\nBeantwoordt hij de verzoeken van betrokken personen die zich tot hem wenden met het oog op de uitoefening van hun voorziene rechten?\nBeantwoordt hij de verzoeken van de verwerkingsverantwoordelijke (op een verzoek om de uitoefening van rechten van de betrokken persoon) ?\nBezorgt hij de verwerkingsverantwoordelijke al de nodige informatie om de naleving van zijn verplichtingen aan te tonen?\n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:22',NULL,NULL),
(@max_instance_risk_op_id + 53, '96e6a387-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 41,@max_rolf_risk_id + 47,'52','Mauvaises conditions de sous-traitance en cascade','Poor subcontracting conditions in cascade','Schlechte Untervergabebedingungen in Kaskade','Gebrekkige omstandigheden voor meervoudige onderaanneming','Lorsqu\'un sous-traitant recrute un autre sous-traitant pour mener des activités de traitement spécifiques pour le compte du responsable du traitement, les mêmes obligations en matière de protection de données que celles fixées dans le contrat ou un autre acte juridique entre le responsable du traitement et le sous-traitant.\n(Art 28, 29)','Where a processor recruits another processor to carry out specific processing activities on behalf of the controller, the same data protection obligations as those set out in the contract or other legal act between the controller of the processing and the processor.\n(Art 28,29)','Wirbt ein Auftragsverarbeiter einen anderen Auftragsverarbeiter zur Durchführung spezifischer Verarbeitungsaktivitäten im Namen des Verantwortlichen an, gelten die gleichen Datenschutzverpflichtungen wie die im Vertrag oder einem anderen Rechtsgeschäft zwischen dem Verantwortlichen der Verarbeitung und dem Auftragsverarbeiter festgelegten.\n(Art. 28 und 29)','Wanneer een onderaannemer een andere onderaannemer in dienst neemt voor de verrichting van specifieke verwerkingsactiviteiten voor rekening van de verwerkingsverantwoordelijke, gelden dezelfde verplichtingen inzake gegevensbescherming als die bepaald in het contract of een andere rechtshandeling tussen de verwerkingsverantwoordelijke en de onderaannemer.\n(art. 28, 29)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:22',NULL,NULL),
(@max_instance_risk_op_id + 54, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 7,'40','Le sous-traitant ne présente pas les garanties suffisantes pour assurer la protection des données','The processor does not have sufficient guarantees to ensure data protection','Der Auftragsverarbeiter hat keine ausreichenden Garantien zur Gewährleistung des Schutzes von Daten.','De onderaannemer kan niet voldoende garanties geven om de bescherming van de gegevens te waarborgen','Y a-t-il des contrôles périodiques ? Des audits? Des certifications ?\nApplication d\'un code de conduite approuvé comme le prévoit l\'article 40 ou d\'un mécanisme de certification approuvé ?\n(Art 28.1, 28.2, 28.5)','Are there periodic checks? Audits? Certificates?\nApplying an approved code of conduct as provided for in section 40 or an approved certification mechanism?\n(Art 28.1, 28.2, 28.5)','Gibt es periodische Überprüfungen? Audits? Zertifikate?\nAnwendung eines genehmigten Verhaltenskodex wie in Abschnitt 40 vorgesehen oder eines genehmigten Zertifizierungsmechanismus?\n(Art 28.1, 28.2 und 28.5)','Zijn er periodieke controles? Audits? Certificeringen?\nToepassing van een goedgekeurde gedragscode zoals bepaald in artikel 40 of van een goedgekeurd certificeringsmechanisme?\n(art. 28.1, 28.2, 28.5)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:26',NULL,NULL),
(@max_instance_risk_op_id + 55, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 8,'41','Les instructions du responsable du traitement ne sont pas documentées','Instructions from the controller are not documented','Anleitungen des Verantwortlichen werden nicht dokumentiert.','De instructies van de verwerkingsverantwoordelijke zijn niet gedocumenteerd','Les instructions du responsable du traitement sont génériques ? Précises ? Interprétables ? \nDroits de transfert des données ?\nÉtat de l\'art en sécurité de l\'information ? (Art 32) \n(Art 28.3)','The instructions of the controller are generic? Accurate? Interpretable?\nRight to transfer personal data?\nState of the art in information security? (Art. 32)\n(Art 28.3)','Sind die Anleitungen des Verantwortlichen allgemein? Präzise? Interpretierbar?\nRecht zum Übertragen personenbezogener Daten?\nDatenschutz auf dem Stand der Technik? (Art. 32)\n(Art 28.3)','Zijn de instructies van de verwerkingsverantwoordelijke generisch? Nauwkeurig? Interpreteerbaar? \nGegevensdoorgifterechten?\nHet allernieuwste inzake informatiebeveiliging? (art. 32) \n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
(@max_instance_risk_op_id + 56, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 37,'36','Les DCP sont excessives au regard de la finalité du traitement','Personal data are excessive in relation to the purpose of the processing','Zu viele personenbezogene Daten .im Verhältnis zum Verarbeitungszweck','De PG zijn excessief in verhouding tot het doel van de verwerking','Les données transmises permettent-elles d\'atteindre la finalité du traitement et sont-elles compatibles avec celle-ci ? \nEst-ce que le principe de minimisation des données est respecté ?\n(Multi article)','Do the transmitted data make it possible to achieve the purpose of the processing and are they compatible with it?\nIs the data minimization principle respected?\n(Multi article)','Ermöglichen die übertragenen Daten die Erfüllung des Verarbeitungszwecks und sind sie damit kompatibel?\nWird das Prinzip der Datenminimierung berücksichtigt?\n(Diverse Artikel)','Maken de verstrekte gegevens het mogelijk het doel van de verwerking te realiseren en zijn ze ermee verenigbaar? \nWordt het principe van een minimale gegevensverwerking gerespecteerd?\n(meerdere artikelen)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
(@max_instance_risk_op_id + 57, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 39,'39','Absence des clauses contractuelles entre le responsable du traitement et le sous-traitant','Lack of contractual clauses between the controller and the processor','Fehlende Vertragsklauseln zwischen dem Verantwortlichen und dem Auftragsverarbeiter','Gebrek aan contractuele afspraken tussen de verwerkingsverantwoordelijke en de onderaannemer','Les obligations à définir : l\'objet et la durée du traitement, la nature et la finalité du traitement, le type de données à caractère personnel et les catégories de personnes concernées, et les obligations et les droits du responsable du traitement.\nLes documents sont-ils formels ?\n(Ar 28.3, 28.9)','The obligations to be defined: the purpose and duration of processing, the nature and purpose of the processing, the type of personal data and the categories of data subjects, and the obligations and rights of the controller.\nAre the documents formal?\n(Art 28: 3, 28: 9)','Festzulegende Verpflichtungen: Zweck und Dauer der Verarbeitung, Art und Zweck der Verarbeitung, Typ der personenbezogenen Daten und Betroffenenkategorien sowie die Verpflichtungen und Rechte des Verantwortlichen\nSind die Dokumente formal?\n(Art 28: 3 und 28: 9)','De te definiëren verplichtingen: het voorwerp en de duur van de verwerking, de aard en het doel van de verwerking, het type van persoonsgegevens en de categorieën van de betrokken personen, en de verplichtingen en rechten van de verwerkingsverantwoordelijke.\nZijn de documenten formeel?\n(art. 28.3, 28.9)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:27',NULL,NULL),
(@max_instance_risk_op_id + 58, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 46,'51','Mauvaise coopération avec le responsable du traitement','Poor cooperation with the controller','Schlechte Zusammenarbeit mit dem Verantwortlichen','Slechte samenwerking met de verwerkingsverantwoordelijke','Il aide le responsable du traitement à garantir le niveau de protection des données ?\nIl répond aux demandes des personnes concernées qui le saisissent en vue d\'exercer leurs droits prévus ?\nIl répond aux demandes du responsable de traitement (sur demande d\'exercice des droits de la personne concernée) ?\nIl met à la disposition du responsable du traitement toutes les informations nécessaires pour démontrer le respect de ses obligations ?\n(Art 28.3)','Help the controller to ensure the level of data protection?\nResponds to requests from data subjects who seize it for the exercise of their intended rights?\nResponds to the requests of the controller (upon request of exercise of the rights of the person concerned)?\nProvides the controller with all the information necessary to demonstrate compliance with its obligations?\n(Art 28.3)','Unterstützung des Verantwortlichen beim Sicherstellen des Datenschutzniveaus?\nReagiert auf Anträge von Betroffenen, die sie zur Ausübung ihrer vorgesehenen Rechte nutzen?\nReagiert auf Anträge des Verantwortlichen (auf Verlangen der Ausübung der Rechte einer betroffenen Person)?\nVersorgt den Verantwortlichen mit allen zum Nachweis der Erfüllung der Verpflichtungen erforderlichen Informationen?\n(Art. 28.3)','Helpt hij de verwerkingsverantwoordelijke het gegevensbeschermingsniveau te handhaven?\nBeantwoordt hij de verzoeken van betrokken personen die zich tot hem wenden met het oog op de uitoefening van hun voorziene rechten?\nBeantwoordt hij de verzoeken van de verwerkingsverantwoordelijke (op een verzoek om de uitoefening van rechten van de betrokken persoon) ?\nBezorgt hij de verwerkingsverantwoordelijke al de nodige informatie om de naleving van zijn verplichtingen aan te tonen?\n(art. 28.3)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:28',NULL,NULL),
(@max_instance_risk_op_id + 59, '96e6a39d-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 42,@max_rolf_risk_id + 47,'52','Mauvaises conditions de sous-traitance en cascade','Poor subcontracting conditions in cascade','Schlechte Untervergabebedingungen in Kaskade','Gebrekkige omstandigheden voor meervoudige onderaanneming','Lorsqu\'un sous-traitant recrute un autre sous-traitant pour mener des activités de traitement spécifiques pour le compte du responsable du traitement, les mêmes obligations en matière de protection de données que celles fixées dans le contrat ou un autre acte juridique entre le responsable du traitement et le sous-traitant.\n(Art 28, 29)','Where a processor recruits another processor to carry out specific processing activities on behalf of the controller, the same data protection obligations as those set out in the contract or other legal act between the controller of the processing and the processor.\n(Art 28,29)','Wirbt ein Auftragsverarbeiter einen anderen Auftragsverarbeiter zur Durchführung spezifischer Verarbeitungsaktivitäten im Namen des Verantwortlichen an, gelten die gleichen Datenschutzverpflichtungen wie die im Vertrag oder einem anderen Rechtsgeschäft zwischen dem Verantwortlichen der Verarbeitung und dem Auftragsverarbeiter festgelegten.\n(Art. 28 und 29)','Wanneer een onderaannemer een andere onderaannemer in dienst neemt voor de verrichting van specifieke verwerkingsactiviteiten voor rekening van de verwerkingsverantwoordelijke, gelden dezelfde verplichtingen inzake gegevensbescherming als die bepaald in het contract of een andere rechtshandeling tussen de verwerkingsverantwoordelijke en de onderaannemer.\n(art. 28, 29)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:28',NULL,NULL),
(@max_instance_risk_op_id + 60, '96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 5,'43','Absence de règles d\'entreprise contraignantes','Absence of binding corporate rules','Fehlen von verbindlichen internen Datenschutzvorschriften','Gebrek aan bindende bedrijfsvoorschriften','Pour tous les détails concernant les \"règles d\'entreprise contraignantes\" voir article 47.\nSi les articles 46 et 47 ne peuvent être respectés et que le transfert doit quand même être fait, voir les articles :\n - 48 : Transferts ou divulgations non autorisés par le droit de l\'Union\n - 49 : Dérogations pour des situations particulières\nNote : À ce point, une étude approfondie doit être menée, pour avoir la certitude de respecter le GDPR pour sa partie \"Transferts\"\n(Art 47, 48, 49)','For full details on \"binding corporate rules\" see Article 47.\nIf sections 46 and 47 cannot be complied with and the transfer still needs to be made, see:\n - 48: Transfers or disclosures not authorized by Union law\n - 49: Derogations for special situations\nNote: At this point, an in-depth study must be carried out, in order to be sure of respecting the GDPR for its \"Transfers\"\n(Art. 47, 48, 49)','Einzelheiten über \"verbindliche interne Datenschutzvorschriften\" siehe Artikel 47.\nMuss eine Übertragung erfolgen, obwohl Abschnitte 46 und 47 nicht erfüllt werden können, siehe:\n - 48: Laut EU-Vorschriften unzulässige Übertragungen oder Veröffentlichungen \n - 49: Ausnahmen für Sonderfälle\nHinweis: An dieser Stelle muss eine eingehende Studie durchgeführt werden, um die Einhaltung der DSGVO für die \"Übertragungen\" sicherzustellen.\n(Art. 47, 48 und 49)','Voor alle details over \"bindende bedrijfsvoorschriften\" zie artikel 47.\nAls artikelen 46 en 47 niet kunnen worden nageleefd en de doorgifte toch moet plaatsvinden, zie artikelen:\n - 48: Niet bij Unierecht toegestane doorgiften of verstrekkingen\n - 49: Afwijkingen voor specifieke situaties\nOpmerking: op dit punt dient een grondige studie te worden gemaakt, om te waarborgen dat de AVG voor het gedeelte “Doorgiften” wordt nageleefd\n(art. 47, 48, 49)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL),
(@max_instance_risk_op_id + 61, '96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 6,'42','Le niveau de protection du pays tiers est inadéquat','Inadequate level of protection of the third country','Unzureichendes Schutzniveau des Drittlandes','Het beschermingsniveau van het derde land is inadequaat','Existe-t-il des transferts successifs ?\nQuel est le pays tiers ? Comment est jugé son niveau de protection ?\nPrésence d\'engagements internationaux ?\nQuelle est la position de la commission à propos de ce pays tiers ?\nNote : Voir le journal officiel de l\'Union européenne pour la catégorisation des pays en matière de protection des données.\n(Art 44, 45)','Are there successive transfers?\nWhat is the third country? How is its level of protection judged?\nPresence of international commitments?\nWhat is the position of the Commission on this third country?\nNote: See the Official Journal of the European Union for the categorization of countries in the field of data protection.\n(Art. 44, 45)','Gibt es sukzessive Übertragungen?\nWelches Land ist das Drittland? Wie wird das Schutzniveau beurteilt?\nBestehen internationale Verpflichtungen?\nWelche Position vertritt die Kommission gegenüber diesem Drittland?\nHinweis: Siehe das Amtsblatt der Europäischen Union für die Kategorisierung von Ländern hinsichtlich des Datenschutzes.\n(Art. 44 und 45)','Is er sprake van opeenvolgende doorgiften?\nWelk is het derde land? Hoe wordt zijn beschermingsniveau ingeschat?\nBestaan er internationale verbintenissen?\nWat is de positie van de commissie aangaande dit derde land?\nOpmerking: zie het officiële journaal van de Europese Unie voor de classificatie van landen op het vlak van gegevensbescherming.\n(art. 44, 45)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL),
(@max_instance_risk_op_id + 62, '96e6a3b4-513c-11e9-ac8c-0800277f0571',@max_anr_id,@max_instance_id + 43,@max_rolf_risk_id + 48,'53','Absence de clauses pour les transferts vers des pays tiers n\'assurant pas le niveau de protection adéquate','Lack of clauses for transfers to third countries not providing the appropriate level of protection','Fehlende Klauseln für Übertragungen in Drittländer ohne geeignetes Schutzniveau','Gebrek aan clausules voor de doorgiften naar derde landen die een passende waarborg garanderen','Présence de règles d\'entreprise contraignantes ?\nPrésence d\'instruments juridiquement contraignants et exécutoire\nPrésence d\'un code de conduite approuvé conformément à l\'article 40\nPrésence de mécanismes de certification approuvés conformément à l\'article 42\n(Art 46)','Presence of binding corporate rules?\nPresence of legally binding and enforceable instruments\nPresence of a code of conduct approved in accordance with section 40\nPresence of certification mechanisms approved in accordance with Article 42\n(Art. 46)','Existenz verbindlicher interner Datenschutzvorschriften?\nExistenz rechtsverbindlicher und vollstreckungsfähiger Instrumente\nExistenz eines in Übereinstimmung mit Abschnitt 40 genehmigten Verhaltenskodex\nExistenz von in Übereinstimmung mit Artikel 42 genehmigten Zertifizierungsmechanismen\n(Art. 46)','Bestaan er bindende bedrijfsvoorschriften?\nBestaan er juridisch bindende en afdwingbare instrumenten?\nBestaat er een goedgekeurde gedragscode overeenkomstig artikel 40?\nBestaan er goedgekeurde certificeringsmechanismen overeenkomstig artikel 42?\n(art. 46)',-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,NULL,NULL,0,'Admin Admin','2020-05-17 20:22:34',NULL,NULL);
INSERT INTO `interviews` (`anr_id`, `date`, `service`, `content`, `creator`, `created_at`, `updater`, `updated_at`)
@ -3127,38 +3131,38 @@ VALUES
INSERT INTO `recommandations_risks` (`recommandation_id`, `object_global_id`, `vulnerability_id`, `threat_id`, `asset_id`, `anr_id`, `instance_risk_id`, `instance_risk_op_id`, `instance_id`, `comment_after`, `creator`, `created_at`, `updater`, `updated_at`)
VALUES
('811d2c67-3d78-429c-93a2-55ae936a3f68','793feffb-8fc4-4f45-9b14-f0ec62974615','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,73,NULL,@max_instance_id + 2,NULL,'Admin Admin','2020-05-17 20:15:31',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','793feffb-8fc4-4f45-9b14-f0ec62974615','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,74,NULL,@max_instance_id + 2,NULL,'Admin Admin','2020-05-17 20:15:33',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,133,NULL,@max_instance_id + 5,NULL,'Admin Admin','2020-05-17 20:16:17',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,139,NULL,@max_instance_id + 6,NULL,'Admin Admin','2020-05-17 20:16:27',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a05f-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,158,NULL,@max_instance_id + 12,NULL,'Admin Admin','2020-05-17 20:17:17',NULL,NULL),
('91d8cdd9-745e-4175-80d6-91bfd8b913e2','96e6a05f-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,158,NULL,@max_instance_id + 12,NULL,'Admin Admin','2020-05-17 20:17:18',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,178,NULL,@max_instance_id + 16,NULL,'Admin Admin','2020-05-17 20:17:58',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,178,NULL,@max_instance_id + 16,NULL,'Admin Admin','2020-05-17 20:18:07',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,182,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:20',NULL,NULL),
('e83bdc4d-4a08-4021-a88b-be671ec3dd04','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,182,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:20',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,184,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:22',NULL,NULL),
('88f24dcf-0848-4a9f-b0b2-cff2bd8ae131','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,185,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:24',NULL,NULL),
('ccc9dd52-3580-44da-b7c4-8fb1cf26b6ba','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,185,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:25',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,190,NULL,@max_instance_id + 18,NULL,'Admin Admin','2020-05-17 20:18:29',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,190,NULL,@max_instance_id + 18,NULL,'Admin Admin','2020-05-17 20:18:40',NULL,NULL),
('e93ea51a-6d93-43bc-947f-9c945c766bb2','96e69dfe-513c-11e9-ac8c-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,208,NULL,@max_instance_id + 20,NULL,'Admin Admin','2020-05-17 20:19:15',NULL,NULL),
('446f84d3-4433-4df5-a908-ceac3542b93b','96e69fb8-513c-11e9-ac8c-0800277f0571','69fc0501-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,211,NULL,@max_instance_id + 21,NULL,'Admin Admin','2020-05-17 20:19:23',NULL,NULL),
('b897eaaa-10ed-47b5-a41f-aca2a4acbcae','96e69fb8-513c-11e9-ac8c-0800277f0571','69fc0574-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,212,NULL,@max_instance_id + 21,NULL,'Admin Admin','2020-05-17 20:19:25',NULL,NULL),
('78c874e6-d109-41e0-b8aa-a450c5567c30','96e69e7e-513c-11e9-ac8c-0800277f0571','69fc05c9-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,220,NULL,@max_instance_id + 23,NULL,'Admin Admin','2020-05-17 20:19:52',NULL,NULL),
('78c874e6-d109-41e0-b8aa-a450c5567c30','96e69e7e-513c-11e9-ac8c-0800277f0571','69fc05bf-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,221,NULL,@max_instance_id + 23,NULL,'Admin Admin','2020-05-17 20:19:54',NULL,NULL),
('ec62ad7a-c2e9-446c-a65b-343c0476ce71',NULL,NULL,NULL,NULL,@max_anr_id,NULL,1,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:04','Admin Admin','2020-05-17 20:21:05'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,2,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:05','Admin Admin','2020-05-17 20:21:06'),
('c2fefb00-930e-438f-adaf-a9e7f19132ef',NULL,NULL,NULL,NULL,@max_anr_id,NULL,2,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:06','Admin Admin','2020-05-17 20:21:07'),
('de37c7cd-fe55-4756-9a1f-32b85908c06f',NULL,NULL,NULL,NULL,@max_anr_id,NULL,13,@max_instance_id + 27,NULL,'Admin Admin','2020-05-17 20:21:13','Admin Admin','2020-05-17 20:21:14'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,22,@max_instance_id + 30,NULL,'Admin Admin','2020-05-17 20:21:27','Admin Admin','2020-05-17 20:21:27'),
('c2fefb00-930e-438f-adaf-a9e7f19132ef',NULL,NULL,NULL,NULL,@max_anr_id,NULL,22,@max_instance_id + 30,NULL,'Admin Admin','2020-05-17 20:21:27','Admin Admin','2020-05-17 20:21:28'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,40,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:05','Admin Admin','2020-05-17 20:22:05'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,41,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:05','Admin Admin','2020-05-17 20:22:06'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,42,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:06','Admin Admin','2020-05-17 20:22:07'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,43,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:07','Admin Admin','2020-05-17 20:22:07'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,44,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:07','Admin Admin','2020-05-17 20:22:08'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,45,@max_instance_id + 43,NULL,'Admin Admin','2020-05-17 20:22:08','Admin Admin','2020-05-17 20:22:09');
('811d2c67-3d78-429c-93a2-55ae936a3f68','793feffb-8fc4-4f45-9b14-f0ec62974615','69fc1cfd-4591-11e9-9173-0800277f0571','b402d615-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 1,NULL,@max_instance_id + 2,NULL,'Admin Admin','2020-05-17 20:15:31',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','793feffb-8fc4-4f45-9b14-f0ec62974615','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 2,NULL,@max_instance_id + 2,NULL,'Admin Admin','2020-05-17 20:15:33',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 61,NULL,@max_instance_id + 5,NULL,'Admin Admin','2020-05-17 20:16:17',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 67,NULL,@max_instance_id + 6,NULL,'Admin Admin','2020-05-17 20:16:27',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a05f-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 86,NULL,@max_instance_id + 12,NULL,'Admin Admin','2020-05-17 20:17:17',NULL,NULL),
('91d8cdd9-745e-4175-80d6-91bfd8b913e2','96e6a05f-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e3c-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 86,NULL,@max_instance_id + 12,NULL,'Admin Admin','2020-05-17 20:17:18',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 106,NULL,@max_instance_id + 16,NULL,'Admin Admin','2020-05-17 20:17:58',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e6a0d0-513c-11e9-ac8c-0800277f0571','69fbfe14-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023da7-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 106,NULL,@max_instance_id + 16,NULL,'Admin Admin','2020-05-17 20:18:07',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 110,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:20',NULL,NULL),
('e83bdc4d-4a08-4021-a88b-be671ec3dd04','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc054b-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 110,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:20',NULL,NULL),
('4f7a8d81-a697-4143-b607-c5325fc0abab','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc04c4-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 112,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:22',NULL,NULL),
('88f24dcf-0848-4a9f-b0b2-cff2bd8ae131','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 113,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:24',NULL,NULL),
('ccc9dd52-3580-44da-b7c4-8fb1cf26b6ba','96e69fa8-513c-11e9-ac8c-0800277f0571','69fc05d3-4591-11e9-9173-0800277f0571','b402d5ea-4576-11e9-9173-0800277f0571','d2023e59-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 113,NULL,@max_instance_id + 17,NULL,'Admin Admin','2020-05-17 20:18:25',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 118,NULL,@max_instance_id + 18,NULL,'Admin Admin','2020-05-17 20:18:29',NULL,NULL),
('0daeb25d-7cb8-4caf-adbd-8bdcf35fca5e','96e6a0f2-513c-11e9-ac8c-0800277f0571','69fc1ab1-4591-11e9-9173-0800277f0571','b402d4e0-4576-11e9-9173-0800277f0571','d2023e6f-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 118,NULL,@max_instance_id + 18,NULL,'Admin Admin','2020-05-17 20:18:40',NULL,NULL),
('e93ea51a-6d93-43bc-947f-9c945c766bb2','96e69dfe-513c-11e9-ac8c-0800277f0571','69fc1324-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023e65-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 136,NULL,@max_instance_id + 20,NULL,'Admin Admin','2020-05-17 20:19:15',NULL,NULL),
('446f84d3-4433-4df5-a908-ceac3542b93b','96e69fb8-513c-11e9-ac8c-0800277f0571','69fc0501-4591-11e9-9173-0800277f0571','b402d523-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 139,NULL,@max_instance_id + 21,NULL,'Admin Admin','2020-05-17 20:19:23',NULL,NULL),
('b897eaaa-10ed-47b5-a41f-aca2a4acbcae','96e69fb8-513c-11e9-ac8c-0800277f0571','69fc0574-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023d98-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 140,NULL,@max_instance_id + 21,NULL,'Admin Admin','2020-05-17 20:19:25',NULL,NULL),
('78c874e6-d109-41e0-b8aa-a450c5567c30','96e69e7e-513c-11e9-ac8c-0800277f0571','69fc05c9-4591-11e9-9173-0800277f0571','b402d530-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 148,NULL,@max_instance_id + 23,NULL,'Admin Admin','2020-05-17 20:19:52',NULL,NULL),
('78c874e6-d109-41e0-b8aa-a450c5567c30','96e69e7e-513c-11e9-ac8c-0800277f0571','69fc05bf-4591-11e9-9173-0800277f0571','b402d5af-4576-11e9-9173-0800277f0571','d2023e2b-44d1-11e9-a78c-0800277f0571',@max_anr_id,@max_instance_risk_id + 149,NULL,@max_instance_id + 23,NULL,'Admin Admin','2020-05-17 20:19:54',NULL,NULL),
('ec62ad7a-c2e9-446c-a65b-343c0476ce71',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 1,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:04','Admin Admin','2020-05-17 20:21:05'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 2,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:05','Admin Admin','2020-05-17 20:21:06'),
('c2fefb00-930e-438f-adaf-a9e7f19132ef',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 2,@max_instance_id + 26,NULL,'Admin Admin','2020-05-17 20:21:06','Admin Admin','2020-05-17 20:21:07'),
('de37c7cd-fe55-4756-9a1f-32b85908c06f',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 13,@max_instance_id + 27,NULL,'Admin Admin','2020-05-17 20:21:13','Admin Admin','2020-05-17 20:21:14'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 22,@max_instance_id + 30,NULL,'Admin Admin','2020-05-17 20:21:27','Admin Admin','2020-05-17 20:21:27'),
('c2fefb00-930e-438f-adaf-a9e7f19132ef',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 22,@max_instance_id + 30,NULL,'Admin Admin','2020-05-17 20:21:27','Admin Admin','2020-05-17 20:21:28'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 40,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:05','Admin Admin','2020-05-17 20:22:05'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 41,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:05','Admin Admin','2020-05-17 20:22:06'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 42,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:06','Admin Admin','2020-05-17 20:22:07'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 43,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:07','Admin Admin','2020-05-17 20:22:07'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 44,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:07','Admin Admin','2020-05-17 20:22:08'),
('5db230c6-6181-4a09-87b5-a1fcd744bea1',NULL,NULL,NULL,NULL,@max_anr_id,NULL,@max_instance_risk_op_id + 45,@max_instance_id + 38,NULL,'Admin Admin','2020-05-17 20:22:08','Admin Admin','2020-05-17 20:22:09');
INSERT INTO `referentials` (`anr_id`, `uuid`, `label1`, `label2`, `label3`, `label4`, `creator`, `created_at`, `updater`, `updated_at`)