Sha256: cb7688bfaed63ae6ac29dc8c972050ab6a8c99696be712bf2682a0b6743790c7

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

<% title_actions display_link_if_authorized(_("New SCAP content"), hash_for_new_scap_content_path) %>

<% 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 / hostgroups
          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.5.3 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.5.2 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.5.1 app/views/scap_contents/welcome.html.erb
foreman_openscap-0.5.0 app/views/scap_contents/welcome.html.erb