معرفی شرکت ها


cvss-rescore-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Rescore cvss3 and 3.1 results from any json file based on custom rules that you create.
ویژگی مقدار
سیستم عامل -
نام فایل cvss-rescore-0.0.4
نام cvss-rescore
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bruce Parr
ایمیل نویسنده bp4151@gmail.com
آدرس صفحه اصلی https://github.com/bp4151/cvss-rescore/
آدرس اینترنتی https://pypi.org/project/cvss-rescore/
مجوز MIT
.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold :alt: Project generated with PyScaffold :target: https://pyscaffold.org/1 .. image:: https://bestpractices.coreinfrastructure.org/projects/6968/badge :alt: OpenSSF Badges :target: https://bestpractices.coreinfrastructure.org/projects/6968 ============ cvss_rescore ============ Rescore cvss3 and 3.1 results from any json file based on custom rules. ------------ The Problem ------------ Cvss scoring consists of three components: Base, Temporal, and Environmental. When working with third-party dependency (SCA) vulnerabilities, nearly every tool reports it's scores only using the base score. This is understandable, as the reporters of the vulnerabilities would only know about the vulnerabilities themselves. They would have no idea how the vulnerable package is actually used in your project. Do you have mitigating controls in place? Is it only a test project? Is it only in a protected CI/CD pipeline? All of these factors and more can impact the environmental score, which can lower the actual score of a vulnerability significantly. How We Use This ---------------- Output-Agnostic ================ We use the cvss-rescore packate as a post-processor after our SCA scan has been run. Because the cvss-rescore package can take any json format output, it is tool-agnostic. We have tested it successfully using Dependabot and JFrog Xray, but there's no reason any other tool can't be used so long as the output is json. Rules-Based ============ Because we leverage the Python rule-engine package as a dependency, users can create a rules_actions.json file in their root directory. Users can create as many rules as they need, modifying one or more cvss vector metrics per rule. Requirements ============= - Python 3.6 or higher - A working knowledge of CVSS calcuation. You can reference the calculator at | https://www.first.org/cvss/calculator/3.1 | https://www.first.org/cvss/user-guide | https://www.first.org/cvss/v3.1/examples Installation ============ You can find the package at pypi.org https://pypi.org/project/cvss-rescore/ To install, simply run 'pip install cvss-rescore' from the command line Documentation ============== You can get the current documentation at https://cvss-rescore.readthedocs.io/en/latest/ .. _pyscaffold-notes: Dependencies ============= | rule-engine: https://pypi.org/project/rule-engine/ | cvss: https://pypi.org/project/cvss/ Note ==== This project has been set up using PyScaffold 4.3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.


نیازمندی

مقدار نام
- importlib-metadata
- cvss
- rule-engine
- setuptools
- pytest
- pytest-cov


نحوه نصب


نصب پکیج whl cvss-rescore-0.0.4:

    pip install cvss-rescore-0.0.4.whl


نصب پکیج tar.gz cvss-rescore-0.0.4:

    pip install cvss-rescore-0.0.4.tar.gz