Skip to content

Releases: briandfoy/cpan-audit

CPAN-Audit-20250115.001

15 Jan 18:16
ed7123a
Compare
Choose a tag to compare

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

10 Jan 04:13
61c3c74
Compare
Choose a tag to compare

20250109.001 2025-01-10T04:10:05Z

  • pod fix from the Debian crew (#65)

CPAN-Audit-20250103.001

04 Jan 02:20
b1f7529
Compare
Choose a tag to compare

20250103.001 2025-01-04T02:17:20Z

  • refresh distro and move to BRIANDFOY

CPAN-Audit-20241208.001

08 Dec 21:23
ba982e3
Compare
Choose a tag to compare

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

21 Nov 22:48
5bc0b48
Compare
Choose a tag to compare

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

10 Sep 16:54
43d235f
Compare
Choose a tag to compare

20240911.001_01 2024-09-10T16:51:05Z

  • check cpan-audit dist perl 5.024004 for #62

CPAN-Audit-20240910.001

10 Sep 15:10
1a007c5
Compare
Choose a tag to compare

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

09 Sep 08:39
84631da
Compare
Choose a tag to compare

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

26 Aug 06:14
4536ac6
Compare
Choose a tag to compare

20240826.002 2024-08-26T06:11:07Z

CPAN-Audit-20240824.003

24 Aug 06:55
d3ed102
Compare
Choose a tag to compare

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