foreman_openscap 5.2.3 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
  11. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
  13. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
  14. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
  15. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
  17. data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
  18. data/app/helpers/compliance_hosts_helper.rb +2 -0
  19. data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
  20. data/app/services/foreman_openscap/client_config/manual.rb +1 -1
  21. data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
  22. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
  23. data/app/views/arf_reports/_list.html.erb +1 -1
  24. data/app/views/policies/_list.html.erb +3 -3
  25. data/app/views/scap_contents/_list.html.erb +3 -3
  26. data/app/views/tailoring_files/_list.html.erb +3 -3
  27. data/lib/foreman_openscap/bulk_upload.rb +7 -7
  28. data/lib/foreman_openscap/engine.rb +2 -7
  29. data/lib/foreman_openscap/version.rb +1 -1
  30. data/locale/Makefile +6 -3
  31. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
  33. data/locale/cs_CZ/foreman_openscap.po +1309 -0
  34. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  35. data/locale/de/foreman_openscap.edit.po +1745 -0
  36. data/locale/de/foreman_openscap.po +195 -0
  37. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  38. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/en/foreman_openscap.edit.po +1735 -0
  40. data/locale/en/foreman_openscap.po +1309 -0
  41. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  42. data/locale/en_GB/foreman_openscap.edit.po +1735 -0
  43. data/locale/en_GB/foreman_openscap.po +195 -0
  44. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  45. data/locale/es/foreman_openscap.edit.po +1740 -0
  46. data/locale/es/foreman_openscap.po +195 -0
  47. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  48. data/locale/foreman_openscap.pot +361 -49
  49. data/locale/fr/foreman_openscap.edit.po +1746 -0
  50. data/locale/fr/foreman_openscap.po +195 -0
  51. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  52. data/locale/gl/foreman_openscap.edit.po +1735 -0
  53. data/locale/gl/foreman_openscap.po +195 -0
  54. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  55. data/locale/it/foreman_openscap.edit.po +1737 -0
  56. data/locale/it/foreman_openscap.po +195 -0
  57. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  58. data/locale/ja/foreman_openscap.edit.po +1741 -0
  59. data/locale/ja/foreman_openscap.po +195 -0
  60. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  61. data/locale/ko/foreman_openscap.edit.po +1735 -0
  62. data/locale/ko/foreman_openscap.po +195 -0
  63. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  64. data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
  65. data/locale/pt_BR/foreman_openscap.po +195 -0
  66. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  67. data/locale/ru/foreman_openscap.edit.po +1739 -0
  68. data/locale/ru/foreman_openscap.po +195 -0
  69. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
  71. data/locale/sv_SE/foreman_openscap.po +195 -0
  72. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  73. data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
  74. data/locale/zh_CN/foreman_openscap.po +195 -0
  75. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
  77. data/locale/zh_TW/foreman_openscap.po +195 -0
  78. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  79. data/package.json +7 -7
  80. data/webpack/components/HostExtentions/HostKebabItems.js +44 -0
  81. data/webpack/global_index.js +10 -1
  82. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
  83. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
  84. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
  85. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
  86. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js +1 -1
  87. metadata +53 -3
@@ -33,6 +33,15 @@ msgid_plural "%s compliance reports by policy"
33
33
  msgstr[0] ""
34
34
  msgstr[1] ""
35
35
 
36
+ msgid "%s content"
37
+ msgstr ""
38
+
39
+ msgid "%s does not exist, skipping."
40
+ msgstr ""
41
+
42
+ msgid "%s is a directory, expecting file."
43
+ msgstr ""
44
+
36
45
  msgid "%s latest report"
37
46
  msgstr ""
38
47
 
@@ -81,6 +90,9 @@ msgstr ""
81
90
  msgid "Are required variables for theforeman.foreman_scap_client present?"
82
91
  msgstr ""
83
92
 
93
+ msgid "Are you sure you want to delete %s?"
94
+ msgstr ""
95
+
84
96
  msgid "Array of host IDs"
85
97
  msgstr ""
86
98
 
@@ -102,6 +114,12 @@ msgstr ""
102
114
  msgid "Back"
103
115
  msgstr "Indietro"
104
116
 
117
+ msgid "CVEs"
118
+ msgstr ""
119
+
120
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
121
+ msgstr ""
122
+
105
123
  msgid "Cancel"
106
124
  msgstr "Annulla"
107
125
 
@@ -123,6 +141,9 @@ msgstr ""
123
141
  msgid "Changed?"
124
142
  msgstr ""
125
143
 
144
+ msgid "Choose OVAL Content"
145
+ msgstr ""
146
+
126
147
  msgid "Choose Tailoring File"
127
148
  msgstr ""
128
149
 
@@ -165,6 +186,12 @@ msgstr ""
165
186
  msgid "Compliant with the policy"
166
187
  msgstr ""
167
188
 
189
+ msgid "Confirm"
190
+ msgstr ""
191
+
192
+ msgid "Content"
193
+ msgstr ""
194
+
168
195
  msgid "Could not find host identified by: %s"
169
196
  msgstr ""
170
197
 
@@ -177,6 +204,12 @@ msgstr ""
177
204
  msgid "Could not validate %{file_type}. Error %{error}"
178
205
  msgstr ""
179
206
 
207
+ msgid "Create OVAL Content"
208
+ msgstr ""
209
+
210
+ msgid "Create OVAL Policy"
211
+ msgstr ""
212
+
180
213
  msgid "Create OVAL content"
181
214
  msgstr ""
182
215
 
@@ -192,6 +225,12 @@ msgstr ""
192
225
  msgid "Create an OVAL Policy"
193
226
  msgstr ""
194
227
 
228
+ msgid "Created at"
229
+ msgstr ""
230
+
231
+ msgid "Custom cron: %s"
232
+ msgstr ""
233
+
195
234
  msgid "Dashboard"
196
235
  msgstr "Dashboard"
197
236
 
@@ -207,6 +246,12 @@ msgstr ""
207
246
  msgid "Delete"
208
247
  msgstr "Elimina"
209
248
 
249
+ msgid "Delete OVAL Content"
250
+ msgstr ""
251
+
252
+ msgid "Delete OVAL Policy"
253
+ msgstr ""
254
+
210
255
  msgid "Delete a Policy"
211
256
  msgstr ""
212
257
 
@@ -249,6 +294,9 @@ msgstr ""
249
294
  msgid "Description"
250
295
  msgstr "Descrizione"
251
296
 
297
+ msgid "Details"
298
+ msgstr ""
299
+
252
300
  msgid "Details for Compliance Policy %s"
253
301
  msgstr ""
254
302
 
@@ -288,6 +336,12 @@ msgstr ""
288
336
  msgid "Error!"
289
337
  msgstr ""
290
338
 
339
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
340
+ msgstr ""
341
+
342
+ msgid "Expected an array of files to upload, got: %s."
343
+ msgstr ""
344
+
291
345
  msgid "Failed"
292
346
  msgstr "Non riuscito"
293
347
 
@@ -297,6 +351,12 @@ msgstr ""
297
351
  msgid "Failed only"
298
352
  msgstr ""
299
353
 
354
+ msgid "Failed saving %s:"
355
+ msgstr ""
356
+
357
+ msgid "Failed to create OVAL Policy: %s"
358
+ msgstr ""
359
+
300
360
  msgid "Failed to delete %s compliance reports"
301
361
  msgstr ""
302
362
 
@@ -309,6 +369,9 @@ msgstr ""
309
369
  msgid "Failed to downloaded ARF report in HTML: %s"
310
370
  msgstr ""
311
371
 
372
+ msgid "Failed to fetch content file from %s"
373
+ msgstr ""
374
+
312
375
  msgid "Failed to fetch spool status from proxy"
313
376
  msgstr ""
314
377
 
@@ -322,9 +385,15 @@ msgstr ""
322
385
  msgid "Failed|F"
323
386
  msgstr "F"
324
387
 
388
+ msgid "File"
389
+ msgstr ""
390
+
325
391
  msgid "File Upload"
326
392
  msgstr ""
327
393
 
394
+ msgid "File name"
395
+ msgstr ""
396
+
328
397
  msgid "File paths to upload when using \"files\" upload type"
329
398
  msgstr ""
330
399
 
@@ -473,6 +542,9 @@ msgstr "Posizioni"
473
542
  msgid "Message"
474
543
  msgstr "Messaggio"
475
544
 
545
+ msgid "Monthly, day of month: %s"
546
+ msgstr ""
547
+
476
548
  msgid "More details"
477
549
  msgstr "Maggiori dettagli"
478
550
 
@@ -485,6 +557,9 @@ msgstr ""
485
557
  msgid "New Compliance Policy"
486
558
  msgstr ""
487
559
 
560
+ msgid "New OVAL Content"
561
+ msgstr ""
562
+
488
563
  msgid "New Policy"
489
564
  msgstr ""
490
565
 
