Releases: briandfoy/cpan-audit
Releases · briandfoy/cpan-audit
CPAN-Audit-20250115.001
20250115.001 2025-01-15T18:12:43Z
- remove YAML::Tiny build dependency left over from distributing
the database in the same distro (#66)
CPAN-Audit-20250109.001
20250109.001 2025-01-10T04:10:05Z
- pod fix from the Debian crew (#65)
CPAN-Audit-20250103.001
20250103.001 2025-01-04T02:17:20Z
- refresh distro and move to BRIANDFOY
CPAN-Audit-20241208.001
20241208.001 2024-12-08T21:10:30Z
- The database of advisories now exists as a separate distribution so
it can update itself frequently without requiring new releases of this
distribution. The code will look for CPANSA::DB or CPAN::Audit::DB, and
the CPAN::Audit::DB now comes with CPANSA:DB. CPAN::Audit::DB will
eventually be phased out. - The
installed
command now looks only at the versions you have
installed. This changes the comparison from '>=' to '=='. (#62) - The default range operator is now
==
instead of>=
. You can
always specify which way you want the check to work by using an
explicit range operator - Since these are significant changes, please report any weird
situations that might arise.
CPAN-Audit-20241121.001_001
20241121.001_001 2024-11-21T22:45:15Z
- test release to move CPAN::Audit::DB to a separate module so it
can be updated independently.
CPAN-Audit-20240911.001_01
20240911.001_01 2024-09-10T16:51:05Z
- check
cpan-audit dist perl 5.024004
for #62
CPAN-Audit-20240910.001
20240910.001 2024-09-10T15:07:37Z
- data update for 2024-09-10
- fix --version message for cpan-audit so it does not show warning
CPAN-Audit-20240908.001
20240908.001 2024-09-09T08:35:55Z
- Data upate for 2024-09-08. This inclues CVE-2024-45321 for
App::cpanminus.
CPAN-Audit-20240826.002
20240826.002 2024-08-26T06:11:07Z
- data update for 2024-08-26
- new report for Mozilla::CA (briandfoy/cpan-security-advisory#161)
CPAN-Audit-20240824.003
20240824.003 2024-08-24T06:51:28Z
* data update for 2024-08-24
* now uses the v2 version of the cpan-security-advisory, which allows
for arrays of values for affected_versions and fixed versions.
* this is the first step toward breaking out the CPAN::Audit::DB module
into a separate distribution