This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
/
org.open_scap.scap_workbench.appdata.xml
39 lines (39 loc) · 2.29 KB
/
org.open_scap.scap_workbench.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.open_scap.scap_workbench</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>SCAP Workbench</name>
<summary>A GUI tool that serves as an SCAP scanner and provides tailoring functionality for SCAP content</summary>
<launchable type="desktop-id">org.open_scap.scap_workbench.desktop</launchable>
<description>
<p>
The main goal of this application is to lower the initial barrier of using SCAP.
Therefore, the scope of very narrow - SCAP Workbench only scans a single machine and only with XCCDF/SDS (no direct OVAL evaluation).
The assumption is that this is enough for users who want to scan a few machines and users with huge amount of machines to scan will just use scap-workbench to test or hand-tune their content before deploying it with more advanced (and harder to use) tools like spacewalk.
</p>
<p>Feature highlights:</p>
<ul>
<li>XCCDF 1.1 and 1.2 support</li>
<li>Source Data Stream 1.2 support</li>
<li>XCCDF 1.2 Tailoring file support</li>
<li>Evaluation of local machine</li>
<li>Evaluation of remote machine (using ssh)</li>
<li>Limited tailoring support - selection and unselection</li>
<li>Saving results as XCCDF 1.1 or 1.2 (depending on input) or ARF 1.1</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image type="source" width="1280" height="720">https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/default_content_opened.png</image>
</screenshot>
<screenshot>
<image type="source" width="1280" height="720">https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/intro_screenshot.png</image>
</screenshot>
<screenshot>
<image type="source" width="1280" height="720">https://github.com/OpenSCAP/scap-workbench/raw/v1-1/doc/user_manual/tailoring_undo_history.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.open-scap.org/tools/scap-workbench</url>
<update_contact>[email protected]</update_contact>
</component>