Sha256: 1b32cacf2e9a6c2d49f54fb1e3ad8c6ca7a6fb36ce39383b94e6917fffdd9318

Contents?: true

Size: 1.07 KB

Versions: 4

Compression:

Stored size: 1.07 KB

Contents

<% title_actions display_link_if_authorized(_("New SCAP content"), hash_for_new_scap_content_path, :class => "btn btn-default") %>

<% title _("SCAP content configuration") %>
<div id="welcome">
  <p>
  <%= _('The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and
        configuration issues related to security. They measure systems to find vulnerabilities and offer methods to score those findings in order
        to evaluate the possible impact. It is a method for using those open standards for automated vulnerability management, measurement,
        and policy compliance evaluation. ') %><small><%= (_('Source: Wikipedia %s') % link_to(_('read more'), 'http://en.wikipedia.org/wiki/Security_Content_Automation_Protocol')).html_safe %></small>
  </p>
  <p>
    <%= (_("In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups
          via %s") % link_to('compliance policies', policies_path)).html_safe %>
  </p>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_openscap-0.6.3 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.6.2 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.6.1 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.6.0 app/views/scap_contents/welcome.html.erb