https://github.com/cpan-security/test-cve
Test distribution for CVE's
https://github.com/cpan-security/test-cve
cve perl test
Last synced: about 1 month ago
JSON representation
Test distribution for CVE's
- Host: GitHub
- URL: https://github.com/cpan-security/test-cve
- Owner: CPAN-Security
- Created: 2023-05-05T14:49:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T15:19:42.000Z (about 2 months ago)
- Last Synced: 2025-03-26T10:21:16.891Z (about 2 months ago)
- Topics: cve, perl, test
- Language: Perl
- Size: 98.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Module:
Test::CVEDescription:
Test::CVE provides functionality to test a release against known CVE'sIt 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.gzPrerequisites:
perl 5.14.0 or up and internet accessBuild/Installation:
Standard build/installation:
perl Makefile.PL
make test
make installAuthor:
H.Merijn Brand
Perl Toolchain Gang
CPAN Security Group