Bug 254838 - [NEW-PORT] devel/py-cvss: CVSS v2 and v3 computation utilities and interactive calculator compatible with both Python 2 and Python 3
Summary: [NEW-PORT] devel/py-cvss: CVSS v2 and v3 computation utilities and interactiv...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 21:23 UTC by gettoknowmi
Modified: 2021-04-20 19:58 UTC (History)
1 user (show)

See Also:


Attachments
py-cvss port files (1.02 KB, application/x-shellscript)
2021-04-06 21:23 UTC, gettoknowmi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gettoknowmi 2021-04-06 21:23:30 UTC
Created attachment 223881 [details]
py-cvss port files

This Python package contains CVSS v2 and v3 computation utilities
and interactive calculator compatible with both Python 2 and Python 3.
run cvss_calculator --help

WWW: https://github.com/skontar/cvss
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-20 17:56:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=887cabd71f4317cfea789fc59fdcd3aba47a6925

commit 887cabd71f4317cfea789fc59fdcd3aba47a6925
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-20 17:24:03 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-04-20 17:56:04 +0000

    Add devel/py-cvss

    Contains CVSS v2 and v3 computation utilities and interactive calculator.
    Compatible with both Python 2 and Python 3.
    PR:             254838
    Reported by:    gettoknowmi <gettoknowmi@yahoo.com>

 devel/Makefile                |  1 +
 devel/py-cvss/Makefile (new)  | 18 ++++++++++++++++++
 devel/py-cvss/distinfo (new)  |  3 +++
 devel/py-cvss/pkg-descr (new) |  5 +++++
 4 files changed, 27 insertions(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-04-20 19:58:01 UTC
Thank you.