usnistgov / scapval

Other
4 stars 2 forks source link

Security Content Automation Protocol Content Validator (SCAPVal)

A command line tool to validate SCAP content.

Overview

SCAPVal is a Java Command Line Application that provides information about whether SCAP content conforms to conventions and recommendations outlined in NIST Special Publication 800-126 Rev.3, The Technical Specification for the Security Content Automation Protocol (SCAP). With support for SCAP 1.1, 1.2, and 1.3

This repository contains the Security Content Automation Protocol Validator (SCAPVal) tool along with several required Java modules.

Repository Contents

Requirements

Requires Java Runtime Environment (JRE) 11 or higher.

If the JAVA_HOME variable is set, the JRE which is at that location will be used. Otherwise the JRE available on the path is used.

Build Notes

SCAPVal utilizes Apache Maven. Once 'mvn' is available, from the root directory of the project, run:

mvn clean install package

This will build scapval and once complete will be ready for use in /scapval/target

License

License Information

Feedback:

Please send tool defects reports, enhancement requests, and any other related comments by email to scap@nist.gov.