[Openvas-commits] r3051 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 7 22:39:12 CEST 2009
Author: reinke
Date: 2009-04-07 22:39:10 +0200 (Tue, 07 Apr 2009)
New Revision: 3051
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/ubuntu_697_1.nasl
trunk/openvas-plugins/scripts/ubuntu_698_2.nasl
trunk/openvas-plugins/scripts/ubuntu_699_1.nasl
trunk/openvas-plugins/scripts/ubuntu_708_1.nasl
trunk/openvas-plugins/scripts/ubuntu_710_1.nasl
trunk/openvas-plugins/scripts/ubuntu_711_1.nasl
trunk/openvas-plugins/scripts/ubuntu_712_1.nasl
trunk/openvas-plugins/scripts/ubuntu_713_1.nasl
trunk/openvas-plugins/scripts/ubuntu_726_1.nasl
trunk/openvas-plugins/scripts/ubuntu_727_1.nasl
trunk/openvas-plugins/scripts/ubuntu_731_1.nasl
trunk/openvas-plugins/scripts/ubuntu_732_1.nasl
trunk/openvas-plugins/scripts/ubuntu_736_1.nasl
trunk/openvas-plugins/scripts/ubuntu_742_1.nasl
Log:
Removed NASL_LEVEL from ubuntu scripts
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/ChangeLog 2009-04-07 20:39:10 UTC (rev 3051)
@@ -1,4 +1,7 @@
2009-04-07 Thomas Reinke <reinke at securityspace.com>
+ * Updated Ubuntu scripts to remove NASL_LEVEL references.
+
+2009-04-07 Thomas Reinke <reinke at securityspace.com>
* Updated Gentoo scripts to remove NASL_LEVEL references.
2009-04-07 Thomas Reinke <reinke at securityspace.com>
Modified: trunk/openvas-plugins/scripts/ubuntu_697_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_697_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_697_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -27,11 +27,7 @@
if(description)
{
script_id(63073);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-2426", "CVE-2008-2434", "CVE-2008-5027", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
- } else {
- script_cve_id("CVE-2008-2426", "CVE-2008-2434", "CVE-2008-5027", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870");
- };
+ script_cve_id("CVE-2008-2426", "CVE-2008-2434", "CVE-2008-5027", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
script_version ("$");
name["english"] = "Ubuntu USN-697-1 (imlib2)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_698_2.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_698_2.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_698_2.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -27,11 +27,7 @@
if(description)
{
script_id(63072);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326", "CVE-2008-4796", "CVE-2008-4810", "CVE-2008-4811", "CVE-2008-5432", "CVE-2008-5619", "CVE-2008-2426", "CVE-2008-2434", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
- } else {
- script_cve_id("CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326", "CVE-2008-4796", "CVE-2008-4810");
- };
+ script_cve_id("CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326", "CVE-2008-4796", "CVE-2008-4810", "CVE-2008-4811", "CVE-2008-5432", "CVE-2008-5619", "CVE-2008-2426", "CVE-2008-2434", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
script_version ("$");
name["english"] = "Ubuntu USN-698-2 (nagios3)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_699_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_699_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_699_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -27,11 +27,7 @@
if(description)
{
script_id(63071);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-1102", "CVE-2008-4863", "CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326", "CVE-2008-4796", "CVE-2008-4810", "CVE-2008-4811", "CVE-2008-5432", "CVE-2008-5619", "CVE-2008-2426", "CVE-2008-2434", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
- } else {
- script_cve_id("CVE-2008-1102", "CVE-2008-4863", "CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326");
- };
+ script_cve_id("CVE-2008-1102", "CVE-2008-4863", "CVE-2008-5027", "CVE-2008-5028", "CVE-2007-3555", "CVE-2008-1502", "CVE-2008-3325", "CVE-2008-3326", "CVE-2008-4796", "CVE-2008-4810", "CVE-2008-4811", "CVE-2008-5432", "CVE-2008-5619", "CVE-2008-2426", "CVE-2008-2434", "CVE-2008-4242", "CVE-2007-3372", "CVE-2008-5081", "CVE-2008-4577", "CVE-2008-4870", "CVE-2008-5140", "CVE-2008-5312", "CVE-2008-5313", "CVE-2008-4844", "CVE-2008-2237", "CVE-2008-2238", "CVE-2008-4937");
script_version ("$");
name["english"] = "Ubuntu USN-699-1 (blender)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_708_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_708_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_708_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63233);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-3997", "CVE-2008-4444", "CVE-2008-4006", "CVE-2008-5449", "CVE-2008-3979", "CVE-2009-0021", "CVE-2008-3821", "CVE-2008-2382", "CVE-2008-5714", "CVE-2008-3818", "CVE-2009-0053", "CVE-2009-0054", "CVE-2009-0055", "CVE-2009-0056", "CVE-2008-5500", "CVE-2008-5503", "CVE-2008-5506", "CVE-2008-5507", "CVE-2008-5508", "CVE-2008-5511", "CVE-2008-5512", "CVE-2008-5256", "CVE-2008-5448", "CVE-2008-5718", "CVE-2007-4476");
- } else {
- script_cve_id("CVE-2008-3997", "CVE-2008-4444", "CVE-2008-4006", "CVE-2008-5449", "CVE-2008-3979", "CVE-2009-0021", "CVE-2008-3821", "CVE-2008-2382");
- };
+ script_cve_id("CVE-2008-3997", "CVE-2008-4444", "CVE-2008-4006", "CVE-2008-5449", "CVE-2008-3979", "CVE-2009-0021", "CVE-2008-3821", "CVE-2008-2382", "CVE-2008-5714", "CVE-2008-3818", "CVE-2009-0053", "CVE-2009-0054", "CVE-2009-0055", "CVE-2009-0056", "CVE-2008-5500", "CVE-2008-5503", "CVE-2008-5506", "CVE-2008-5507", "CVE-2008-5508", "CVE-2008-5511", "CVE-2008-5512", "CVE-2008-5256", "CVE-2008-5448", "CVE-2008-5718", "CVE-2007-4476");
script_version ("$");
name["english"] = "Ubuntu USN-708-1 (hplip)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_710_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_710_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_710_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63305);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-3231", "CVE-2008-5233", "CVE-2008-5234", "CVE-2008-5236", "CVE-2008-5237", "CVE-2008-5238", "CVE-2008-5239", "CVE-2008-5240", "CVE-2008-5241", "CVE-2008-5242", "CVE-2008-5243", "CVE-2008-5244", "CVE-2008-5246", "CVE-2008-5248", "CVE-2008-5905", "CVE-2008-5906", "CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
- } else {
- script_cve_id("CVE-2008-3231", "CVE-2008-5233", "CVE-2008-5234", "CVE-2008-5236", "CVE-2008-5237", "CVE-2008-5238", "CVE-2008-5239", "CVE-2008-5240");
- };
+ script_cve_id("CVE-2008-3231", "CVE-2008-5233", "CVE-2008-5234", "CVE-2008-5236", "CVE-2008-5237", "CVE-2008-5238", "CVE-2008-5239", "CVE-2008-5240", "CVE-2008-5241", "CVE-2008-5242", "CVE-2008-5243", "CVE-2008-5244", "CVE-2008-5246", "CVE-2008-5248", "CVE-2008-5905", "CVE-2008-5906", "CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
script_version ("$");
name["english"] = "Ubuntu USN-710-1 (xine-lib)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_711_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_711_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_711_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63306);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-5905", "CVE-2008-5906", "CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
- } else {
- script_cve_id("CVE-2008-5905", "CVE-2008-5906", "CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195");
- };
+ script_cve_id("CVE-2008-5905", "CVE-2008-5906", "CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
script_version ("$");
name["english"] = "Ubuntu USN-711-1 (ktorrent)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_712_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_712_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_712_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63307);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
- } else {
- script_cve_id("CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450");
- };
+ script_cve_id("CVE-2008-2712", "CVE-2008-4101", "CVE-2005-2090", "CVE-2005-3510", "CVE-2006-3835", "CVE-2006-7195", "CVE-2006-7196", "CVE-2007-0450", "CVE-2007-1355", "CVE-2007-1358", "CVE-2007-1858", "CVE-2007-2449", "CVE-2007-2450", "CVE-2007-3382", "CVE-2007-3385", "CVE-2007-3386", "CVE-2008-0128", "CVE-2008-3358", "CVE-2009-0042", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
script_version ("$");
name["english"] = "Ubuntu USN-712-1 (vim)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_713_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_713_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_713_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63308);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
- } else {
- script_cve_id("CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354");
- };
+ script_cve_id("CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5349", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5352", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360");
script_version ("$");
name["english"] = "Ubuntu USN-713-1 (openjdk-6)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_726_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_726_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_726_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63506);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0365", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850", "CVE-2008-5557", "CVE-2009-0754", "CVE-2009-0544");
- } else {
- script_cve_id("CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0365", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850", "CVE-2008-5557");
- };
+ script_cve_id("CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0365", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850", "CVE-2008-5557", "CVE-2009-0754", "CVE-2009-0544");
script_version ("$");
name["english"] = "Ubuntu USN-726-1 (curl)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_727_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_727_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_727_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63505);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2009-0365", "CVE-2009-0578", "CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850", "CVE-2008-5557", "CVE-2009-0754", "CVE-2009-0544");
- } else {
- script_cve_id("CVE-2009-0365", "CVE-2009-0578", "CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850");
- };
+ script_cve_id("CVE-2009-0365", "CVE-2009-0578", "CVE-2009-0037", "CVE-2008-5005", "CVE-2009-0619", "CVE-2009-0537", "CVE-2009-0775", "CVE-2007-4850", "CVE-2008-5557", "CVE-2009-0754", "CVE-2009-0544");
script_version ("$");
name["english"] = "Ubuntu USN-727-1 (network-manager-applet)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_731_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_731_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_731_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63562);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2007-6203", "CVE-2007-6420", "CVE-2008-1678", "CVE-2008-2168", "CVE-2008-2364", "CVE-2008-2939", "CVE-2009-0854", "CVE-2009-0675", "CVE-2009-0676", "CVE-2009-0759", "CVE-2009-0660", "CVE-2008-2086", "CVE-2008-5339", "CVE-2008-5340", "CVE-2008-5341", "CVE-2008-5342", "CVE-2008-5343", "CVE-2008-5344", "CVE-2008-5345", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5356", "CVE-2008-5357", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360", "CVE-2009-0712", "CVE-2009-0713", "CVE-2008-4546", "CVE-2009-0037", "CVE-2009-0632", "CVE-2008-1922", "CVE-2009-0478");
- } else {
- script_cve_id("CVE-2007-6203", "CVE-2007-6420", "CVE-2008-1678", "CVE-2008-2168", "CVE-2008-2364", "CVE-2008-2939", "CVE-2009-0854", "CVE-2009-0675");
- };
+ script_cve_id("CVE-2007-6203", "CVE-2007-6420", "CVE-2008-1678", "CVE-2008-2168", "CVE-2008-2364", "CVE-2008-2939", "CVE-2009-0854", "CVE-2009-0675", "CVE-2009-0676", "CVE-2009-0759", "CVE-2009-0660", "CVE-2008-2086", "CVE-2008-5339", "CVE-2008-5340", "CVE-2008-5341", "CVE-2008-5342", "CVE-2008-5343", "CVE-2008-5344", "CVE-2008-5345", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5356", "CVE-2008-5357", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360", "CVE-2009-0712", "CVE-2009-0713", "CVE-2008-4546", "CVE-2009-0037", "CVE-2009-0632", "CVE-2008-1922", "CVE-2009-0478");
script_version ("$");
name["english"] = "Ubuntu USN-731-1 (apache2)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_732_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_732_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_732_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63563);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2009-0854", "CVE-2009-0675", "CVE-2009-0676", "CVE-2009-0759", "CVE-2009-0660", "CVE-2008-2086", "CVE-2008-5339", "CVE-2008-5340", "CVE-2008-5341", "CVE-2008-5342", "CVE-2008-5343", "CVE-2008-5344", "CVE-2008-5345", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5356", "CVE-2008-5357", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360", "CVE-2009-0712", "CVE-2009-0713", "CVE-2008-4546", "CVE-2009-0037", "CVE-2009-0632", "CVE-2008-1922", "CVE-2009-0478");
- } else {
- script_cve_id("CVE-2009-0854", "CVE-2009-0675", "CVE-2009-0676", "CVE-2009-0759", "CVE-2009-0660", "CVE-2008-2086", "CVE-2008-5339", "CVE-2008-5340");
- };
+ script_cve_id("CVE-2009-0854", "CVE-2009-0675", "CVE-2009-0676", "CVE-2009-0759", "CVE-2009-0660", "CVE-2008-2086", "CVE-2008-5339", "CVE-2008-5340", "CVE-2008-5341", "CVE-2008-5342", "CVE-2008-5343", "CVE-2008-5344", "CVE-2008-5345", "CVE-2008-5347", "CVE-2008-5348", "CVE-2008-5350", "CVE-2008-5351", "CVE-2008-5353", "CVE-2008-5354", "CVE-2008-5356", "CVE-2008-5357", "CVE-2008-5358", "CVE-2008-5359", "CVE-2008-5360", "CVE-2009-0712", "CVE-2009-0713", "CVE-2008-4546", "CVE-2009-0037", "CVE-2009-0632", "CVE-2008-1922", "CVE-2009-0478");
script_version ("$");
name["english"] = "Ubuntu USN-732-1 (dash)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_736_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_736_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_736_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63620);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2009-0386", "CVE-2009-0387", "CVE-2009-0397", "CVE-2007-5137", "CVE-2007-5378", "CVE-2009-0586", "CVE-2009-0585", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-4564", "CVE-2009-0538", "CVE-2004-2761");
- } else {
- script_cve_id("CVE-2009-0386", "CVE-2009-0387", "CVE-2009-0397", "CVE-2007-5137", "CVE-2007-5378", "CVE-2009-0586", "CVE-2009-0585", "CVE-2009-0135");
- };
+ script_cve_id("CVE-2009-0386", "CVE-2009-0387", "CVE-2009-0397", "CVE-2007-5137", "CVE-2007-5378", "CVE-2009-0586", "CVE-2009-0585", "CVE-2009-0135", "CVE-2009-0136", "CVE-2008-4564", "CVE-2009-0538", "CVE-2004-2761");
script_version ("$");
name["english"] = "Ubuntu USN-736-1 (gst-plugins-good0.10)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/ubuntu_742_1.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ubuntu_742_1.nasl 2009-04-07 20:34:54 UTC (rev 3050)
+++ trunk/openvas-plugins/scripts/ubuntu_742_1.nasl 2009-04-07 20:39:10 UTC (rev 3051)
@@ -28,11 +28,7 @@
if(description)
{
script_id(63698);
- if(NASL_LEVEL>=2191) {
- script_cve_id("CVE-2008-3520", "CVE-2008-3521", "CVE-2008-3522", "CVE-2009-0583", "CVE-2009-0584", "CVE-2008-4552", "CVE-2009-0352", "CVE-2009-0772", "CVE-2009-0774", "CVE-2009-0776");
- } else {
- script_cve_id("CVE-2008-3520", "CVE-2008-3521", "CVE-2008-3522", "CVE-2009-0583", "CVE-2009-0584", "CVE-2008-4552", "CVE-2009-0352", "CVE-2009-0772");
- };
+ script_cve_id("CVE-2008-3520", "CVE-2008-3521", "CVE-2008-3522", "CVE-2009-0583", "CVE-2009-0584", "CVE-2008-4552", "CVE-2009-0352", "CVE-2009-0772", "CVE-2009-0774", "CVE-2009-0776");
script_version ("$");
name["english"] = "Ubuntu USN-742-1 (jasper)";
script_name(english:name["english"]);
More information about the Openvas-commits
mailing list