Mailing List Archive

Multiple CVE IDs in one script
We have a good list of generic tests. Most of them cover flaws in
several products.
e.g. http_w98_devname_dos.nasl covers ~ 10 CVE
http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=AUX

Should we write something like this?
cve_script_id("CVE-2001-0386+CVE-2001-0493+CVE-2001-0558");

--
mailto:arboi@bigfoot.com
GPG Public keys: http://michel.arboi.free.fr/pubkey.txt
http://michel.arboi.free.fr/ http://arboi.da.ru/
FAQNOPI de fr.comp.securite : http://faqnopi.da.ru/
Re: Multiple CVE IDs in one script [ In reply to ]
On Sat, Oct 12, 2002 at 12:04:16PM +0200, Michel Arboi wrote:
> Should we write something like this?
> cve_script_id("CVE-2001-0386+CVE-2001-0493+CVE-2001-0558");

No, that would break a lot of things. You can start writing :

script_cve_id("CVE-xxxxx-aaaa", "CVE-xxxxx-bbbbbb", ...);


at this time, and I'll add the backend support for this later on.
Re: Multiple CVE IDs in one script [ In reply to ]
From: "Renaud Deraison" <deraison@nessus.org>


> On Sat, Oct 12, 2002 at 12:04:16PM +0200, Michel Arboi wrote:
> > Should we write something like this?
> > cve_script_id("CVE-2001-0386+CVE-2001-0493+CVE-2001-0558");
>
> No, that would break a lot of things. You can start writing :
>
> script_cve_id("CVE-xxxxx-aaaa", "CVE-xxxxx-bbbbbb", ...);
>
>
> at this time, and I'll add the backend support for this later on.
>

Is it the same for script_bugtraq_id

script_bugtraq_id(nnn,mmm,...);