GitXplorerGitXplorer
l

lpvs

public
17 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
1a88e0be8177c27b3e6913eeec634c98f037609c

Dropping propietary version comparing to using dpkg/rpm tools/libraries.

llwindolf committed 10 years ago
Unverified
b6161873192cdebce3cc193b668a2ccd1f5b3ba3

Changed mail.

llwindolf committed 10 years ago
Unverified
b85798a391800281d5df8250299cb73fae18688b

Avoid undefined variable in debug output

llwindolf committed 10 years ago
Unverified
b6e04eb0c972698cb77dbf2d8cf0f6c05918ee9b

Add Perl 5.10 runtime requirement (Github #1).

llwindolf committed 11 years ago
Unverified
0cc028ab2246361e93f9d044b91c29a48b43c36f

Add hint on Perl 5.10 requirement (Github #1)

llwindolf committed 11 years ago
Unverified
bf7d08648f6465699c8ed91d455c330b84599d2e

Allow skipping acknowledged vulnerabilities (~/.lpvs)

llwindolf committed 12 years ago

README

The README file for this repository.

lpvs

Linux Package Vulnerability Scanner for CentOS and Ubuntu

License: GPLv2 or later

For more information visit the homepage http://lzone.de/lpvs

Installation

Ensure to have Perl 5.10 and the required libraries installed:

  • XML::LibXSLT
  • XML::LibXML

To install them on CentOS run the following command

yum install perl-XML-LibXML perl-XML-LibXSLT

To install them on Ubuntu run the following command

apt-get install libxml-libxslt-perl

Finally copy the "lpvs-scan.pl" to a location of your choice and provide it with the proper permissions. For example as root run:

cp lpvs lpvs-scan.pl /usr/local/bin cd /usr/local/bin && chmod a+x lpvs lpvs-scan.pl