foreman_openscap 7.1.1 → 8.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 (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +517 -421
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +907 -814
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +517 -421
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +549 -453
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +911 -818
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +911 -818
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +556 -460
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +601 -505
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +909 -816
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +96 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +704 -611
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +911 -818
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +706 -613
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +556 -460
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +909 -816
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +704 -611
  18. data/app/assets/javascripts/foreman_openscap/reports.js +5 -0
  19. data/app/controllers/arf_reports_controller.rb +23 -2
  20. data/app/helpers/arf_reports_helper.rb +17 -4
  21. data/app/models/foreman_openscap/arf_report.rb +11 -2
  22. data/app/views/arf_reports/_output.html.erb +5 -1
  23. data/app/views/job_templates/run_openscap_remediation_-_ansible_default.erb +27 -0
  24. data/app/views/job_templates/run_openscap_remediation_-_script_default.erb +24 -0
  25. data/config/routes.rb +1 -0
  26. data/db/migrate/20230912122310_add_fixes_to_message.rb +5 -0
  27. data/lib/foreman_openscap/engine.rb +18 -2
  28. data/lib/foreman_openscap/version.rb +1 -1
  29. data/lib/tasks/foreman_openscap_tasks.rake +5 -16
  30. data/locale/cs_CZ/foreman_openscap.edit.po +145 -17
  31. data/locale/cs_CZ/foreman_openscap.po +96 -0
  32. data/locale/de/foreman_openscap.edit.po +248 -282
  33. data/locale/de/foreman_openscap.po +96 -0
  34. data/locale/en/foreman_openscap.edit.po +145 -17
  35. data/locale/en/foreman_openscap.po +96 -0
  36. data/locale/en_GB/foreman_openscap.edit.po +145 -17
  37. data/locale/en_GB/foreman_openscap.po +96 -0
  38. data/locale/es/foreman_openscap.edit.po +241 -279
  39. data/locale/es/foreman_openscap.po +96 -0
  40. data/locale/foreman_openscap.pot +164 -12
  41. data/locale/fr/foreman_openscap.edit.po +330 -363
  42. data/locale/fr/foreman_openscap.po +96 -0
  43. data/locale/gl/foreman_openscap.edit.po +145 -17
  44. data/locale/gl/foreman_openscap.po +96 -0
  45. data/locale/it/foreman_openscap.edit.po +145 -17
  46. data/locale/it/foreman_openscap.po +96 -0
  47. data/locale/ja/foreman_openscap.edit.po +314 -347
  48. data/locale/ja/foreman_openscap.po +96 -0
  49. data/locale/ka/foreman_openscap.edit.po +289 -328
  50. data/locale/ka/foreman_openscap.po +96 -0
  51. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +146 -18
  53. data/locale/ko/foreman_openscap.po +96 -0
  54. data/locale/pt_BR/foreman_openscap.edit.po +247 -279
  55. data/locale/pt_BR/foreman_openscap.po +96 -0
  56. data/locale/ru/foreman_openscap.edit.po +146 -18
  57. data/locale/ru/foreman_openscap.po +96 -0
  58. data/locale/sv_SE/foreman_openscap.edit.po +145 -17
  59. data/locale/sv_SE/foreman_openscap.po +96 -0
  60. data/locale/zh_CN/foreman_openscap.edit.po +314 -347
  61. data/locale/zh_CN/foreman_openscap.po +96 -0
  62. data/locale/zh_TW/foreman_openscap.edit.po +146 -18
  63. data/locale/zh_TW/foreman_openscap.po +96 -0
  64. data/webpack/components/EmptyState.js +6 -2
  65. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationSelectors.js +16 -0
  66. data/webpack/components/OpenscapRemediationWizard/OpenscapRemediationWizardContext.js +4 -0
  67. data/webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js +38 -0
  68. data/webpack/components/OpenscapRemediationWizard/WizardHeader.js +43 -0
  69. data/webpack/components/OpenscapRemediationWizard/constants.js +14 -0
  70. data/webpack/components/OpenscapRemediationWizard/helpers.js +33 -0
  71. data/webpack/components/OpenscapRemediationWizard/index.js +160 -0
  72. data/webpack/components/OpenscapRemediationWizard/steps/Finish.js +131 -0
  73. data/webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js +217 -0
  74. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js +176 -0
  75. data/webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.scss +4 -0
  76. data/webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js +160 -0
  77. data/webpack/components/OpenscapRemediationWizard/steps/index.js +4 -0
  78. data/webpack/index.js +8 -3
  79. data/webpack/testHelper.js +6 -5
  80. metadata +20 -3
@@ -17,451 +17,485 @@
17
17
  "domain": "foreman_openscap",
18
18
  "plural_forms": "nplurals=; plural=;"
19
19
  },
