Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpan-security/test-cve
Test distribution for CVE's
https://github.com/cpan-security/test-cve
cve perl test
Last synced: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:29:09.000Z (22 days ago)
- Last Synced: 2024-12-31T13:26:15.088Z (21 days ago)
- Topics: cve, perl, test
- Language: Perl
- Size: 123 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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