Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions debian8/cpe/debian8-cpe-dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,49 @@
<!-- 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_debian8</check>
</cpe-item>
<cpe-item name="cpe:/a:container">
<title xml:lang="en-us">Container</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_env_is_a_container</check>
</cpe-item>
<cpe-item name="cpe:/a:machine">
<title xml:lang="en-us">Bare-metal or Virtual Machine</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_env_is_a_machine</check>
</cpe-item>
<cpe-item name="cpe:/a:gdm">
<title xml:lang="en-us">Package gdm is installed</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_env_has_gdm_package</check>
</cpe-item>
<cpe-item name="cpe:/a:libuser">
<title xml:lang="en-us">Package libuser is installed</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_env_has_libuser_package</check>
</cpe-item>
<cpe-item name="cpe:/a:nss-pam-ldapd">
<title xml:lang="en-us">Package nss-pam-ldapd is installed</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_env_has_nss-pam-ldapd_package</check>
</cpe-item>
<cpe-item name="cpe:/a:pam">
<title xml:lang="en-us">Package pam is installed</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_env_has_pam_package</check>
</cpe-item>
<cpe-item name="cpe:/a:shadow-utils">
<title xml:lang="en-us">Package shadow-utils is installed</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_env_has_shadow-utils_package</check>
</cpe-item>
<cpe-item name="cpe:/a:systemd">
<title xml:lang="en-us">Package systemd is installed</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_env_has_systemd_package</check>
</cpe-item>
<cpe-item name="cpe:/a:yum">
<title xml:lang="en-us">Package yum is installed</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_env_has_yum_package</check>
</cpe-item>
</cpe-list>
2 changes: 0 additions & 2 deletions ssg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@
],
"fuse6": [
"cpe:/a:redhat:jboss_fuse:6.0",
"cpe:/a:redhat:jboss_fuse:6.1.0",
"cpe:/a:redhat:jboss_fuse_service_works:6.0",
],
"jre": [
"cpe:/a:oracle:jre:",
Expand Down