GitXplorerGitXplorer
l

lpvs

public
17 stars
3 forks
1 issues

Commits

List of commits on branch master.
Verified
41e960b69377af5491657033e48867aa986384ad

Update Fedora feed URI

llwindolf committed 7 years ago
Unverified
482e807245b6f672bd6655ff90ac6b91df79f2d1

Missing comma

llwindolf committed 10 years ago
Unverified
fec9f45878b1ee0229692e6f767465b2ec0ad92e

Allowing revision split on ~ too.

llwindolf committed 10 years ago
Unverified
0fccdd8e7e9c944932e4eff06051a1f28834d002

Rework version check to allow future revisions with same base version to match as OK. Added tool definitions for OS tools to be used for checking. Added options to only check for upgrades and to selectively check for upgrades only.

llwindolf committed 10 years ago
Unverified
a3139ca1145e129783beb412337aa85873fa5439

New changes...

llwindolf committed 10 years ago
Unverified
4f3a084f1352789392940d883ad23a0450f038cc

Avoid checking packages in state 'rc'.

llwindolf committed 10 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