Feature Requests

Sven Vermeulen

2011-06-02


Table of Contents

Requested Features
Distribution-specific checks
End Of Support / End Of Life Information

Requested Features

The following table lists the feature requests that are currently received but not part of a stable released version.

Table 1. List of requested features

TitleWho RequestedWhen requestedPriorityState
Distribution specific checksNigel Horne, Sven Vermeulen2010-08-24MediumDraft
End Of Support / End Of Life InformationSven Vermeulen2011-06-02MediumDraft

Distribution-specific checks

Note

This request is still in draft (meaning it has not been started). Feedback (or perhaps even patches) are greatly appreciated.

Support a distribution specific check script (most likely using the cvechecker output) that investigates if a vulnerability hasn't been solved by the distribution itself through an applied patch (rather than a version upgrade). The check script itself should be a wrapper that detects on which distribution the script is being ran (/etc/*release) and then calls the script particularly made for that distribution (on a predefined location, say lib/cvechecker/scripts).

The distribution-specific scripts must adhere to a predefined input/output scheme, returncodes and such.

They should support a human-friendly and computer-parsable output.

A sample script is available in the cvechecker distribution, scripts/cvedebian, courtesy of Nigel Horne.

End Of Support / End Of Life Information

Note

This request is still in draft (meaning it has not been started). Feedback (or perhaps even patches) are greatly appreciated.

Part of keeping a system in a secure state is to make sure that the software installed is not end-of-support or end-of-life. Perhaps this can be included in the information that CVE checker pulls in (or can be fed) so that the reports generated from it can include this information too?