Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor addition to the cvss object #1165

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

floydtree
Copy link
Contributor

Related Issue: n/a

Description of changes:

  1. Adding vendor_name to the cvss object to help represent the source/vendor that provided the cvss scores.
  2. Snippet from a sample source event from Amazon Inspector
"cvss": [
      {
        "baseScore": 10,
        "scoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
        "version": "3.1",
        "source": "UBUNTU_CVE"
      },
      {
        "baseScore": 10,
        "scoringVector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
        "version": "3.1",
        "source": "NVD"
      }
    ],

@floydtree floydtree added enhancement New feature or request findings Issues related to Findings Category v1.4.0 or later Changes marked for versions beyond v1.3.0 of OCSF labels Aug 21, 2024
Signed-off-by: Rajas Panat <[email protected]>
irakledibm
irakledibm previously approved these changes Aug 21, 2024
Copy link
Contributor

@irakledibm irakledibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small spelling mistake in a CHANGELOG: vendor_namr. Not a big deal.

Copy link
Contributor

@mikeradka mikeradka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit - minor typo in the CHANGELOG. Otherwise looks good.

Signed-off-by: Rajas Panat <[email protected]>
@floydtree floydtree merged commit 56bb644 into ocsf:main Aug 21, 2024
3 checks passed
@floydtree floydtree deleted the vulnerability_object_additions branch August 21, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request findings Issues related to Findings Category v1.4.0 or later Changes marked for versions beyond v1.3.0 of OCSF
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants