CorrectCvss


NameCorrectCvss JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/bobolehe/CorrectCvss
SummaryVerify the CVSS vector specification and receive JSON data to generate a CVSS vector.
upload_time2024-08-22 10:02:22
maintainerNone
docs_urlNone
authorbole
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CorrectCvss 

## Function Introduction



Correct the order of CVSS2 vectors and check for validity.

case:

```
from CorrectCvss.correct_cvss import correct_cvss2_vector

correct_cvss2_vector(cvss2_vector)
```



Correct the order of CVSS3 vectors and check for validity.

case:

```
from CorrectCvss.correct_cvss import correct_cvss3_vector

correct_cvss3_vector(cvss3_vector, 3.0)
correct_cvss3_vector(cvss3_vector, 3.1)
```



Corrected the order of CVSS4.0 vectors and checked validity.

case:

```
from CorrectCvss.correct_cvss import correct_cvss4_vector

correct_cvss4_vector(cvss4_vector)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bobolehe/CorrectCvss",
    "name": "CorrectCvss",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "bole",
    "author_email": "bobolehe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/a2/629eb9f758ec59214573d7228972e692d42762047d0495ceb3b096b8a256/CorrectCvss-1.1.tar.gz",
    "platform": null,
    "description": "# CorrectCvss \r\n\r\n## Function Introduction\r\n\r\n\r\n\r\nCorrect the order of CVSS2 vectors and check for validity.\r\n\r\ncase:\r\n\r\n```\r\nfrom CorrectCvss.correct_cvss import correct_cvss2_vector\r\n\r\ncorrect_cvss2_vector(cvss2_vector)\r\n```\r\n\r\n\r\n\r\nCorrect the order of CVSS3 vectors and check for validity.\r\n\r\ncase:\r\n\r\n```\r\nfrom CorrectCvss.correct_cvss import correct_cvss3_vector\r\n\r\ncorrect_cvss3_vector(cvss3_vector, 3.0)\r\ncorrect_cvss3_vector(cvss3_vector, 3.1)\r\n```\r\n\r\n\r\n\r\nCorrected the order of CVSS4.0 vectors and checked validity.\r\n\r\ncase:\r\n\r\n```\r\nfrom CorrectCvss.correct_cvss import correct_cvss4_vector\r\n\r\ncorrect_cvss4_vector(cvss4_vector)\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Verify the CVSS vector specification and receive JSON data to generate a CVSS vector.",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/bobolehe/CorrectCvss"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15d32b8ea91880b4532f7c6dc1bf09c87075d59a5a316d439b1486e80c3528a9",
                "md5": "d08c88f07f2ba50520a4c1a02fffcc96",
                "sha256": "e564e6d7c336834ece46add5628b675481a8071c771911ed5dc6bdd9d900bda1"
            },
            "downloads": -1,
            "filename": "CorrectCvss-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d08c88f07f2ba50520a4c1a02fffcc96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6284,
            "upload_time": "2024-08-22T10:02:20",
            "upload_time_iso_8601": "2024-08-22T10:02:20.664021Z",
            "url": "https://files.pythonhosted.org/packages/15/d3/2b8ea91880b4532f7c6dc1bf09c87075d59a5a316d439b1486e80c3528a9/CorrectCvss-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02a2629eb9f758ec59214573d7228972e692d42762047d0495ceb3b096b8a256",
                "md5": "727c697eb2e35eee06a68056d9f7b98e",
                "sha256": "c9728a703063bd9102dd2648819ed5472643ef9abbf1a863893e475e0ccebe87"
            },
            "downloads": -1,
            "filename": "CorrectCvss-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "727c697eb2e35eee06a68056d9f7b98e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6151,
            "upload_time": "2024-08-22T10:02:22",
            "upload_time_iso_8601": "2024-08-22T10:02:22.287971Z",
            "url": "https://files.pythonhosted.org/packages/02/a2/629eb9f758ec59214573d7228972e692d42762047d0495ceb3b096b8a256/CorrectCvss-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 10:02:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bobolehe",
    "github_project": "CorrectCvss",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "correctcvss"
}
        
Elapsed time: 0.59719s