[PATCH 3/4] added new CPE dictionary file (with fields that are adjusted by cpe_generate.py script during the ID/filename "linking" phase)

Shawn Wells shawn at redhat.com
Sun Aug 12 17:59:27 UTC 2012


On 8/11/12 2:30 PM, Jeffrey Blank wrote:
> Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
> ---
>   .../input/checks/platform/rhel6-cpe-dictionary.xml |   10 ++++++++++
>   1 files changed, 10 insertions(+), 0 deletions(-)
>   create mode 100644 RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml
>
> diff --git a/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml b/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml
> new file mode 100644
> index 0000000..342411c
> --- /dev/null
> +++ b/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml
> @@ -0,0 +1,10 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<cpe-list xmlns="http://cpe.mitre.org/dictionary/2.0"
> +          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +          xsi:schemaLocation="http://cpe.mitre.org/dictionary/2.0 http://cpe.mitre.org/files/cpe-dictionary_2.1.xsd">
> +      <cpe-item name="cpe:/o:redhat:enterprise_linux:6">
> +            <title xml:lang="en-us">Red Hat Enterprise Linux 6</title>
> +            <!-- the check references an OVAL file that contains an inventory definition -->
> +            <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5" href="filename">installed_OS_is_rhel6</check>
> +      </cpe-item>
> +</cpe-list>



Pushed this too


More information about the scap-security-guide mailing list