--- !ruby/object:Gem::Specification name: foreman_openscap version: !ruby/object:Gem::Version version: 5.1.0 platform: ruby authors: - slukasik@redhat.com autorequire: bindir: bin cert_chain: [] date: 2021-11-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Foreman plug-in for managing security compliance reports email: - slukasik@redhat.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - app/assets/javascripts/foreman_openscap/arf_reports.js - app/assets/javascripts/foreman_openscap/load_report.js - app/assets/javascripts/foreman_openscap/period_selector.js - app/assets/javascripts/foreman_openscap/policy_dashboard.js - app/assets/javascripts/foreman_openscap/policy_edit.js - app/assets/javascripts/foreman_openscap/reports.js - app/assets/javascripts/foreman_openscap/scap_hosts_show.js - app/assets/stylesheets/foreman_openscap/policy.css - app/assets/stylesheets/foreman_openscap/policy_dashboard.css - app/assets/stylesheets/foreman_openscap/reports.css - app/assets/stylesheets/foreman_openscap/scap_breakdown_chart.css - app/controllers/api/v2/compliance/arf_reports_controller.rb - app/controllers/api/v2/compliance/oval_contents_controller.rb - app/controllers/api/v2/compliance/oval_policies_controller.rb - app/controllers/api/v2/compliance/oval_reports_controller.rb - app/controllers/api/v2/compliance/policies_controller.rb - app/controllers/api/v2/compliance/scap_content_profiles_controller.rb - app/controllers/api/v2/compliance/scap_contents_controller.rb - app/controllers/api/v2/compliance/tailoring_files_controller.rb - app/controllers/arf_reports_controller.rb - app/controllers/compliance_dashboard_controller.rb - app/controllers/compliance_hosts_controller.rb - app/controllers/concerns/foreman/controller/parameters/oval_content.rb - app/controllers/concerns/foreman/controller/parameters/oval_policy.rb - app/controllers/concerns/foreman/controller/parameters/policy.rb - app/controllers/concerns/foreman/controller/parameters/policy_api.rb - app/controllers/concerns/foreman/controller/parameters/scap_content.rb - app/controllers/concerns/foreman/controller/parameters/tailoring_file.rb - app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb - app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb - app/controllers/concerns/foreman_openscap/arf_reports_controller_common_extensions.rb - app/controllers/concerns/foreman_openscap/body_log_extensions.rb - app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb - app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb - app/controllers/openscap_proxies_controller.rb - app/controllers/policies_controller.rb - app/controllers/policy_dashboard_controller.rb - app/controllers/scap_contents_controller.rb - app/controllers/tailoring_files_controller.rb - app/graphql/mutations/oval_contents/delete.rb - app/graphql/mutations/oval_policies/delete.rb - app/graphql/mutations/oval_policies/update.rb - app/graphql/types/cve.rb - app/graphql/types/oval_check.rb - app/graphql/types/oval_content.rb - app/graphql/types/oval_policy.rb - app/helpers/arf_report_dashboard_helper.rb - app/helpers/arf_reports_helper.rb - app/helpers/compliance_dashboard_helper.rb - app/helpers/compliance_hosts_helper.rb - app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb - app/helpers/foreman_openscap_helper.rb - app/helpers/policies_helper.rb - app/helpers/policy_dashboard_helper.rb - app/helpers/tailoring_files_helper.rb - app/lib/proxy_api/available_proxy.rb - app/lib/proxy_api/migration.rb - app/lib/proxy_api/openscap.rb - app/mailers/foreman_openscap/policy_mailer.rb - app/models/concerns/foreman_openscap/compliance_status_scoped_search.rb - app/models/concerns/foreman_openscap/data_stream_content.rb - app/models/concerns/foreman_openscap/host_extensions.rb - app/models/concerns/foreman_openscap/hostgroup_extensions.rb - app/models/concerns/foreman_openscap/inherited_policies.rb - app/models/concerns/foreman_openscap/log_extensions.rb - app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb - app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb - app/models/concerns/foreman_openscap/oval_facet_host_extensions.rb - app/models/concerns/foreman_openscap/oval_facet_hostgroup_extensions.rb - app/models/concerns/foreman_openscap/policy_common.rb - app/models/concerns/foreman_openscap/scap_file_content.rb - app/models/concerns/foreman_openscap/smart_proxy_extensions.rb - app/models/foreman_openscap/arf_report.rb - app/models/foreman_openscap/asset.rb - app/models/foreman_openscap/asset_policy.rb - app/models/foreman_openscap/compliance_status.rb - app/models/foreman_openscap/cve.rb - app/models/foreman_openscap/host/oval_facet.rb - app/models/foreman_openscap/host_cve.rb - app/models/foreman_openscap/hostgroup/oval_facet.rb - app/models/foreman_openscap/hostgroup_oval_facet_oval_policy.rb - app/models/foreman_openscap/oval_content.rb - app/models/foreman_openscap/oval_facet_oval_policy.rb - app/models/foreman_openscap/oval_policy.rb - app/models/foreman_openscap/oval_status.rb - app/models/foreman_openscap/policy.rb - app/models/foreman_openscap/policy_arf_report.rb - app/models/foreman_openscap/policy_revision.rb - app/models/foreman_openscap/scap_content.rb - app/models/foreman_openscap/scap_content_profile.rb - app/models/foreman_openscap/tailoring_file.rb - app/services/foreman_openscap/arf_report_status_calculator.rb - app/services/foreman_openscap/client_config/ansible.rb - app/services/foreman_openscap/client_config/base.rb - app/services/foreman_openscap/client_config/manual.rb - app/services/foreman_openscap/client_config/puppet.rb - app/services/foreman_openscap/config_name_service.rb - app/services/foreman_openscap/host_report_dashboard/data.rb - app/services/foreman_openscap/hostgroup_overrider.rb - app/services/foreman_openscap/hostgroup_overrider_common.rb - app/services/foreman_openscap/lookup_key_overrider.rb - app/services/foreman_openscap/lookup_key_overrides_common.rb - app/services/foreman_openscap/openscap_proxy_assigned_version_check.rb - app/services/foreman_openscap/openscap_proxy_version_check.rb - app/services/foreman_openscap/oval/check_collection.rb - app/services/foreman_openscap/oval/configure.rb - app/services/foreman_openscap/oval/cves.rb - app/services/foreman_openscap/oval/setup.rb - app/services/foreman_openscap/oval/setup_check.rb - app/services/foreman_openscap/oval/sync_oval_contents.rb - app/services/foreman_openscap/policy_dashboard/data.rb - app/services/foreman_openscap/report_dashboard/data.rb - app/services/proxy_status/openscap_spool.rb - app/validators/concerns/foreman_openscap/bookmark_controller_validator_extensions.rb - app/validators/foreman_openscap/data_stream_validator.rb - app/views/api/v2/compliance/arf_reports/base.json.rabl - app/views/api/v2/compliance/arf_reports/index.json.rabl - app/views/api/v2/compliance/arf_reports/main.json.rabl - app/views/api/v2/compliance/arf_reports/show.json.rabl - app/views/api/v2/compliance/common/_loc.json.rabl - app/views/api/v2/compliance/common/_org.json.rabl - app/views/api/v2/compliance/oval_contents/base.json.rabl - app/views/api/v2/compliance/oval_contents/create.json.rabl - app/views/api/v2/compliance/oval_contents/destroy.json.rabl - app/views/api/v2/compliance/oval_contents/index.json.rabl - app/views/api/v2/compliance/oval_contents/show.json.rabl - app/views/api/v2/compliance/oval_contents/sync.json.rabl - app/views/api/v2/compliance/oval_contents/sync_result.json.rabl - app/views/api/v2/compliance/oval_contents/update.json.rabl - app/views/api/v2/compliance/oval_policies/create.json.rabl - app/views/api/v2/compliance/oval_policies/index.json.rabl - app/views/api/v2/compliance/oval_policies/main.json.rabl - app/views/api/v2/compliance/oval_policies/show.json.rabl - app/views/api/v2/compliance/policies/base.json.rabl - app/views/api/v2/compliance/policies/children.json.rabl - app/views/api/v2/compliance/policies/create.json.rabl - app/views/api/v2/compliance/policies/index.json.rabl - app/views/api/v2/compliance/policies/main.json.rabl - app/views/api/v2/compliance/policies/show.json.rabl - app/views/api/v2/compliance/policies_common/_attrs.json.rabl - app/views/api/v2/compliance/scap_content_profiles/base.json.rabl - app/views/api/v2/compliance/scap_content_profiles/index.json.rabl - app/views/api/v2/compliance/scap_content_profiles/main.json.rabl - app/views/api/v2/compliance/scap_contents/base.json.rabl - app/views/api/v2/compliance/scap_contents/bulk_upload.json.rabl - app/views/api/v2/compliance/scap_contents/create.json.rabl - app/views/api/v2/compliance/scap_contents/index.json.rabl - app/views/api/v2/compliance/scap_contents/main.json.rabl - app/views/api/v2/compliance/scap_contents/show.json.rabl - app/views/api/v2/compliance/scap_contents/update.json.rabl - app/views/api/v2/compliance/tailoring_files/base.json.rabl - app/views/api/v2/compliance/tailoring_files/index.json.rabl - app/views/api/v2/compliance/tailoring_files/main.json.rabl - app/views/api/v2/compliance/tailoring_files/show.json.rabl - app/views/api/v2/hosts/policies_enc.json.rabl - app/views/api/v2/hosts/policy_enc.json.rabl - app/views/arf_reports/_detailed_message.html.erb - app/views/arf_reports/_list.html.erb - app/views/arf_reports/_metrics.html.erb - app/views/arf_reports/_output.html.erb - app/views/arf_reports/delete_multiple.html.erb - app/views/arf_reports/index.html.erb - app/views/arf_reports/show.html.erb - app/views/arf_reports/show_html.html.erb - app/views/arf_reports/welcome.html.erb - app/views/compliance_hosts/show.html.erb - app/views/dashboard/_compliance_host_reports_widget.html.erb - app/views/dashboard/_compliance_reports_breakdown_widget.html.erb - app/views/foreman_openscap/policy_mailer/_dashboard.erb - app/views/foreman_openscap/policy_mailer/_hosts.erb - app/views/foreman_openscap/policy_mailer/_list.erb - app/views/foreman_openscap/policy_mailer/_policy.erb - app/views/foreman_openscap/policy_mailer/policy_summary.erb - app/views/hosts/select_multiple_openscap_proxy.html.erb - app/views/job_templates/run_openscap_scans.erb - app/views/job_templates/run_oval_scans.erb - app/views/policies/_form.html.erb - app/views/policies/_list.html.erb - app/views/policies/_scap_content_results.html.erb - app/views/policies/_tailoring_file_selected.html.erb - app/views/policies/create.html.erb - app/views/policies/disassociate_multiple_hosts.html.erb - app/views/policies/edit.html.erb - app/views/policies/index.html.erb - app/views/policies/new.html.erb - app/views/policies/select_multiple_hosts.html.erb - app/views/policies/show.html.erb - app/views/policies/steps/_deployment_options_form.html.erb - app/views/policies/steps/_hostgroups_form.html.erb - app/views/policies/steps/_locations_form.html.erb - app/views/policies/steps/_organizations_form.html.erb - app/views/policies/steps/_policy_attributes_form.html.erb - app/views/policies/steps/_scap_content_form.html.erb - app/views/policies/steps/_schedule_form.html.erb - app/views/policies/steps/_step_form.html.erb - app/views/policies/welcome.html.erb - app/views/policy_dashboard/_policy_chart_widget.html.erb - app/views/policy_dashboard/_policy_reports.html.erb - app/views/policy_dashboard/_policy_status_widget.html.erb - app/views/policy_dashboard/index.html.erb - app/views/scap_contents/_form.html.erb - app/views/scap_contents/_list.html.erb - app/views/scap_contents/edit.html.erb - app/views/scap_contents/index.html.erb - app/views/scap_contents/new.html.erb - app/views/scap_contents/welcome.html.erb - app/views/smart_proxies/_openscap_spool.html.erb - app/views/smart_proxies/plugins/_openscap.html.erb - app/views/tailoring_files/_form.html.erb - app/views/tailoring_files/_list.html.erb - app/views/tailoring_files/edit.html.erb - app/views/tailoring_files/index.html.erb - app/views/tailoring_files/new.html.erb - app/views/tailoring_files/welcome.html.erb - config/initializers/inflections.rb - config/routes.rb - db/migrate/20141013172051_create_scaptimony_policies.rb - db/migrate/20141014105333_create_scaptimony_assets.rb - db/migrate/20141015092642_create_scaptimony_arf_reports.rb - db/migrate/20141015115511_add_arf_report_unique_constraint.rb - db/migrate/20141104164201_create_scaptimony_scap_contents.rb - db/migrate/20141104171545_create_scaptimony_policy_revisions.rb - db/migrate/20141105174625_add_description_to_scaptimony_policy_revisions.rb - db/migrate/20141105174834_add_columns_to_scaptimony_policies.rb - db/migrate/20141107091756_add_columns_to_scaptimony_scap_contents.rb - db/migrate/20141111104519_add_constraint_to_scaptimony_scap_contents.rb - db/migrate/20141113221054_create_scaptimony_scap_content_profiles.rb - db/migrate/20141116170632_remove_xccdf_profile_from_scaptimony_policies.rb - db/migrate/20141116171305_add_profile_to_scaptimony_policies.rb - db/migrate/20141118142954_add_constraint_to_scaptimony_policies.rb - db/migrate/20141119164918_create_scaptimony_xccdf_results.rb - db/migrate/20141119175434_create_scaptimony_xccdf_rules.rb - db/migrate/20141119182606_create_scaptimony_xccdf_rule_results.rb - db/migrate/20141121120326_create_scaptimony_arf_report_breakdowns.rb - db/migrate/20141121164042_replace_arf_report_breakdown_view.rb - db/migrate/20141206211151_create_scaptimony_assets_policies.rb - db/migrate/20141214112917_add_scap_file_to_scap_content.rb - db/migrate/20141216154502_rename_scaptimony_asset_policies.rb - db/migrate/20150111085317_polymorph_asset.rb - db/migrate/20150112152944_create_scaptimony_arf_report_raws.rb - db/migrate/20150114210634_rename_scaptimony_arf_report_raw_raw.rb - db/migrate/20150115155947_add_scaptimony_scap_content_digest.rb - db/migrate/20150116083129_add_day_of_month_and_cron_line_to_scaptimony_policy.rb - db/migrate/20150821100137_migrate_from_scaptimony.rb - db/migrate/20150827123826_remove_scaptimony_permissions.rb - db/migrate/20150925124959_create_policy_arf_reports.rb - db/migrate/20150929124853_add_result_to_logs.rb - db/migrate/20150929152345_move_arf_reports_to_reports_table.rb - db/migrate/20151118165125_add_size_to_scap_content.rb - db/migrate/20151119155419_add_arf_fields_to_message.rb - db/migrate/20151120090851_add_openscap_proxy_to_host_and_hostgroup.rb - db/migrate/20160830113437_remove_deleted_policy.rb - db/migrate/20160925213031_change_scap_widget_names.rb - db/migrate/20161109155255_create_tailoring_files.rb - db/migrate/20161223153249_add_permissions_to_arf_report.rb - db/migrate/20170821081205_rename_mail_notification.foreman_openscap.rb - db/migrate/20170830221751_add_index_to_logs_result.rb - db/migrate/20171011134112_remove_arf_reports_without_policy.rb - db/migrate/20171016125613_add_content_title_unique_constraint.foreman_openscap.rb - db/migrate/20190103093409_add_deployment_option_to_policy.foreman_openscap.rb - db/migrate/20200117135424_migrate_port_overrides_to_int.rb - db/migrate/20200803065041_migrate_port_overrides_for_ansible.rb - db/migrate/20201019074925_create_oval_policy.rb - db/migrate/20201020113801_create_oval_facet.rb - db/migrate/20201021084109_create_hostgroup_oval_facet.rb - db/migrate/20201106080924_create_oval_content.rb - db/migrate/20201116110256_add_oval_content_to_oval_policy.rb - db/migrate/20201120080329_create_cves.rb - db/migrate/20201202110213_update_puppet_port_param_type.rb - db/migrate/20201217130800_add_has_errata_to_cve.rb - db/migrate/20201217161511_add_url_to_oval_content.rb - db/migrate/20210409095625_add_oval_policy_reference_to_cve.rb - db/migrate/20210819143316_drop_unused_tables.rb - db/seeds.d/75-job_templates.rb - db/seeds.d/openscap_feature.rb - db/seeds.d/openscap_policy_notification.rb - lib/foreman_openscap.rb - lib/foreman_openscap/bulk_upload.rb - lib/foreman_openscap/data_migration.rb - lib/foreman_openscap/engine.rb - lib/foreman_openscap/helper.rb - lib/foreman_openscap/message_cleaner.rb - lib/foreman_openscap/version.rb - lib/tasks/foreman_openscap_tasks.rake - locale/Makefile - locale/action_names.rb - locale/de/LC_MESSAGES/foreman_openscap.mo - locale/de/foreman_openscap.edit.po - locale/de/foreman_openscap.po - locale/en_GB/LC_MESSAGES/foreman_openscap.mo - locale/en_GB/foreman_openscap.edit.po - locale/en_GB/foreman_openscap.po - locale/es/LC_MESSAGES/foreman_openscap.mo - locale/es/foreman_openscap.edit.po - locale/es/foreman_openscap.po - locale/foreman_openscap.pot - locale/fr/LC_MESSAGES/foreman_openscap.mo - locale/fr/foreman_openscap.edit.po - locale/fr/foreman_openscap.po - locale/gl/LC_MESSAGES/foreman_openscap.mo - locale/gl/foreman_openscap.edit.po - locale/gl/foreman_openscap.po - locale/it/LC_MESSAGES/foreman_openscap.mo - locale/it/foreman_openscap.edit.po - locale/it/foreman_openscap.po - locale/ja/LC_MESSAGES/foreman_openscap.mo - locale/ja/foreman_openscap.edit.po - locale/ja/foreman_openscap.po - locale/ko/LC_MESSAGES/foreman_openscap.mo - locale/ko/foreman_openscap.edit.po - locale/ko/foreman_openscap.po - locale/pt_BR/LC_MESSAGES/foreman_openscap.mo - locale/pt_BR/foreman_openscap.edit.po - locale/pt_BR/foreman_openscap.po - locale/ru/LC_MESSAGES/foreman_openscap.mo - locale/ru/foreman_openscap.edit.po - locale/ru/foreman_openscap.po - locale/sv_SE/LC_MESSAGES/foreman_openscap.mo - locale/sv_SE/foreman_openscap.edit.po - locale/sv_SE/foreman_openscap.po - locale/zanata.xml - locale/zh_CN/LC_MESSAGES/foreman_openscap.mo - locale/zh_CN/foreman_openscap.edit.po - locale/zh_CN/foreman_openscap.po - locale/zh_TW/LC_MESSAGES/foreman_openscap.mo - locale/zh_TW/foreman_openscap.edit.po - locale/zh_TW/foreman_openscap.po - package.json - test/factories/arf_report_factory.rb - test/factories/asset_factory.rb - test/factories/compliance_host_factory.rb - test/factories/compliance_log_factory.rb - test/factories/oval_content_factory.rb - test/factories/oval_policy_factory.rb - test/factories/policy_arf_report_factory.rb - test/factories/policy_factory.rb - test/factories/scap_content_related.rb - test/files/arf_report/arf_report.bz2 - test/files/arf_report/arf_report.html - test/files/arf_report/arf_report.json - test/files/arf_report/arf_report_msg_desc_changed.json - test/files/arf_report/arf_report_msg_value_changed.json - test/files/oval_contents/ansible-2.9.oval.xml.bz2 - test/files/scap_contents/ssg-fedora-ds.xml - test/files/tailoring_files/ssg-firefox-ds-tailoring-2.xml - test/files/tailoring_files/ssg-firefox-ds-tailoring.xml - test/fixtures/cve_fixtures.rb - test/functional/api/v2/compliance/arf_reports_controller_test.rb - test/functional/api/v2/compliance/oval_contents_controller_test.rb - test/functional/api/v2/compliance/oval_policies_controller_test.rb - test/functional/api/v2/compliance/oval_reports_controller_test.rb - test/functional/api/v2/compliance/policies_controller_test.rb - test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb - test/functional/api/v2/compliance/scap_contents_controller_test.rb - test/functional/api/v2/compliance/tailoring_files_controller_test.rb - test/functional/api/v2/hosts_controller_test.rb - test/functional/arf_reports_controller_test.rb - test/functional/openscap_proxies_controller_test.rb - test/functional/tailoring_files_controller_test.rb - test/graphql/mutations/oval_policies/delete_mutation_test.rb - test/graphql/queries/oval_content_query_test.rb - test/graphql/queries/oval_contents_query_test.rb - test/graphql/queries/oval_policies_query_test.rb - test/helpers/arf_report_dashboard_helper_test.rb - test/helpers/policy_dashboard_helper_test.rb - test/lib/foreman_openscap/bulk_upload_test.rb - test/test_plugin_helper.rb - test/unit/arf_report_status_calculator_test.rb - test/unit/arf_report_test.rb - test/unit/compliance_status_test.rb - test/unit/concerns/host_extensions_test.rb - test/unit/concerns/openscap_proxy_extenstions_test.rb - test/unit/message_cleaner_test.rb - test/unit/openscap_host_test.rb - test/unit/oval_host_test.rb - test/unit/oval_policy_test.rb - test/unit/oval_status_test.rb - test/unit/policy_mailer_test.rb - test/unit/policy_test.rb - test/unit/scap_content_test.rb - test/unit/services/config_name_service_test.rb - test/unit/services/hostgroup_overrider_test.rb - test/unit/services/lookup_key_overrider_test.rb - test/unit/services/oval/cves_test.rb - test/unit/services/oval/setup_check_test.rb - test/unit/services/oval/setup_test.rb - test/unit/services/report_dashboard/data_test.rb - test/unit/services/tailoring_files_proxy_check_test.rb - test/unit/tailoring_file_test.rb - webpack/components/ConfirmModal.js - webpack/components/ConfirmModal.scss - webpack/components/EditableInput.js - webpack/components/EditableInput.scss - webpack/components/EmptyState.js - webpack/components/IndexLayout.js - webpack/components/IndexLayout.scss - webpack/components/IndexTable/IndexTableHelper.js - webpack/components/IndexTable/index.js - webpack/components/LinkButton.js - webpack/components/RuleSeverity/RuleSeverity.scss - webpack/components/RuleSeverity/RuleSeverity.test.js - webpack/components/RuleSeverity/__snapshots__/RuleSeverity.test.js.snap - webpack/components/RuleSeverity/i_severity-critical.svg - webpack/components/RuleSeverity/i_severity-high.svg - webpack/components/RuleSeverity/i_severity-low.svg - webpack/components/RuleSeverity/i_severity-med.svg - webpack/components/RuleSeverity/i_unknown.svg - webpack/components/RuleSeverity/index.js - webpack/components/withDeleteModal.js - webpack/components/withLoading.js - webpack/global_index.js - webpack/graphql/mutations/deleteOvalContent.gql - webpack/graphql/mutations/deleteOvalPolicy.gql - webpack/graphql/mutations/updateOvalPolicy.gql - webpack/graphql/queries/currentUserAttributes.gql - webpack/graphql/queries/cves.gql - webpack/graphql/queries/hostgroups.gql - webpack/graphql/queries/ovalContent.gql - webpack/graphql/queries/ovalContents.gql - webpack/graphql/queries/ovalPolicies.gql - webpack/graphql/queries/ovalPolicy.gql - webpack/helpers/commonHelper.js - webpack/helpers/formFieldsHelper.js - webpack/helpers/globalIdHelper.js - webpack/helpers/mutationHelper.js - webpack/helpers/pageParamsHelper.js - webpack/helpers/pathsHelper.js - webpack/helpers/permissionsHelper.js - webpack/helpers/tableHelper.js - webpack/helpers/toastHelper.js - webpack/index.js - webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js - webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js - webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.fixtures.js - webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.test.js - webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.fixtures.js - webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.test.js - webpack/routes/OvalContents/OvalContentsIndex/index.js - webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js - webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.scss - webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js - webpack/routes/OvalContents/OvalContentsNew/__tests__/OvalContentsNew.test.js - webpack/routes/OvalContents/OvalContentsNew/index.js - webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js - webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.test.js - webpack/routes/OvalContents/OvalContentsShow/OvalContentsShowHelper.js - webpack/routes/OvalContents/OvalContentsShow/index.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.fixtures.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.test.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.fixtures.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.test.js - webpack/routes/OvalPolicies/OvalPoliciesIndex/index.js - webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js - webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js - webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js - webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js - webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js - webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js - webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js - webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.fixtures.js - webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.test.js - webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.fixtures.js - webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js - webpack/routes/OvalPolicies/OvalPoliciesShow/index.js - webpack/routes/routes.js - webpack/testHelper.js homepage: https://github.com/theforeman/foreman_openscap licenses: - GPL-3.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Foreman plug-in for displaying OpenSCAP audit reports test_files: - test/factories/arf_report_factory.rb - test/factories/asset_factory.rb - test/factories/policy_arf_report_factory.rb - test/factories/policy_factory.rb - test/factories/scap_content_related.rb - test/factories/compliance_log_factory.rb - test/factories/compliance_host_factory.rb - test/factories/oval_content_factory.rb - test/factories/oval_policy_factory.rb - test/files/arf_report/arf_report.bz2 - test/files/arf_report/arf_report.html - test/files/arf_report/arf_report.json - test/files/arf_report/arf_report_msg_desc_changed.json - test/files/arf_report/arf_report_msg_value_changed.json - test/files/scap_contents/ssg-fedora-ds.xml - test/files/tailoring_files/ssg-firefox-ds-tailoring-2.xml - test/files/tailoring_files/ssg-firefox-ds-tailoring.xml - test/files/oval_contents/ansible-2.9.oval.xml.bz2 - test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb - test/functional/api/v2/compliance/scap_contents_controller_test.rb - test/functional/api/v2/compliance/tailoring_files_controller_test.rb - test/functional/api/v2/compliance/arf_reports_controller_test.rb - test/functional/api/v2/compliance/oval_contents_controller_test.rb - test/functional/api/v2/compliance/oval_policies_controller_test.rb - test/functional/api/v2/compliance/oval_reports_controller_test.rb - test/functional/api/v2/compliance/policies_controller_test.rb - test/functional/api/v2/hosts_controller_test.rb - test/functional/arf_reports_controller_test.rb - test/functional/openscap_proxies_controller_test.rb - test/functional/tailoring_files_controller_test.rb - test/helpers/arf_report_dashboard_helper_test.rb - test/helpers/policy_dashboard_helper_test.rb - test/lib/foreman_openscap/bulk_upload_test.rb - test/unit/arf_report_status_calculator_test.rb - test/unit/arf_report_test.rb - test/unit/compliance_status_test.rb - test/unit/concerns/host_extensions_test.rb - test/unit/concerns/openscap_proxy_extenstions_test.rb - test/unit/message_cleaner_test.rb - test/unit/openscap_host_test.rb - test/unit/policy_mailer_test.rb - test/unit/scap_content_test.rb - test/unit/services/report_dashboard/data_test.rb - test/unit/services/tailoring_files_proxy_check_test.rb - test/unit/services/oval/cves_test.rb - test/unit/services/oval/setup_test.rb - test/unit/services/oval/setup_check_test.rb - test/unit/services/config_name_service_test.rb - test/unit/services/lookup_key_overrider_test.rb - test/unit/services/hostgroup_overrider_test.rb - test/unit/tailoring_file_test.rb - test/unit/oval_host_test.rb - test/unit/oval_policy_test.rb - test/unit/oval_status_test.rb - test/unit/policy_test.rb - test/fixtures/cve_fixtures.rb - test/graphql/queries/oval_contents_query_test.rb - test/graphql/queries/oval_policies_query_test.rb - test/graphql/queries/oval_content_query_test.rb - test/graphql/mutations/oval_policies/delete_mutation_test.rb - test/test_plugin_helper.rb