save progress
This commit is contained in:
@@ -156,9 +156,9 @@ public sealed class VexToSpdx3Mapper : IVexToSpdx3Mapper
|
||||
foreach (var statement in statements.Where(s => s.CvssV3 is not null))
|
||||
{
|
||||
var cvss = CvssMapper.MapToSpdx3(
|
||||
statement.CvssV3!,
|
||||
statement.VulnerabilityId,
|
||||
statement.ProductId,
|
||||
statement.CvssV3!,
|
||||
spdxIdPrefix);
|
||||
|
||||
yield return cvss;
|
||||
@@ -172,9 +172,9 @@ public sealed class VexToSpdx3Mapper : IVexToSpdx3Mapper
|
||||
foreach (var statement in statements.Where(s => s.Epss is not null))
|
||||
{
|
||||
var epss = CvssMapper.MapEpssToSpdx3(
|
||||
statement.Epss!,
|
||||
statement.VulnerabilityId,
|
||||
statement.ProductId,
|
||||
statement.Epss!,
|
||||
spdxIdPrefix);
|
||||
|
||||
yield return epss;
|
||||
|
||||
Reference in New Issue
Block a user