[PATCH 0/5] cleanup of table transforms

Jeffrey Blank blank at eclipse.ncsc.mil
Mon Apr 8 15:31:33 UTC 2013


This removes XSLT code that is no longer necessary (due to improvements in
openscap's xccdf resolve functionality) and also refactors a common style
element to a shared file.

This also removes some table outputs altogether; the new "overlay" will take
care of some of these instead.

The overlay concept should enable more complete realization of vendor-provided
SCAP content in the future.


Jeffrey Blank (5):
  removing unneeded outputs, commented lines      * also some renaming
    of some outputs
  new file for common style element for all table transforms
  simplification of profile-based table transforms     * this is
    possible due to oscap xccdf resolve working     * now we don't need
    recursion
  cleanup and simplication of table transform with references
  table transforms now use shared style element

 RHEL6/Makefile                                    |   42 ++-----
 RHEL6/transforms/table-srgmap.xslt                |   20 +---
 RHEL6/transforms/table-style.xslt                 |   27 ++++
 RHEL6/transforms/xccdf2table-byref.xslt           |  100 ++++------------
 RHEL6/transforms/xccdf2table-cce.xslt             |   19 +---
 RHEL6/transforms/xccdf2table-profileccirefs.xslt  |  133 ++-------------------
 RHEL6/transforms/xccdf2table-profilenistrefs.xslt |   78 ++-----------
 RHEL6/transforms/xccdf2table-stig.xslt            |   22 +---
 8 files changed, 87 insertions(+), 354 deletions(-)
 create mode 100644 RHEL6/transforms/table-style.xslt



More information about the scap-security-guide mailing list