@@ -506,6 +581,12 @@ msgstr ""
506
581
  msgid "No CVEs found."
507
582
  msgstr ""
508
583
 
584
+ msgid "No Hostgroups found."
585
+ msgstr ""
586
+
587
+ msgid "No OVAL Content found"
588
+ msgstr ""
589
+
509
590
  msgid "No OVAL Contents found."
510
591
  msgstr ""
511
592
 
@@ -563,6 +644,9 @@ msgstr ""
563
644
  msgid "No reports available"
564
645
  msgstr ""
565
646
 
647
+ msgid "No such directory: %s. Please check the path you have provided."
648
+ msgstr ""
649
+
566
650
  msgid "No valid policy ID provided"
567
651
  msgstr ""
568
652
 
@@ -572,6 +656,9 @@ msgstr "Nessuno"
572
656
  msgid "None found"
573
657
  msgstr ""
574
658
 
659
+ msgid "None provided"
660
+ msgstr ""
661
+
575
662
  msgid "None!"
576
663
  msgstr ""
577
664
 
@@ -593,6 +680,24 @@ msgstr ""
593
680
  msgid "OVAL Content"
594
681
  msgstr ""
595
682
 
683
+ msgid "OVAL Content %s successfully created"
684
+ msgstr ""
685
+
686
+ msgid "OVAL Content Source"
687
+ msgstr ""
688
+
689
+ msgid "OVAL Content from URL"
690
+ msgstr ""
691
+
692
+ msgid "OVAL Content from file"
693
+ msgstr ""
694
+
695
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
696
+ msgstr ""
697
+
698
+ msgid "OVAL Content successfully deleted."
699
+ msgstr ""
700
+
596
701
  msgid "OVAL Contents"
597
702
  msgstr ""
598
703
 
@@ -623,12 +728,24 @@ msgstr ""
623
728
  msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
624
729
  msgstr ""
625
730
 
731
+ msgid "OVAL Policy succesfully created."
732
+ msgstr ""
733
+
626
734
  msgid "OVAL content name"
627
735
  msgstr ""
628
736
 
737
+ msgid "OVAL policy"
738
+ msgstr ""
739
+
629
740
  msgid "OVAL policy successfully configured with %s."
630
741
  msgstr ""
631
742
 
743
+ msgid "OVAL policy was successfully deleted."
744
+ msgstr ""
745
+
746
+ msgid "OVAL policy was successfully updated."
747
+ msgstr ""
748
+
632
749
  msgid "OVAL scan"
633
750
  msgstr ""
634
751
 
@@ -647,6 +764,9 @@ msgstr ""
647
764
  msgid "Organizations"
648
765
  msgstr "Organizzazioni"
649
766
 
767
+ msgid "Original File Name"
768
+ msgstr ""
769
+
650
770
  msgid "Original file name of the OVAL content file"
651
771
  msgstr ""
652
772
 
@@ -670,6 +790,12 @@ msgstr ""
670
790
  msgid "Passed|P"
671
791
  msgstr ""
672
792
 
793
+ msgid "Period"
794
+ msgstr ""
795
+
796
+ msgid "Permission denied"
797
+ msgstr ""
798
+
673
799
  msgid "Please Confirm"
674
800
  msgstr "Conferma"
675
801
 
@@ -730,6 +856,9 @@ msgstr ""
730
856
  msgid "Policy with id %s not found."
731
857
  msgstr ""
732
858
 
859
+ msgid "Profile"
860
+ msgstr ""
861
+
733
862
  msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
734
863
  msgstr ""
735
864
 
@@ -739,6 +868,9 @@ msgstr "Classe del puppet"
739
868
  msgid "Rationale"
740
869
  msgstr ""
741
870
 
871
+ msgid "Red Hat %s default content"
872
+ msgstr ""
873
+
742
874
  msgid "Ref Id"
743
875
  msgstr ""
744
876
 
@@ -763,12 +895,21 @@ msgstr ""
763
895
  msgid "Reports"
764
896
  msgstr "Notifiche"
765
897
 
898
+ msgid "Request the following permissions from administrator: %s."
899
+ msgstr ""
900
+
766
901
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
767
902
  msgstr ""
768
903
 
769
904
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
770
905
  msgstr ""
771
906
 
907
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
908
+ msgstr ""
909
+
910
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
911
+ msgstr ""
912
+
772
913
  msgid "Resource"
773
914
  msgstr "Risorse"
774
915
 
@@ -835,6 +976,9 @@ msgstr ""
835
976
  msgid "Show a Tailoring file"
