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
@@ -31,6 +31,15 @@ msgid_plural "%s compliance reports by policy"
31
31
  msgstr[0] ""
32
32
  msgstr[1] ""
33
33
 
34
+ msgid "%s content"
35
+ msgstr ""
36
+
37
+ msgid "%s does not exist, skipping."
38
+ msgstr ""
39
+
40
+ msgid "%s is a directory, expecting file."
41
+ msgstr ""
42
+
34
43
  msgid "%s latest report"
35
44
  msgstr ""
36
45
 
@@ -79,6 +88,9 @@ msgstr ""
79
88
  msgid "Are required variables for theforeman.foreman_scap_client present?"
80
89
  msgstr ""
81
90
 
91
+ msgid "Are you sure you want to delete %s?"
92
+ msgstr ""
93
+
82
94
  msgid "Array of host IDs"
83
95
  msgstr ""
84
96
 
@@ -100,6 +112,12 @@ msgstr ""
100
112
  msgid "Back"
101
113
  msgstr "Atrás"
102
114
 
115
+ msgid "CVEs"
116
+ msgstr ""
117
+
118
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
119
+ msgstr ""
120
+
103
121
  msgid "Cancel"
104
122
  msgstr "Cancelar"
105
123
 
@@ -121,6 +139,9 @@ msgstr ""
121
139
  msgid "Changed?"
122
140
  msgstr ""
123
141
 
142
+ msgid "Choose OVAL Content"
143
+ msgstr ""
144
+
124
145
  msgid "Choose Tailoring File"
125
146
  msgstr ""
126
147
 
@@ -163,6 +184,12 @@ msgstr ""
163
184
  msgid "Compliant with the policy"
164
185
  msgstr ""
165
186
 
187
+ msgid "Confirm"
188
+ msgstr ""
189
+
190
+ msgid "Content"
191
+ msgstr ""
192
+
166
193
  msgid "Could not find host identified by: %s"
167
194
  msgstr ""
168
195
 
@@ -175,6 +202,12 @@ msgstr ""
175
202
  msgid "Could not validate %{file_type}. Error %{error}"
176
203
  msgstr ""
177
204
 
205
+ msgid "Create OVAL Content"
206
+ msgstr ""
207
+
208
+ msgid "Create OVAL Policy"
209
+ msgstr ""
210
+
178
211
  msgid "Create OVAL content"
179
212
  msgstr ""
180
213
 
@@ -190,6 +223,12 @@ msgstr ""
190
223
  msgid "Create an OVAL Policy"
191
224
  msgstr ""
192
225
 
226
+ msgid "Created at"
227
+ msgstr ""
228
+
229
+ msgid "Custom cron: %s"
230
+ msgstr ""
231
+
193
232
  msgid "Dashboard"
194
233
  msgstr "Escritorio"
195
234
 
@@ -205,6 +244,12 @@ msgstr ""
205
244
  msgid "Delete"
206
245
  msgstr "Borrar"
207
246
 
247
+ msgid "Delete OVAL Content"
248
+ msgstr ""
249
+
250
+ msgid "Delete OVAL Policy"
251
+ msgstr ""
252
+
208
253
  msgid "Delete a Policy"
209
254
  msgstr ""
210
255
 
@@ -247,6 +292,9 @@ msgstr ""
247
292
  msgid "Description"
248
293
  msgstr "Descripción"
249
294
 
295
+ msgid "Details"
296
+ msgstr ""
297
+
250
298
  msgid "Details for Compliance Policy %s"
251
299
  msgstr ""
252
300
 
@@ -286,6 +334,12 @@ msgstr ""
286
334
  msgid "Error!"
287
335
  msgstr ""
288
336
 
337
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
338
+ msgstr ""
339
+
340
+ msgid "Expected an array of files to upload, got: %s."
341
+ msgstr ""
342
+
289
343
  msgid "Failed"
290
344
  msgstr "Errores"
291
345
 
@@ -295,6 +349,12 @@ msgstr ""
295
349
  msgid "Failed only"
296
350
  msgstr ""
297
351
 
352
+ msgid "Failed saving %s:"
353
+ msgstr ""
354
+
355
+ msgid "Failed to create OVAL Policy: %s"
356
+ msgstr ""
357
+
298
358
  msgid "Failed to delete %s compliance reports"
299
359
  msgstr ""
300
360
 
@@ -307,6 +367,9 @@ msgstr ""
307
367
  msgid "Failed to downloaded ARF report in HTML: %s"
308
368
  msgstr ""
309
369
 
370
+ msgid "Failed to fetch content file from %s"
371
+ msgstr ""
372
+
310
373
  msgid "Failed to fetch spool status from proxy"
311
374
  msgstr ""
312
375
 
@@ -320,9 +383,15 @@ msgstr ""
320
383
  msgid "Failed|F"
321
384
  msgstr "F"
322
385
 
386
+ msgid "File"
387
+ msgstr ""
388
+
323
389
  msgid "File Upload"
324
390
  msgstr ""
325
391
 
392
+ msgid "File name"
393
+ msgstr ""
394
+
326
395
  msgid "File paths to upload when using \"files\" upload type"
327
396
  msgstr ""
328
397
 
@@ -471,6 +540,9 @@ msgstr "Lugares"
471
540
  msgid "Message"
472
541
  msgstr "Mensaxe"
473
542
 
543
+ msgid "Monthly, day of month: %s"
544
+ msgstr ""
545
+
474
546
  msgid "More details"
475
547
  msgstr ""
476
548
 
@@ -483,6 +555,9 @@ msgstr ""
483
555
  msgid "New Compliance Policy"
484
556
  msgstr ""
485
557
 
558
+ msgid "New OVAL Content"
559
+ msgstr ""
560
+
486
561
  msgid "New Policy"
487
562
  msgstr ""
488
563
 
@@ -504,6 +579,12 @@ msgstr ""
504
579
  msgid "No CVEs found."
505
580
  msgstr ""
506
581
 
582
+ msgid "No Hostgroups found."
583
+ msgstr ""
584
+
585
+ msgid "No OVAL Content found"
586
+ msgstr ""
587
+
507
588
  msgid "No OVAL Contents found."
508
589
  msgstr ""
509
590
 
@@ -561,6 +642,9 @@ msgstr ""
561
642
  msgid "No reports available"
562
643
  msgstr ""
563
644
 
645
+ msgid "No such directory: %s. Please check the path you have provided."
646
+ msgstr ""
647
+
564
648
  msgid "No valid policy ID provided"
565
649
  msgstr ""
566
650
 
@@ -570,6 +654,9 @@ msgstr "Ningún"
570
654
  msgid "None found"
571
655
  msgstr ""
572
656
 
657
+ msgid "None provided"
658
+ msgstr ""
659
+
573
660
  msgid "None!"
574
661
  msgstr ""
575
662
 
@@ -591,6 +678,24 @@ msgstr ""
591
678
  msgid "OVAL Content"
592
679
  msgstr ""
593
680
 
681
+ msgid "OVAL Content %s successfully created"
682
+ msgstr ""
683
+
684
+ msgid "OVAL Content Source"
685
+ msgstr ""
686
+
687
+ msgid "OVAL Content from URL"
688
+ msgstr ""
689
+
690
+ msgid "OVAL Content from file"
691
+ msgstr ""
692
+
693
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
694
+ msgstr ""
695
+
696
+ msgid "OVAL Content successfully deleted."
697
+ msgstr ""
698
+
594
699
  msgid "OVAL Contents"
595
700
  msgstr ""
596
701
 
@@ -621,12 +726,24 @@ msgstr ""
621
726
  msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
622
727
  msgstr ""
623
728
 
729
+ msgid "OVAL Policy succesfully created."
730
+ msgstr ""
731
+
624
732
  msgid "OVAL content name"
625
733
  msgstr ""
626
734
 
735
+ msgid "OVAL policy"
736
+ msgstr ""
737
+
627
738
  msgid "OVAL policy successfully configured with %s."
628
739
  msgstr ""
629
740
 
741
+ msgid "OVAL policy was successfully deleted."
742
+ msgstr ""
743
+
744
+ msgid "OVAL policy was successfully updated."
745
+ msgstr ""
746
+
630
747
  msgid "OVAL scan"
631
748
  msgstr ""
632
749
 
@@ -645,6 +762,9 @@ msgstr ""
645
762
  msgid "Organizations"
646
763
  msgstr "Organizacións"
647
764
 
765
+ msgid "Original File Name"
766
+ msgstr ""
767
+
648
768
  msgid "Original file name of the OVAL content file"
649
769
  msgstr ""
650
770
 
@@ -668,6 +788,12 @@ msgstr ""
668
788
  msgid "Passed|P"
669
789
  msgstr ""
670
790
 
791
+ msgid "Period"
792
+ msgstr ""
793
+
794
+ msgid "Permission denied"
795
+ msgstr ""
796
+
671
797
  msgid "Please Confirm"
672
798
  msgstr "Confirme, por favor"
673
799
 
@@ -728,6 +854,9 @@ msgstr ""
728
854
  msgid "Policy with id %s not found."
729
855
  msgstr ""
730
856
 
857
+ msgid "Profile"
858
+ msgstr ""
859
+
731
860
  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."
732
861
  msgstr ""
733
862
 
@@ -737,6 +866,9 @@ msgstr "Clase Puppet"
737
866
  msgid "Rationale"
738
867
  msgstr ""
739
868
 
869
+ msgid "Red Hat %s default content"
870
+ msgstr ""
871
+
740
872
  msgid "Ref Id"
741
873
  msgstr ""
742
874
 
@@ -761,12 +893,21 @@ msgstr ""
761
893
  msgid "Reports"
762
894
  msgstr "Informes"
763
895
 
896
+ msgid "Request the following permissions from administrator: %s."
897
+ msgstr ""
898
+
764
899
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
765
900
  msgstr ""
766
901
 
767
902
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
768
903
  msgstr ""
769
904
 
905
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
906
+ msgstr ""
907
+
908
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
909
+ msgstr ""
910
+
770
911
  msgid "Resource"
771
912
  msgstr "Recurso"
772
913
 
@@ -833,6 +974,9 @@ msgstr ""
833
974
  msgid "Show a Tailoring file"
834
975
  msgstr ""
835
976
 
977
+ msgid "Show a policy's OVAL content"
978
+ msgstr ""
979
+
836
980
  msgid "Show a policy's SCAP content"
837
981
  msgstr ""
838
982
 
@@ -899,6 +1043,9 @@ msgstr ""
899
1043
  msgid "Table of CVEs for OVAL policy"
900
1044
  msgstr ""
901
1045
 
1046
+ msgid "Table of hostgroups for OVAL policy"
1047
+ msgstr ""
1048
+
902
1049
  msgid "Tailoring File"
903
1050
  msgstr ""
904
1051
 
@@ -914,6 +1061,9 @@ msgstr ""
914
1061
  msgid "Tailoring file profile ID"
915
1062
  msgstr ""
916
1063
 
1064
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
1065
+ msgstr ""
1066
+
917
1067
  msgid ""
918
1068
  "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
919
1069
  " configuration issues related to security. "
@@ -937,12 +1087,30 @@ msgstr ""
937
1087
  msgid "There are significant differences in deployment options."
938
1088
  msgstr ""
939
1089
 
1090
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1091
+ msgstr ""
1092
+
1093
+ msgid "There was a following error when updating OVAL policy: %s"
1094
+ msgstr ""
1095
+
1096
+ msgid "There's no available report for this host"
1097
+ msgstr ""
1098
+
940
1099
  msgid "This feature is temporarily disabled. "
941
1100
  msgstr ""
942
1101
 
1102
+ 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."
1103
+ msgstr ""
1104
+
943
1105
  msgid "This profile will be used to override the one from scap content"
944
1106
  msgstr ""
945
1107
 
1108
+ msgid "Title"
1109
+ msgstr ""
1110
+
1111
+ 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."
1112
+ msgstr ""
1113
+
946
1114
  msgid "Total"
947
1115
  msgstr "Total"
948
1116
 
@@ -957,9 +1125,15 @@ msgid_plural "Total of %{hosts} hosts"
957
1125
  msgstr[0] ""
958
1126
  msgstr[1] ""
959
1127
 
1128
+ msgid "Type a hostgroup name..."
1129
+ msgstr ""
1130
+
960
1131
  msgid "Type of the upload"
961
1132
  msgstr ""
962
1133
 
1134
+ msgid "URL"
1135
+ msgstr ""
1136
+
963
1137
  msgid "URL of the OVAL content file"
964
1138
  msgstr ""
965
1139
 
@@ -978,6 +1152,12 @@ msgstr ""
978
1152
  msgid "Unknown OVAL status"
979
1153
  msgstr ""
980
1154
 
1155
+ msgid "Unknown error when submitting data, please try again later."
1156
+ msgstr ""
1157
+
1158
+ msgid "Unknown schedule"
1159
+ msgstr ""
1160
+
981
1161
  msgid "Update a Policy"
982
1162
  msgstr ""
983
1163
 
@@ -1035,6 +1215,9 @@ msgstr ""
1035
1215
  msgid "Was %{model_name} %{name} configured successfully?"
1036
1216
  msgstr ""
1037
1217
 
1218
+ msgid "Weekly, on %s"
1219
+ msgstr ""
1220
+
1038
1221
  msgid "XCCDF Profile"
1039
1222
  msgstr ""
1040
1223
 
@@ -1053,15 +1236,24 @@ msgstr ""
1053
1236
  msgid "Yes"
1054
1237
  msgstr ""
1055
1238
 
1239
+ msgid "You are not authorized to view the page. "
1240
+ msgstr ""
1241
+
1056
1242
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1057
1243
  msgstr ""
1058
1244
 
1059
1245
  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."
1060
1246
  msgstr ""
1061
1247
 
1248
+ msgid "can't be blank"
1249
+ msgstr ""
1250
+
1062
1251
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
1063
1252
  msgstr ""
1064
1253
 
1254
+ msgid "cause: "
1255
+ msgstr ""
1256
+
1065
1257
  msgid "documentation"
1066
1258
  msgstr ""
1067
1259
 
@@ -1086,6 +1278,9 @@ msgstr ""
1086
1278
  msgid "invalid type %s"
1087
1279
  msgstr "Tipo %s non válido"
1088
1280
 
1281
+ msgid "is not a valid cronline"
1282
+ msgstr ""
1283
+
1089
1284
  msgid "is not a valid value"
1090
1285
  msgstr ""
1091
1286
 
File without changes