-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
38 lines (27 loc) · 994 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Module:
Test::CVE
Description:
Test::CVE provides functionality to test a release against known CVE's
It enables checking the current release only or include its prereqs too.
Copying:
Copyright (c) 2023-2025 H.Merijn Brand. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Recent changes can be (re)viewed in the public GIT repository at
https://github.com/CPAN-Security/Test-CVE
Feel free to clone your own copy:
$ git clone https://github.com/CPAN-Security/Test-CVE Text-CVE
or get it as a tgz:
$ wget --output-document=Test-CVE-git.tgz \
https://github.com/CPAN-Security/Test-CVE/archive/main.tar.gz
Prerequisites:
perl 5.14.0 or up and internet access
Build/Installation:
Standard build/installation:
perl Makefile.PL
make test
make install
Author:
H.Merijn Brand <[email protected]>
Perl Toolchain Gang
CPAN Security Group