20
- "List ARF reports": [
20
+ " for policy %s": [
21
21
  ""
22
22
  ],
23
- "Show an ARF report": [
23
+ " through %s": [
24
24
  ""
25
25
  ],
26
- "Delete an ARF Report": [
26
+ "%s - The following compliance reports are about to be changed": [
27
27
  ""
28
28
  ],
29
- "Upload an ARF report": [
29
+ "%s compliance report by policy": [
30
+ "",
30
31
  ""
31
32
  ],
32
- "Download bzipped ARF report": [
33
+ "%s content": [
33
34
  ""
34
35
  ],
35
- "Download ARF report in HTML": [
36
+ "%s does not exist, skipping.": [
36
37
  ""
37
38
  ],
38
- "Policy with id %s not found.": [
39
+ "%s is a directory, expecting file.": [
39
40
  ""
40
41
  ],
41
- "Could not find host identified by: %s": [
42
+ "%s latest report": [
42
43
  ""
43
44
  ],
44
- "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
45
+ "%s reports over time": [
45
46
  ""
46
47
  ],
47
- "No proxy found for %{name} or %{url}": [
48
+ "%s spool errors detected, inspect the appropriate file directly on proxy": [
48
49
  ""
49
50
  ],
50
- "List OVAL contents": [
51
+ "%s vulnerabilities found": [
51
52
  ""
52
53
  ],
53
- "Show an OVAL content": [
54
+ "%s vulnerabilities with available patch found": [
54
55
  ""
55
56
  ],
56
- "OVAL content name": [
57
+ "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
57
58
  ""
58
59
  ],
59
- "XML containing OVAL content": [
60
+ "<b>Foreman</b> OpenSCAP summary": [
60
61
  ""
61
62
  ],
62
- "Original file name of the OVAL content file": [
63
+ "A reboot is required after applying remediation.": [
63
64
  ""
64
65
  ],
65
- "URL of the OVAL content file": [
66
+ "A reboot might be required after applying remediation.": [
66
67
  ""
67
68
  ],
68
- "Create OVAL content": [
69
+ "A summary of reports for OpenSCAP policies": [
69
70
  ""
70
71
  ],
71
- "Update an OVAL content": [
72
+ "Action with sub plans": [
72
73
  ""
73
74
  ],
74
- "Deletes an OVAL content": [
75
+ "Actions": [
75
76
  ""
76
77
  ],
77
- "Sync contents that have remote source URL": [
78
+ "All messages": [
78
79
  ""
79
80
  ],
80
- "List OVAL Policies": [
81
+ "Ansible role": [
81
82
  ""
82
83
  ],
83
- "Show an OVAL Policy": [
84
+ "Ansible variables": [
84
85
  ""
85
86
  ],
86
- "OVAL Policy name": [
87
+ "Apply policy to host groups": [
87
88
  ""
88
89
  ],
89
- "Policy OVAL content ID": [
90
+ "Apply policy to hosts": [
90
91
  ""
91
92
  ],
92
- "OVAL Policy description": [
93
+ "Are required variables for theforeman.foreman_scap_client present?": [
93
94
  ""
94
95
  ],
95
- "OVAL Policy schedule period (weekly, monthly, custom)": [
96
+ "Are you sure you want to delete %s?": [
96
97
  ""
97
98
  ],
98
- "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
99
+ "Array of host IDs": [
99
100
  ""
100
101
  ],
101
- "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
102
+ "Array of hostgroup IDs": [
102
103
  ""
103
104
  ],
104
- "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
105
+ "Assign Compliance Policy": [
105
106
  ""
106
107
  ],
107
- "Create an OVAL Policy": [
108
+ "Assign hostgroups to an OVAL Policy": [
108
109
  ""
109
110
  ],
110
- "Update an OVAL Policy": [
111
+ "Assign hosts to an OVAL Policy": [
111
112
  ""
112
113
  ],
113
- "Delete an OVAL Policy": [
114
+ "Assign openscap_proxy to %s before proceeding.": [
114
115
  ""
115
116
  ],
116
- "Assign hostgroups to an OVAL Policy": [
117
+ "Back": [
117
118
  ""
118
119
  ],
119
- "Array of hostgroup IDs": [
120
+ "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule.": [
120
121
  ""
121
122
  ],
122
- "hostgroups": [
123
+ "CVEs": [
123
124
  ""
124
125
  ],
125
- "Assign hosts to an OVAL Policy": [
126
+ "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
126
127
  ""
127
128
  ],
128
- "Array of host IDs": [
129
+ "Cancel": [
129
130
  ""
130
131
  ],
131
- "hosts": [
132
+ "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
132
133
  ""
133
134
  ],
134
- "Show a policy's OVAL content": [
135
+ "Cannot generate HTML guide, scap content is missing.": [
135
136
  ""
136
137
  ],
137
- "OVAL policy successfully configured with %s.": [
138
+ "Change OpenSCAP Proxy": [
138
139
  ""
139
140
  ],
140
- "Upload an OVAL report - a list of CVEs for given host": [
141
+ "Changed": [
141
142
  ""
142
143
  ],
143
- "List Policies": [
144
+ "Changed file does not include existing SCAP content profiles": [
144
145
  ""
145
146
  ],
146
- "Show a Policy": [
147
+ "Changed?": [
147
148
  ""
148
149
  ],
149
- "Policy name": [
150
+ "Choose OVAL Content": [
150
151
  ""
151
152
  ],
152
- "Policy description": [
153
+ "Choose Tailoring File": [
153
154
  ""
154
155
  ],
155
- "Policy SCAP content ID": [
156
+ "Choose day in month": [
156
157
  ""
157
158
  ],
158
- "Policy SCAP content profile ID": [
159
+ "Choose existing SCAP Content": [
159
160
  ""
160
161
  ],
161
- "Policy schedule period (weekly, monthly, custom)": [
162
+ "Choose period": [
162
163
  ""
163
164
  ],
164
- "Policy schedule weekday (only if period == \\\"weekly\\\")": [
165
+ "Choose weekday": [
165
166
  ""
166
167
  ],
167
- "Policy schedule day of month (only if period == \\\"monthly\\\")": [
168
+ "Close": [
168
169
  ""
169
170
  ],
170
- "Policy schedule cron line (only if period == \\\"custom\\\")": [
171
+ "Compliance": [
171
172
  ""
172
173
  ],
173
- "Apply policy to host groups": [
174
+ "Compliance Policies": [
174
175
  ""
175
176
  ],
176
- "Apply policy to hosts": [
177
+ "Compliance Reports": [
177
178
  ""
178
179
  ],
179
- "Tailoring file ID": [
180
+ "Compliance Reports Breakdown": [
180
181
  ""
181
182
  ],
182
- "Tailoring file profile ID": [
183
+ "Compliance policy summary": [
183
184
  ""
184
185
  ],
185
- "How the policy should be deployed": [
186
+ "Compliance policy: %s": [
186
187
  ""
187
188
  ],
188
- "Create a Policy": [
189
+ "Compliant": [
189
190
  ""
190
191
  ],
191
- "Update a Policy": [
192
+ "Compliant hosts": [
192
193
  ""
193
194
  ],
194
- "Delete a Policy": [
195
+ "Compliant with the policy": [
195
196
  ""
196
197
  ],
197
- "Show a policy's SCAP content": [
198
+ "Confirm": [
198
199
  ""
199
200
  ],
200
- "Show a policy's Tailoring file": [
201
+ "Content": [
201
202
  ""
202
203
  ],
203
- "No Tailoring file assigned for policy with id %s": [
204
+ "Copy to clipboard": [
204
205
  ""
205
206
  ],
206
- "List SCAP content profiles": [
207
+ "Could not find host identified by: %s": [
207
208
  ""
208
209
  ],
209
- "List SCAP contents": [
210
+ "Could not update Ansible Variables with override: true": [
210
211
  ""
211
212
  ],
212
- "Download an SCAP content as XML": [
213
+ "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
213
214
  ""
214
215
  ],
215
- "Show an SCAP content": [
216
+ "Could not validate %{file_type}. Error %{error}": [
216
217
  ""
217
218
  ],
218
- "SCAP content name": [
219
+ "Create OVAL Content": [
219
220
  ""
220
221
  ],
221
- "XML containing SCAP content": [
222
+ "Create OVAL Policy": [
222
223
  ""
223
224
  ],
224
- "Original file name of the XML file": [
225
+ "Create OVAL content": [
225
226
  ""
226
227
  ],
227
228
  "Create SCAP content": [
228
229
  ""
229
230
  ],
230
- "Update an SCAP content": [
231
+ "Create a Policy": [
231
232
  ""
232
233
  ],
233
- "Deletes an SCAP content": [
234
+ "Create a Tailoring file": [
234
235
  ""
235
236
  ],
236
- "Upload scap contents in bulk": [
237
+ "Create an OVAL Policy": [
237
238
  ""
238
239
  ],
239
- "Type of the upload": [
240
+ "Created at": [
240
241
  ""
241
242
  ],
242
- "File paths to upload when using \\\"files\\\" upload type": [
243
+ "Custom cron: %s": [
243
244
  ""
244
245
  ],
245
- "Directory to upload when using \\\"directory\\\" upload type": [
246
+ "Dashboard": [
246
247
  ""
247
248
  ],
248
- "Please specify import type, received: %{received}, expected one of: %{expected}": [
249
+ "DataStream Tailoring file": [
249
250
  ""
250
251
  ],
251
- "List Tailoring files": [
252
+ "Date": [
252
253
  ""
253
254
  ],
254
- "Download a Tailoring file as XML": [
255
+ "Default XCCDF profile": [
255
256
  ""
256
257
  ],
257
- "Show a Tailoring file": [
258
+ "Delete": [
258
259
  ""
259
260
  ],
260
- "Tailoring file name": [
261
+ "Delete OVAL Content": [
261
262
  ""
262
263
  ],
263
- "XML containing tailoring file": [
264
+ "Delete OVAL Policy": [
264
265
  ""
265
266
  ],
266
- "Create a Tailoring file": [
267
+ "Delete a Policy": [
267
268
  ""
268
269
  ],
269
- "Update a Tailoring file": [
270
+ "Delete an ARF Report": [
270
271
  ""
271
272
  ],
272
- "Deletes a Tailoring file": [
273
+ "Delete an OVAL Policy": [
273
274
  ""
274
275
  ],
275
- "Failed to downloaded ARF report as bzip: %s": [
276
+ "Delete compliance policy %s with all of its reports?": [
276
277
  ""
277
278
  ],
278
- "Failed to downloaded ARF report in HTML: %s": [
279
+ "Delete compliance report for %s?": [
279
280
  ""
280
281
  ],
281
- "Successfully deleted ARF report.": [
282
+ "Delete reports": [
282
283
  ""
283
284
  ],
284
- "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
285
+ "Delete scap content %s?": [
285
286
  ""
286
287
  ],
287
- "Failed to delete %s compliance reports": [
288
+ "Delete tailoring file %s?": [
288
289
  ""
289
290
  ],
290
- "Successfully deleted %s compliance reports": [
291
+ "Deleted policy": [
291
292
  ""
292
293
  ],
293
- "No compliance reports were found.": [
294
+ "Deletes a Tailoring file": [
294
295
  ""
295
296
  ],
296
- "No compliance reports selected": [
297
+ "Deletes an OVAL content": [
297
298
  ""
298
299
  ],
299
- "Something went wrong while selecting compliance reports - %s": [
300
+ "Deletes an SCAP content": [
300
301
  ""
301
302
  ],
302
- "Show config information for foreman_scap_client": [
303
+ "Deployment Options": [
303
304
  ""
304
305
  ],
305
- "The identifier of the host": [
306
+ "Description": [
306
307
  ""
307
308
  ],
308
- "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
309
+ "Details": [
309
310
  ""
310
311
  ],
311
- "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
312
+ "Details for Compliance Policy %s": [
312
313
  ""
313
314
  ],
314
- "No OpenSCAP Proxy selected.": [
315
+ "Directory to upload when using \\\"directory\\\" upload type": [
315
316
  ""
316
317
  ],
317
- "Updated hosts: Assigned with compliance policy: %s": [
318
+ "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment.": [
318
319
  ""
319
320
  ],
320
- "No compliance policy selected.": [
321
+ "Documentation": [
321
322
  ""
322
323
  ],
323
- "Updated hosts: Unassigned from compliance policy '%s'": [
324
+ "Done": [
324
325
  ""
325
326
  ],
326
- "No valid policy ID provided": [
327
+ "Download": [
327
328
  ""
328
329
  ],
329
- "No hosts were found with that id, name or query filter": [
330
+ "Download ARF report in HTML": [
330
331
  ""
331
332
  ],
332
- "No hosts selected": [
333
+ "Download HTML": [
333
334
  ""
334
335
  ],
335
- "Something went wrong while selecting hosts - %s": [
336
+ "Download XML in bzip": [
336
337
  ""
337
338
  ],
338
- "Failed": [
339
+ "Download a Tailoring file as XML": [
339
340
  ""
340
341
  ],
341
- "Passed": [
342
+ "Download an SCAP content as XML": [
342
343
  ""
343
344
  ],
344
- "Other": [
345
+ "Download bzipped ARF report": [
345
346
  ""
346
347
  ],
347
- "Number of Events": [
348
+ "Edit %s": [
348
349
  ""
349
350
  ],
350
- "Rule Results": [
351
+ "Effective Profile": [
351
352
  ""
352
353
  ],
353
- "Show log messages:": [
354
+ "Error!": [
354
355
  ""
355
356
  ],
356
- "All messages": [
357
+ "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
357
358
  ""
358
359
  ],
359
- "Failed and Othered": [
360
+ "Expected an array of files to upload, got: %s.": [
360
361
  ""
361
362
  ],
362
- "Failed only": [
363
+ "Failed": [
363
364
  ""
364
365
  ],
365
- "Compliance Reports": [
366
+ "Failed and Othered": [
366
367
  ""
367
368
  ],
368
- "Delete reports": [
369
+ "Failed only": [
369
370
  ""
370
371
  ],
371
- "Select Action": [
372
+ "Failed saving %s:": [
372
373
  ""
373
374
  ],
374
- "%s - The following compliance reports are about to be changed": [
375
+ "Failed to create OVAL Policy: %s": [
375
376
  ""
376
377
  ],
377
- "No proxy found!": [
378
+ "Failed to delete %s compliance reports": [
378
379
  ""
379
380
  ],
380
- "Reported at %s": [
381
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
381
382
  ""
382
383
  ],
383
- " for policy %s": [
384
+ "Failed to downloaded ARF report as bzip: %s": [
384
385
  ""
385
386
  ],
386
- " through %s": [
387
+ "Failed to downloaded ARF report in HTML: %s": [
387
388
  ""
388
389
  ],
389
- "Hosts failing this rule": [
390
+ "Failed to fetch content file from %s": [
390
391
  ""
391
392
  ],
392
- "Hosts passing this rule": [
393
+ "Failed to fetch spool status from proxy": [
393
394
  ""
394
395
  ],
395
- "Hosts othering this rule": [
396
+ "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
396
397
  ""
397
398
  ],
398
- "Host": [
399
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
399
400
  ""
400
401
  ],
401
- "Policy": [
402
+ "Failed|F": [
402
403
  ""
403
404
  ],
404
- "Passed|P": [
405
+ "File": [
405
406
  ""
406
407
  ],
407
- "Failed|F": [
408
+ "File Upload": [
408
409
  ""
409
410
  ],
410
- "Othered|O": [
411
+ "File name": [
411
412
  ""
412
413
  ],
413
- "Othered": [
414
+ "File paths to upload when using \\\"files\\\" upload type": [
414
415
  ""
415
416
  ],
416
- "Assign Compliance Policy": [
417
+ "Full Report": [
417
418
  ""
418
419
  ],
419
- "Unassign Compliance Policy": [
420
+ "General": [
420
421
  ""
421
422
  ],
422
- "Change OpenSCAP Proxy": [
423
+ "Has Errata?": [
423
424
  ""
424
425
  ],
425
- "Compliance": [
426
+ "Host": [
427
+ ""
428
+ ],
429
+ "Host Breakdown Chart": [
430
+ ""
431
+ ],
432
+ "Host Groups": [
426
433
  ""
427
434
  ],
428
435
  "Host compliance details": [
429
436
  ""
430
437
  ],
438
+ "Host details": [
439
+ ""
440
+ ],
441
+ "Host does not exist anymore": [
442
+ ""
443
+ ],
444
+ "Host is assigned to policy": [
445
+ ""
446
+ ],
431
447
  "Host is deleted": [
432
448
  ""
433
449
  ],
434
- "Choose existing SCAP Content": [
450
+ "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
435
451
  ""
436
452
  ],
437
- "SCAP Content": [
453
+ "Hostgroups": [
438
454
  ""
439
455
  ],
440
- "XCCDF Profile": [
456
+ "Hostname": [
441
457
  ""
442
458
  ],
443
- "Default XCCDF profile": [
459
+ "Hosts Breakdown": [
444
460
  ""
445
461
  ],
446
- "Choose Tailoring File": [
462
+ "Hosts Count": [
447
463
  ""
448
464
  ],
449
- "Tailoring File": [
465
+ "Hosts failing this rule": [
450
466
  ""
451
467
  ],
452
- "XCCDF Profile in Tailoring File": [
468
+ "Hosts no longer assigned: %s": [
453
469
  ""
454
470
  ],
455
- "This profile will be used to override the one from scap content": [
471
+ "Hosts othering this rule": [
456
472
  ""
457
473
  ],
458
- "Submit": [
474
+ "Hosts passing this rule": [
459
475
  ""
460
476
  ],
461
- "Cancel": [
477
+ "How the policy should be deployed": [
462
478
  ""
463
479
  ],
464
- "Compliant hosts": [
480
+ "ID of OpenSCAP Proxy": [
481
+ ""
482
+ ],
483
+ "Import Puppet classes": [
484
+ ""
485
+ ],
486
+ "Import facts": [
487
+ ""
488
+ ],
489
+ "In Foreman, a compliance policy checklist is defined via %s.": [
490
+ ""
491
+ ],
492
+ "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\\n via %s": [
493
+ ""
494
+ ],
495
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
496
+ ""
497
+ ],
498
+ "Incompliant": [
465
499
  ""
466
500
  ],
467
501
  "Incompliant hosts": [
@@ -470,831 +504,893 @@
470
504
  "Inconclusive": [
471
505
  ""
472
506
  ],
473
- "Not audited": [
507
+ "Inconclusive results": [
474
508
  ""
475
509
  ],
476
- "Host is assigned to policy": [
510
+ "Is %s param set to be overriden?": [
477
511
  ""
478
512
  ],
479
- "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
513
+ "Is foreman_ansible present?": [
480
514
  ""
481
515
  ],
482
- "Hosts no longer assigned: %s": [
516
+ "Is theforeman.foreman_scap_client present?": [
483
517
  ""
484
518
  ],
485
- "Total hosts with reports where policy is no longer assigned.": [
519
+ "It may sometimes be required to adjust the security policy to your specific needs. ": [
486
520
  ""
487
521
  ],
488
- "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
522
+ "Job details": [
489
523
  ""
490
524
  ],
491
- "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
525
+ "Latest Compliance Reports": [
492
526
  ""
493
527
  ],
494
- "Could not validate %{file_type}. Error %{error}": [
528
+ "Latest reports for policy: %s": [
495
529
  ""
496
530
  ],
497
- "Unable to get HTML version of requested report from Smart Proxy": [
531
+ "List ARF reports": [
498
532
  ""
499
533
  ],
500
- "Unable to get XML version of requested report from Smart Proxy": [
534
+ "List OVAL Policies": [
501
535
  ""
502
536
  ],
503
- "SCAP policies summary": [
537
+ "List OVAL contents": [
504
538
  ""
505
539
  ],
506
- "is not included in SCAP_RESULT": [
540
+ "List Policies": [
507
541
  ""
508
542
  ],
509
- "must have Openscap feature": [
543
+ "List SCAP content profiles": [
510
544
  ""
511
545
  ],
512
- "No OpenSCAP proxy found for %{class} with id %{id}": [
546
+ "List SCAP contents": [
513
547
  ""
514
548
  ],
515
- "does not consist of 5 parts separated by space": [
549
+ "List Tailoring files": [
516
550
  ""
517
551
  ],
518
- "is not a valid value": [
552
+ "Loading...": [
519
553
  ""
520
554
  ],
521
- "must be between 1 and 31": [
555
+ "Locations": [
522
556
  ""
523
557
  ],
524
- "Compliant": [
558
+ "Manual": [
525
559
  ""
526
560
  ],
527
- "Incompliant": [
561
+ "Message": [
528
562
  ""
529
563
  ],
530
- "Unknown Compliance status": [
564
+ "Method": [
531
565
  ""
532
566
  ],
533
- "OVAL scan": [
567
+ "Monthly, day of month: %s": [
534
568
  ""
535
569
  ],
536
- "No Vulnerabilities found": [
570
+ "More details": [
537
571
  ""
538
572
  ],
539
- "%s vulnerabilities found": [
573
+ "Name": [
540
574
  ""
541
575
  ],
542
- "%s vulnerabilities with available patch found": [
576
+ "Never audited": [
543
577
  ""
544
578
  ],
545
- "Unknown OVAL status": [
579
+ "New Compliance Policy": [
546
580
  ""
547
581
  ],
548
- "Deployment Options": [
582
+ "New OVAL Content": [
549
583
  ""
550
584
  ],
551
- "Policy Attributes": [
585
+ "New Policy": [
552
586
  ""
553
587
  ],
554
- "Schedule": [
588
+ "New SCAP Content": [
555
589
  ""
556
590
  ],
557
- "Locations": [
591
+ "New Tailoring File": [
558
592
  ""
559
593
  ],
560
- "Organizations": [
594
+ "Next": [
561
595
  ""
562
596
  ],
563
- "Hostgroups": [
597
+ "No": [
564
598
  ""
565
599
  ],
566
- "Cannot generate HTML guide, scap content is missing.": [
600
+ "No ARF reports for this policy": [
567
601
  ""
568
602
  ],
569
- "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
603
+ "No CVEs found.": [
570
604
  ""
571
605
  ],
572
- "must be present when tailoring file profile present": [
606
+ "No Hostgroups found.": [
573
607
  ""
574
608
  ],
575
- "must be present when tailoring file present": [
609
+ "No OVAL Content found": [
576
610
  ""
577
611
  ],
578
- "does not come from selected tailoring file": [
612
+ "No OVAL Contents found.": [
579
613
  ""
580
614
  ],
581
- "does not have the selected SCAP content profile": [
615
+ "No OVAL Policies found": [
582
616
  ""
583
617
  ],
584
- "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
618
+ "No OVAL Policy found": [
585
619
  ""
586
620
  ],
587
- "invalid type %s": [
621
+ "No OpenSCAP Proxy selected.": [
588
622
  ""
589
623
  ],
590
- "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
624
+ "No OpenSCAP proxy found for %{class} with id %{id}": [
591
625
  ""
592
626
  ],
593
- "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
627
+ "No Tailoring file assigned for policy with id %s": [
594
628
  ""
595
629
  ],
596
- "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
630
+ "No Vulnerabilities found": [
597
631
  ""
598
632
  ],
599
- "Ansible role": [
633
+ "No available proxy to validate. Returned with error: %s": [
600
634
  ""
601
635
  ],
602
- "Ansible variables": [
636
+ "No compliance policy selected.": [
603
637
  ""
604
638
  ],
605
- "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.": [
639
+ "No compliance reports selected": [
606
640
  ""
607
641
  ],
608
- "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
642
+ "No compliance reports were found.": [
609
643
  ""
610
644
  ],
611
- "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
645
+ "No hosts selected": [
612
646
  ""
613
647
  ],
614
- "Puppet class": [
648
+ "No hosts were found with that id, name or query filter": [
615
649
  ""
616
650
  ],
617
- "Smart Class Parameters": [
651
+ "No proxy found for %{name} or %{url}": [
618
652
  ""
619
653
  ],
620
- "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
654
+ "No proxy found!": [
621
655
  ""
622
656
  ],
623
- "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
657
+ "No proxy with OpenSCAP feature is running.": [
624
658
  ""
625
659
  ],
626
- "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
660
+ "No proxy with OpenSCAP feature was found.": [
627
661
  ""
628
662
  ],
629
- "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
663
+ "No report for this policy": [
630
664
  ""
631
665
  ],
632
- "This feature is temporarily disabled. ": [
666
+ "No reports available": [
633
667
  ""
634
668
  ],
635
- "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
669
+ "No such directory: %s. Please check the path you have provided.": [
636
670
  ""
637
671
  ],
638
- "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
672
+ "No valid policy ID provided": [
639
673
  ""
640
674
  ],
641
- "Was %s configured successfully?": [
675
+ "None": [
642
676
  ""
643
677
  ],
644
- "Assign openscap_proxy to %s before proceeding.": [
678
+ "None found": [
645
679
  ""
646
680
  ],
647
- "Was %{model_name} %{name} configured successfully?": [
681
+ "None provided": [
648
682
  ""
649
683
  ],
650
- "Could not update Ansible Variables with override: true": [
684
+ "None!": [
651
685
  ""
652
686
  ],
653
- "Is foreman_ansible present?": [
687
+ "Not audited": [
654
688
  ""
655
689
  ],
656
- "foreman_ansible plugin not found, please install it before running this action again.": [
690
+ "Not compliant with the policy": [
657
691
  ""
658
692
  ],
659
- "Is theforeman.foreman_scap_client present?": [
693
+ "Nothing to show": [
660
694
  ""
661
695
  ],
662
- "Are required variables for theforeman.foreman_scap_client present?": [
696
+ "Number of Events": [
663
697
  ""
664
698
  ],
665
- "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
699
+ "Number of a day in month, note that not all months have same count of days": [
666
700
  ""
667
701
  ],
668
- "Is %s param set to be overriden?": [
702
+ "OS": [
669
703
  ""
670
704
  ],
671
- "cause: ": [
705
+ "OVAL Content": [
672
706
  ""
673
707
  ],
674
- "Failed to fetch content file from %s": [
708
+ "OVAL Content %s successfully created": [
675
709
  ""
676
710
  ],
677
- "No proxy with OpenSCAP feature was found.": [
711
+ "OVAL Content Source": [
678
712
  ""
679
713
  ],
680
- "No proxy with OpenSCAP feature is running.": [
714
+ "OVAL Content from URL": [
681
715
  ""
682
716
  ],
683
- "No available proxy to validate. Returned with error: %s": [
717
+ "OVAL Content from file": [
684
718
  ""
685
719
  ],
686
- "Changed file does not include existing SCAP content profiles": [
720
+ "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
687
721
  ""
688
722
  ],
689
- "More details": [
723
+ "OVAL Content successfully deleted.": [
690
724
  ""
691
725
  ],
692
- "Description": [
726
+ "OVAL Contents": [
693
727
  ""
694
728
  ],
695
- "Rationale": [
729
+ "OVAL Contents table": [
696
730
  ""
697
731
  ],
698
- "References": [
732
+ "OVAL Policies": [
699
733
  ""
700
734
  ],
701
- "Select all items in this page": [
735
+ "OVAL Policies Table": [
702
736
  ""
703
737
  ],
704
- "items selected. Uncheck to Clear": [
738
+ "OVAL Policy description": [
705
739
  ""
706
740
  ],
707
- "Reported At": [
741
+ "OVAL Policy name": [
708
742
  ""
709
743
  ],
710
- "Openscap Proxy": [
744
+ "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
711
745
  ""
712
746
  ],
713
- "Actions": [
747
+ "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
714
748
  ""
715
749
  ],
716
- "Deleted policy": [
750
+ "OVAL Policy schedule period (weekly, monthly, custom)": [
717
751
  ""
718
752
  ],
719
- "Full Report": [
753
+ "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
720
754
  ""
721
755
  ],
722
- "Delete compliance report for %s?": [
756
+ "OVAL Policy succesfully created.": [
723
757
  ""
724
758
  ],
725
- "Please Confirm": [
759
+ "OVAL content name": [
726
760
  ""
727
761
  ],
728
- "Report Metrics": [
762
+ "OVAL policy": [
729
763
  ""
730
764
  ],
731
- "Report Status": [
765
+ "OVAL policy successfully configured with %s.": [
732
766
  ""
733
767
  ],
734
- "Total": [
768
+ "OVAL policy was successfully deleted.": [
735
769
  ""
736
770
  ],
737
- "Result": [
771
+ "OVAL policy was successfully updated.": [
738
772
  ""
739
773
  ],
740
- "Message": [
774
+ "OVAL scan": [
741
775
  ""
742
776
  ],
743
- "Resource": [
777
+ "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
744
778
  ""
745
779
  ],
746
- "Severity": [
780
+ "OpenSCAP Proxy": [
747
781
  ""
748
782
  ],
749
- "Nothing to show": [
783
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
750
784
  ""
751
785
  ],
752
- "Delete": [
786
+ "Openscap Proxy": [
753
787
  ""
754
788
  ],
755
- "these Compliance reports": [
789
+ "Organizations": [
756
790
  ""
757
791
  ],
758
- "Back": [
792
+ "Original File Name": [
759
793
  ""
760
794
  ],
761
- "Host details": [
795
+ "Original file name of the OVAL content file": [
762
796
  ""
763
797
  ],
764
- "View full report": [
798
+ "Original file name of the XML file": [
765
799
  ""
766
800
  ],
767
- "Download XML in bzip": [
801
+ "Other": [
768
802
  ""
769
803
  ],
770
- "Download HTML": [
804
+ "Other hosts failing this rule": [
771
805
  ""
772
806
  ],
773
- "Loading...": [
807
+ "Othered": [
774
808
  ""
775
809
  ],
776
- "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.": [
810
+ "Othered|O": [
777
811
  ""
778
812
  ],
779
- "Documentation": [
813
+ "Passed": [
780
814
  ""
781
815
  ],
782
- "%s compliance report by policy": [
783
- "",
816
+ "Passed|P": [
817
+ ""
818
+ ],
819
+ "Period": [
820
+ ""
821
+ ],
822
+ "Permission denied": [
823
+ ""
824
+ ],
825
+ "Please Confirm": [
826
+ ""
827
+ ],
828
+ "Please make sure you understand them by reading our": [
829
+ ""
830
+ ],
831
+ "Please specify import type, received: %{received}, expected one of: %{expected}": [
832
+ ""
833
+ ],
834
+ "Policies": [
835
+ ""
836
+ ],
837
+ "Policies with hosts:": [
838
+ ""
839
+ ],
840
+ "Policy": [
784
841
  ""
785
842
  ],
786
843
  "Policy %s": [
787
844
  ""
788
845
  ],
789
- "%s latest report": [
846
+ "Policy Attributes": [
790
847
  ""
791
848
  ],
792
- "%s reports over time": [
849
+ "Policy OVAL content ID": [
793
850
  ""
794
851
  ],
795
- "No report for this policy": [
852
+ "Policy SCAP content ID": [
796
853
  ""
797
854
  ],
798
- "Latest Compliance Reports": [
855
+ "Policy SCAP content profile ID": [
799
856
  ""
800
857
  ],
801
- "No reports available": [
858
+ "Policy assigned": [
802
859
  ""
803
860
  ],
804
- "Host does not exist anymore": [
861
+ "Policy description": [
805
862
  ""
806
863
  ],
807
864
  "Policy is missing": [
808
865
  ""
809
866
  ],
810
- "Compliance Reports Breakdown": [
867
+ "Policy name": [
811
868
  ""
812
869
  ],
813
- "Changed": [
870
+ "Policy schedule cron line (only if period == \\\"custom\\\")": [
814
871
  ""
815
872
  ],
816
- "Hostname": [
873
+ "Policy schedule day of month (only if period == \\\"monthly\\\")": [
817
874
  ""
818
875
  ],
819
- "Changed?": [
876
+ "Policy schedule period (weekly, monthly, custom)": [
820
877
  ""
821
878
  ],
822
- "Yes": [
879
+ "Policy schedule weekday (only if period == \\\"weekly\\\")": [
823
880
  ""
824
881
  ],
825
- "No": [
882
+ "Policy with id %s not found.": [
826
883
  ""
827
884
  ],
828
- "No ARF reports for this policy": [
885
+ "Profile": [
829
886
  ""
830
887
  ],
831
- "None!": [
888
+ "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.": [
832
889
  ""
833
890
  ],
834
- "Total of one host": [
835
- "",
891
+ "Puppet class": [
836
892
  ""
837
893
  ],
838
- "Summary report for OpenScap from Foreman": [
894
+ "Rationale": [
839
895
  ""
840
896
  ],
841
- "<b>Foreman</b> OpenSCAP summary": [
897
+ "Reboot the system(s)": [
842
898
  ""
843
899
  ],
844
- "Summary from %{time} ago to now": [
900
+ "Red Hat %s default content": [
845
901
  ""
846
902
  ],
847
- "Summary report from Foreman server at %{foreman_url}": [
903
+ "Ref Id": [
848
904
  ""
849
905
  ],
850
- "Policies with hosts:": [
906
+ "References": [
851
907
  ""
852
908
  ],
853
- "Select OpenSCAP Proxy": [
909
+ "Remediate %s rule": [
854
910
  ""
855
911
  ],
856
- "General": [
912
+ "Remediation": [
857
913
  ""
858
914
  ],
859
- "Host Groups": [
915
+ "Remediation might render the system non-functional.": [
860
916
  ""
861
917
  ],
862
- "Choose period": [
918
+ "Remote action:": [
863
919
  ""
864
920
  ],
865
- "Choose weekday": [
921
+ "Remote job": [
866
922
  ""
867
923
  ],
868
- "Number of a day in month, note that not all months have same count of days": [
924
+ "Report Metrics": [
869
925
  ""
870
926
  ],
871
- "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
927
+ "Report Status": [
872
928
  ""
873
929
  ],
874
- "Name": [
930
+ "Reported At": [
875
931
  ""
876
932
  ],
877
- "Content": [
933
+ "Reported at %s": [
878
934
  ""
879
935
  ],
880
- "Profile": [
936
+ "Reports": [
881
937
  ""
882
938
  ],
883
- "Effective Profile": [
939
+ "Request the following permissions from administrator: %s.": [
884
940
  ""
885
941
  ],
886
- "None": [
942
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
887
943
  ""
888
944
  ],
889
- "Dashboard": [
945
+ "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
890
946
  ""
891
947
  ],
892
- "Show Guide": [
948
+ "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
893
949
  ""
894
950
  ],
895
- "Delete compliance policy %s with all of its reports?": [
951
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
896
952
  ""
897
953
  ],
898
- "New Compliance Policy": [
954
+ "Resource": [
899
955
  ""
900
956
  ],
901
- "Select Compliance Policy": [
957
+ "Result": [
902
958
  ""
903
959
  ],
904
- "Edit %s": [
960
+ "Review hosts": [
961
+ ""
962
+ ],
963
+ "Review remediation": [
964
+ ""
965
+ ],
966
+ "Review the remediation snippet and apply it to the host manually.": [
967
+ ""
968
+ ],
969
+ "Review the remediation snippet that will be applied to selected host(s).": [
970
+ ""
971
+ ],
972
+ "Rule Results": [
973
+ ""
974
+ ],
975
+ "Run": [
976
+ ""
977
+ ],
978
+ "Run OVAL scan": [
979
+ ""
980
+ ],
981
+ "Run OpenSCAP remediation with Ansible": [
982
+ ""
983
+ ],
984
+ "Run OpenSCAP remediation with Shell": [
985
+ ""
986
+ ],
987
+ "Run OpenSCAP scan": [
988
+ ""
989
+ ],
990
+ "SCAP Content": [
991
+ ""
992
+ ],
993
+ "SCAP Contents": [
994
+ ""
995
+ ],
996
+ "SCAP DataStream file": [
997
+ ""
998
+ ],
999
+ "SCAP content": [
905
1000
  ""
906
1001
  ],
907
- "Compliance Policies": [
1002
+ "SCAP content name": [
908
1003
  ""
909
1004
  ],
910
- "Details for Compliance Policy %s": [
1005
+ "SCAP contents": [
911
1006
  ""
912
1007
  ],
913
- "There are significant differences in deployment options.": [
1008
+ "SCAP policies summary": [
914
1009
  ""
915
1010
  ],
916
- "Please make sure you understand them by reading our": [
1011
+ "Scan All Hostgroups": [
917
1012
  ""
918
1013
  ],
919
- "documentation": [
1014
+ "Schedule": [
920
1015
  ""
921
1016
  ],
922
- "Choose day in month": [
1017
+ "Select Action": [
923
1018
  ""
924
1019
  ],
925
- "Next": [
1020
+ "Select Compliance Policy": [
926
1021
  ""
927
1022
  ],
928
- "In Foreman, a compliance policy checklist is defined via %s.": [
1023
+ "Select OpenSCAP Proxy": [
929
1024
  ""
930
1025
  ],
931
- "SCAP content": [
1026
+ "Select all items in this page": [
932
1027
  ""
933
1028
  ],
934
- "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
1029
+ "Select remediation method": [
935
1030
  ""
936
1031
  ],
937
- "New Policy": [
1032
+ "Select snippet": [
938
1033
  ""
939
1034
  ],
940
- "Host Breakdown Chart": [
1035
+ "Severity": [
941
1036
  ""
942
1037
  ],
943
- "Policy assigned": [
1038
+ "Show Guide": [
944
1039
  ""
945
1040
  ],
946
- "Date": [
1041
+ "Show a Policy": [
947
1042
  ""
948
1043
  ],
949
- "View Report": [
1044
+ "Show a Tailoring file": [
950
1045
  ""
951
1046
  ],
952
- "Hosts Breakdown": [
1047
+ "Show a policy's OVAL content": [
953
1048
  ""
954
1049
  ],
955
- "Compliant with the policy": [
1050
+ "Show a policy's SCAP content": [
956
1051
  ""
957
1052
  ],
958
- "Not compliant with the policy": [
1053
+ "Show a policy's Tailoring file": [
959
1054
  ""
960
1055
  ],
961
- "Inconclusive results": [
1056
+ "Show an ARF report": [
962
1057
  ""
963
1058
  ],
964
- "Never audited": [
1059
+ "Show an OVAL Policy": [
965
1060
  ""
966
1061
  ],
967
- "Total hosts with policy: %s": [
1062
+ "Show an OVAL content": [
968
1063
  ""
969
1064
  ],
970
- "Compliance policy: %s": [
1065
+ "Show an SCAP content": [
971
1066
  ""
972
1067
  ],
973
- "Status table": [
1068
+ "Show config information for foreman_scap_client": [
974
1069
  ""
975
1070
  ],
976
- "Status chart": [
1071
+ "Show log messages:": [
977
1072
  ""
978
1073
  ],
979
- "Latest reports for policy: %s": [
1074
+ "Smart Class Parameters": [
980
1075
  ""
981
1076
  ],
982
- "File Upload": [
1077
+ "Snippet": [
983
1078
  ""
984
1079
  ],
985
- "SCAP DataStream file": [
1080
+ "Something went wrong while selecting compliance reports - %s": [
986
1081
  ""
987
1082
  ],
988
- "Title": [
1083
+ "Something went wrong while selecting hosts - %s": [
989
1084
  ""
990
1085
  ],
991
- "File name": [
1086
+ "Spool errors": [
992
1087
  ""
993
1088
  ],
994
- "Created at": [
1089
+ "Status chart": [
995
1090
  ""
996
1091
  ],
997
- "Download": [
1092
+ "Status table": [
998
1093
  ""
999
1094
  ],
1000
- "Delete scap content %s?": [
1095
+ "Submit": [
1001
1096
  ""
1002
1097
  ],
1003
- "SCAP Contents": [
1098
+ "Successfully copied to clipboard!": [
1004
1099
  ""
1005
1100
  ],
1006
- "Upload New SCAP Content": [
1101
+ "Successfully deleted %s compliance reports": [
1007
1102
  ""
1008
1103
  ],
1009
- "Upload new SCAP content file": [
1104
+ "Successfully deleted ARF report.": [
1010
1105
  ""
1011
1106
  ],
1012
- "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1107
+ "Summary from %{time} ago to now": [
1013
1108
  ""
1014
1109
  ],
1015
- "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\\n via %s": [
1110
+ "Summary report for OpenScap from Foreman": [
1016
1111
  ""
1017
1112
  ],
1018
- "New SCAP Content": [
1113
+ "Summary report from Foreman server at %{foreman_url}": [
1019
1114
  ""
1020
1115
  ],
1021
- "%s spool errors detected, inspect the appropriate file directly on proxy": [
1116
+ "Sync contents that have remote source URL": [
1022
1117
  ""
1023
1118
  ],
1024
- "Failed to fetch spool status from proxy": [
1119
+ "Table of CVEs for OVAL policy": [
1025
1120
  ""
1026
1121
  ],
1027
- "None found": [
1122
+ "Table of hostgroups for OVAL policy": [
1028
1123
  ""
1029
1124
  ],
1030
- "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.": [
1125
+ "Tailoring File": [
1031
1126
  ""
1032
1127
  ],
1033
- "Spool errors": [
1128
+ "Tailoring Files": [
1034
1129
  ""
1035
1130
  ],
1036
- "DataStream Tailoring file": [
1131
+ "Tailoring file ID": [
1037
1132
  ""
1038
1133
  ],
1039
- "Delete tailoring file %s?": [
1134
+ "Tailoring file name": [
1040
1135
  ""
1041
1136
  ],
1042
- "Tailoring Files": [
1137
+ "Tailoring file profile ID": [
1043
1138
  ""
1044
1139
  ],
1045
- "Upload New Tailoring file": [
1140
+ "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
1046
1141
  ""
1047
1142
  ],
1048
- "Upload new Tailoring File": [
1143
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1049
1144
  ""
1050
1145
  ],
1051
- "It may sometimes be required to adjust the security policy to your specific needs. ": [
1146
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
1052
1147
  ""
1053
1148
  ],
1054
- "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
1149
+ "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
1055
1150
  ""
1056
1151
  ],
1057
- "New Tailoring File": [
1152
+ "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
1058
1153
  ""
1059
1154
  ],
1060
- "Compliance policy summary": [
1155
+ "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
1061
1156
  ""
1062
1157
  ],
1063
- "A summary of reports for OpenSCAP policies": [
1158
+ "The identifier of the host": [
1064
1159
  ""
1065
1160
  ],
1066
- "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
1161
+ "The job has started on selected host(s), you can check the status on the job details page.": [
1067
1162
  ""
1068
1163
  ],
1069
- "Expected an array of files to upload, got: %s.": [
1164
+ "There are significant differences in deployment options.": [
1070
1165
  ""
1071
1166
  ],
1072
- "%s is a directory, expecting file.": [
1167
+ "There is no job to remediate with. Please remediate manually.": [
1073
1168
  ""
1074
1169
  ],
1075
- "%s does not exist, skipping.": [
1170
+ "There was a following error when deleting %(name)s: %(error)s": [
1076
1171
  ""
1077
1172
  ],
1078
- "Failed saving %s:": [
1173
+ "There was a following error when updating OVAL policy: %s": [
1079
1174
  ""
1080
1175
  ],
1081
- "No such directory: %s. Please check the path you have provided.": [
1176
+ "There's no available report for this host": [
1082
1177
  ""
1083
1178
  ],
1084
- "Red Hat %s default content": [
1179
+ "This feature is temporarily disabled. ": [
1085
1180
  ""
1086
1181
  ],
1087
- "%s content": [
1182
+ "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.": [
1088
1183
  ""
1089
1184
  ],
1090
- "Policies": [
1185
+ "This profile will be used to override the one from scap content": [
1091
1186
  ""
1092
1187
  ],
1093
- "SCAP contents": [
1188
+ "Title": [
1094
1189
  ""
1095
1190
  ],
1096
- "Reports": [
1191
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
1097
1192
  ""
1098
1193
  ],
1099
- "OVAL Contents": [
1194
+ "Total": [
1100
1195
  ""
1101
1196
  ],
1102
- "OVAL Policies": [
1197
+ "Total hosts with policy: %s": [
1103
1198
  ""
1104
1199
  ],
1105
- "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
1200
+ "Total hosts with reports where policy is no longer assigned.": [
1106
1201
  ""
1107
1202
  ],
1108
- "OpenSCAP Proxy": [
1203
+ "Total of one host": [
1204
+ "",
1109
1205
  ""
1110
1206
  ],
1111
- "ID of OpenSCAP Proxy": [
1207
+ "Type a hostgroup name...": [
1112
1208
  ""
1113
1209
  ],
1114
- "Run OpenSCAP scan": [
1210
+ "Type of the upload": [
1115
1211
  ""
1116
1212
  ],
1117
- "Run OVAL scan": [
1213
+ "URL": [
1118
1214
  ""
1119
1215
  ],
1120
- "Confirm": [
1216
+ "URL of the OVAL content file": [
1121
1217
  ""
1122
1218
  ],
1123
- "None provided": [
1219
+ "Unable to get HTML version of requested report from Smart Proxy": [
1124
1220
  ""
1125
1221
  ],
1126
- "There's no available report for this host": [
1222
+ "Unable to get XML version of requested report from Smart Proxy": [
1127
1223
  ""
1128
1224
  ],
1129
- "Are you sure you want to delete %s?": [
1225
+ "Unassign Compliance Policy": [
1130
1226
  ""
1131
1227
  ],
1132
- "Error!": [
1228
+ "Unknown Compliance status": [
1133
1229
  ""
1134
1230
  ],
1135
- "Permission denied": [
1231
+ "Unknown OVAL status": [
1136
1232
  ""
1137
1233
  ],
1138
- "There was a following error when deleting %(name)s: %(error)s": [
1234
+ "Unknown error when submitting data, please try again later.": [
1139
1235
  ""
1140
1236
  ],
1141
- "You are not authorized to view the page. ": [
1237
+ "Unknown schedule": [
1142
1238
  ""
1143
1239
  ],
1144
- "Request the following permissions from administrator: %s.": [
1240
+ "Update a Policy": [
1145
1241
  ""
1146
1242
  ],
1147
- "No OVAL Contents found.": [
1243
+ "Update a Tailoring file": [
1148
1244
  ""
1149
1245
  ],
1150
- "Delete OVAL Content": [
1246
+ "Update an OVAL Policy": [
1151
1247
  ""
1152
1248
  ],
1153
- "OVAL Content successfully deleted.": [
1249
+ "Update an OVAL content": [
1154
1250
  ""
1155
1251
  ],
1156
- "OVAL Content": [
1252
+ "Update an SCAP content": [
1157
1253
  ""
1158
1254
  ],
1159
- "Create OVAL Content": [
1255
+ "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
1160
1256
  ""
1161
1257
  ],
1162
- "URL": [
1258
+ "Updated hosts: Assigned with compliance policy: %s": [
1163
1259
  ""
1164
1260
  ],
1165
- "Original File Name": [
1261
+ "Updated hosts: Unassigned from compliance policy '%s'": [
1166
1262
  ""
1167
1263
  ],
1168
- "OVAL Contents table": [
1264
+ "Upload New SCAP Content": [
1169
1265
  ""
1170
1266
  ],
1171
- "New OVAL Content": [
1267
+ "Upload New Tailoring file": [
1172
1268
  ""
1173
1269
  ],
1174
- "OVAL Content Source": [
1270
+ "Upload an ARF report": [
1175
1271
  ""
1176
1272
  ],
1177
- "OVAL Content from URL": [
1273
+ "Upload an OVAL report - a list of CVEs for given host": [
1178
1274
  ""
1179
1275
  ],
1180
- "OVAL Content from file": [
1276
+ "Upload new SCAP content file": [
1181
1277
  ""
1182
1278
  ],
1183
- "File": [
1279
+ "Upload new Tailoring File": [
1184
1280
  ""
1185
1281
  ],
1186
- "OVAL Content %s successfully created": [
1282
+ "Upload scap contents in bulk": [
1187
1283
  ""
1188
1284
  ],
1189
- "Unknown error when submitting data, please try again later.": [
1285
+ "View Report": [
1190
1286
  ""
1191
1287
  ],
1192
- "No OVAL Content found": [
1288
+ "View full report": [
1193
1289
  ""
1194
1290
  ],
1195
- "No OVAL Policies found": [
1291
+ "View selected hosts": [
1196
1292
  ""
1197
1293
  ],
1198
- "Delete OVAL Policy": [
1294
+ "Was %s configured successfully?": [
1199
1295
  ""
1200
1296
  ],
1201
- "OVAL policy was successfully deleted.": [
1297
+ "Was %{model_name} %{name} configured successfully?": [
1202
1298
  ""
1203
1299
  ],
1204
- "OVAL policy": [
1300
+ "Weekly, on %s": [
1205
1301
  ""
1206
1302
  ],
1207
- "Create OVAL Policy": [
1303
+ "XCCDF Profile": [
1208
1304
  ""
1209
1305
  ],
1210
- "OVAL Policies Table": [
1306
+ "XCCDF Profile in Tailoring File": [
1211
1307
  ""
1212
1308
  ],
1213
- "Type a hostgroup name...": [
1309
+ "XML containing OVAL content": [
1214
1310
  ""
1215
1311
  ],
1216
- "Choose OVAL Content": [
1312
+ "XML containing SCAP content": [
1217
1313
  ""
1218
1314
  ],
1219
- "can't be blank": [
1315
+ "XML containing tailoring file": [
1220
1316
  ""
1221
1317
  ],
1222
- "is not a valid cronline": [
1318
+ "Yes": [
1223
1319
  ""
1224
1320
  ],
1225
- "OVAL Policy succesfully created.": [
1321
+ "You are not authorized to view the page. ": [
1226
1322
  ""
1227
1323
  ],
1228
- "Failed to create OVAL Policy: %s": [
1324
+ "You can remediate by running a remote job or you can display a snippet for manual remediation.": [
1229
1325
  ""
1230
1326
  ],
1231
- "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
1327
+ "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
1232
1328
  ""
1233
1329
  ],
1234
- "No CVEs found.": [
1330
+ "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.": [
1235
1331
  ""
1236
1332
  ],
1237
- "Ref Id": [
1333
+ "can't be blank": [
1238
1334
  ""
1239
1335
  ],
1240
- "Has Errata?": [
1336
+ "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
1241
1337
  ""
1242
1338
  ],
1243
- "Hosts Count": [
1339
+ "cause: ": [
1244
1340
  ""
1245
1341
  ],
1246
- "Table of CVEs for OVAL policy": [
1342
+ "documentation": [
1247
1343
  ""
1248
1344
  ],
1249
- "Period": [
1345
+ "does not come from selected tailoring file": [
1250
1346
  ""
1251
1347
  ],
1252
- "No Hostgroups found.": [
1348
+ "does not consist of 5 parts separated by space": [
1253
1349
  ""
1254
1350
  ],
1255
- "Table of hostgroups for OVAL policy": [
1351
+ "does not have the selected SCAP content profile": [
1256
1352
  ""
1257
1353
  ],
1258
- "Scan All Hostgroups": [
1354
+ "foreman_ansible plugin not found, please install it before running this action again.": [
1259
1355
  ""
1260
1356
  ],
1261
- "Details": [
1357
+ "hostgroups": [
1262
1358
  ""
1263
1359
  ],
1264
- "CVEs": [
1360
+ "hosts": [
1265
1361
  ""
1266
1362
  ],
1267
- "Weekly, on %s": [
1363
+ "invalid type %s": [
1268
1364
  ""
1269
1365
  ],
1270
- "Monthly, day of month: %s": [
1366
+ "is not a valid cronline": [
1271
1367
  ""
1272
1368
  ],
1273
- "Custom cron: %s": [
1369
+ "is not a valid value": [
1274
1370
  ""
1275
1371
  ],
1276
- "Unknown schedule": [
1372
+ "is not included in SCAP_RESULT": [
1277
1373
  ""
1278
1374
  ],
1279
- "OVAL policy was successfully updated.": [
1375
+ "items selected. Uncheck to Clear": [
1280
1376
  ""
1281
1377
  ],
1282
- "There was a following error when updating OVAL policy: %s": [
1378
+ "must be between 1 and 31": [
1283
1379
  ""
1284
1380
  ],
1285
- "No OVAL Policy found": [
1381
+ "must be present when tailoring file present": [
1286
1382
  ""
1287
1383
  ],
1288
- "Action with sub plans": [
1384
+ "must be present when tailoring file profile present": [
1289
1385
  ""
1290
1386
  ],
1291
- "Import facts": [
1387
+ "must have Openscap feature": [
1292
1388
  ""
1293
1389
  ],
1294
- "Import Puppet classes": [
1390
+ "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
1295
1391
  ""
1296
1392
  ],
1297
- "Remote action:": [
1393
+ "these Compliance reports": [
1298
1394
  ""
1299
1395
  ]
1300
1396
  }