File: control

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 (34 lines) | stat: -rw-r--r-- 1,504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: libcvss-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libjson-pp-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/CVSS
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcvss-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcvss-perl.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libcvss-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-pp-perl,
         libscalar-list-utils-perl
Description: module for CVSS (Common Vulnerability Scoring System) 2.0/3.x/4.0
 CVSS calculates the CVSS (Common Vulnerability Scoring System) scores (basic,
 temporal, and environmental), convert the "vector string" and returns the
 CVSS object in JSON or XML.
 .
 The Common Vulnerability Scoring System (CVSS) provides a way to capture the
 principal characteristics of a vulnerability and produce a numerical score
 reflecting its severity. The numerical score can then be translated into a
 qualitative representation (such as low, medium, high, and critical) to help
 organizations properly assess and prioritize their vulnerability management
 processes.