Skip to content

SUSE: cvrf format has been changed to support cvss 2 and 3 #87

@froh

Description

@froh

Hi,

the SUSE CVRF files contain cvss2 and cvss3 scores.

cvrf-opensuse-su-2015:0225-1.xml

    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:M/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
    </CVSSScoreSets>

cvrf-opensuse-su-2020:1236-1.xml

    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.3</BaseScoreV2>
        <VectorV2>AV:N/AC:M/Au:N/C:P/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.9</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>

The current handling in suse/cvrf/types.go does not handle this and drops the SUSE score sets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions