File: Changes

package info (click to toggle)
libcvss-perl 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: perl: 4,409; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Change history for CVSS

1.14 2025-07-05
    - FIX "Possible precedence problem between ! and %s" in Perl 5.42

1.13 2024-08-16
    - Return undef in "to_vector_string" if any of "base" metrics is missing

1.12 2024-08-07
    - Improved documentation
    - Removed use of "List::Util::any" for old Perl versions (giterlizzi/perl-CVSS#3) 

1.11 2024-08-03
    - Added pure-Perl implementation of C99 "round()" function (giterlizzi/perl-CVSS#1)

1.10 2024-08-01
    - Improved cvss(1) command and added new "score" methods in CVSS::Base

1.00 2024-07-31
    - First release of CVSS