836
977
  msgstr ""
837
978
 
979
+ msgid "Show a policy's OVAL content"
980
+ msgstr ""
981
+
838
982
  msgid "Show a policy's SCAP content"
839
983
  msgstr ""
840
984
 
@@ -901,6 +1045,9 @@ msgstr ""
901
1045
  msgid "Table of CVEs for OVAL policy"
902
1046
  msgstr ""
903
1047
 
1048
+ msgid "Table of hostgroups for OVAL policy"
1049
+ msgstr ""
1050
+
904
1051
  msgid "Tailoring File"
905
1052
  msgstr ""
906
1053
 
@@ -916,6 +1063,9 @@ msgstr ""
916
1063
  msgid "Tailoring file profile ID"
917
1064
  msgstr ""
918
1065
 
1066
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
1067
+ msgstr ""
1068
+
919
1069
  msgid ""
920
1070
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
921
1071
  " configuration issues related to security. "
@@ -939,12 +1089,30 @@ msgstr ""
939
1089
  msgid "There are significant differences in deployment options."
940
1090
  msgstr ""
941
1091
 
1092
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1093
+ msgstr ""
1094
+
1095
+ msgid "There was a following error when updating OVAL policy: %s"
1096
+ msgstr ""
1097
+
1098
+ msgid "There's no available report for this host"
1099
+ msgstr ""
1100
+
942
1101
  msgid "This feature is temporarily disabled. "
943
1102
  msgstr ""
944
1103
 
1104
+ msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
1105
+ msgstr ""
1106
+
945
1107
  msgid "This profile will be used to override the one from scap content"
946
1108
  msgstr ""
947
1109
 
1110
+ msgid "Title"
1111
+ msgstr ""
1112
+
1113
+ msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
1114
+ msgstr ""
1115
+
948
1116
  msgid "Total"
949
1117
  msgstr "Totale"
950
1118
 
@@ -959,9 +1127,15 @@ msgid_plural "Total of %{hosts} hosts"
959
1127
  msgstr[0] ""
960
1128
  msgstr[1] ""
961
1129
 
1130
+ msgid "Type a hostgroup name..."
1131
+ msgstr ""
1132
+
962
1133
  msgid "Type of the upload"
963
1134
  msgstr ""
964
1135
 
1136
+ msgid "URL"
1137
+ msgstr ""
1138
+
965
1139
  msgid "URL of the OVAL content file"
966
1140
  msgstr ""
967
1141
 
@@ -980,6 +1154,12 @@ msgstr ""
980
1154
  msgid "Unknown OVAL status"
981
1155
  msgstr ""
982
1156
 
1157
+ msgid "Unknown error when submitting data, please try again later."
1158
+ msgstr ""
1159
+
1160
+ msgid "Unknown schedule"
1161
+ msgstr ""
1162
+
983
1163
  msgid "Update a Policy"
984
1164
  msgstr ""
985
1165
 
@@ -1037,6 +1217,9 @@ msgstr ""
1037
1217
  msgid "Was %{model_name} %{name} configured successfully?"
1038
1218
  msgstr ""
1039
1219
 
1220
+ msgid "Weekly, on %s"
1221
+ msgstr ""
1222
+
1040
1223
  msgid "XCCDF Profile"
1041
1224
  msgstr "Profilo XCCDF"
1042
1225
 
@@ -1055,15 +1238,24 @@ msgstr ""
1055
1238
  msgid "Yes"
1056
1239
  msgstr "Sì"
1057
1240
 
1241
+ msgid "You are not authorized to view the page. "
1242
+ msgstr ""
1243
+
1058
1244
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1059
1245
  msgstr ""
1060
1246
 
1061
1247
  msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
1062
1248
  msgstr ""
1063
1249
 
1250
+ msgid "can't be blank"
1251
+ msgstr ""
1252
+
1064
1253
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
1065
1254
  msgstr ""
1066
1255
 
1256
+ msgid "cause: "
1257
+ msgstr ""
1258
+
1067
1259
  msgid "documentation"
1068
1260
  msgstr ""
1069
1261
 
@@ -1088,6 +1280,9 @@ msgstr ""
1088
1280
  msgid "invalid type %s"
1089
1281
  msgstr "tipo di %s non valido"
1090
1282
 
1283
+ msgid "is not a valid cronline"
1284
+ msgstr ""
1285
+
1091
1286
  msgid "is not a valid value"
1092
1287
  msgstr ""
1093
1288
 
File without changes