[Fedora-security-commits] fedora-security/tools/scripts get-cve, 1.1.2.1, 1.1.2.2

fedora-security-commits at redhat.com fedora-security-commits at redhat.com
Thu Jan 10 14:53:11 UTC 2008


Author: lkundrak

Update of /cvs/fedora/fedora-security/tools/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2894/scripts

Modified Files:
      Tag: lkundrak-tools-ng
	get-cve 
Log Message:
Use LWP::Simple instead of wget in CVE.pm


Index: get-cve
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/scripts/Attic/get-cve,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- get-cve	6 Jan 2008 03:31:54 -0000	1.1.2.1
+++ get-cve	10 Jan 2008 14:53:09 -0000	1.1.2.2
@@ -4,13 +4,12 @@
 # Get CVE information from NVD
 # Lubomir Kundrak <lkundrak at redhat.com>
 
-die "Possibly useless";
-=cut
 
 use warnings;
 use strict;
 
 use Libexig::CVE;
+use Data::Dumper;
 
 @ARGV or die 'Usage: get-cve <cve> [...]';
 




More information about the Fedora-security-commits mailing list