up
This commit is contained in:
@@ -12,10 +12,11 @@ internal sealed record RuNkckiVulnerabilityDto(
|
||||
bool? PatchAvailable,
|
||||
string? Description,
|
||||
RuNkckiCweDto? Cwe,
|
||||
string? ProductCategory,
|
||||
ImmutableArray<string> ProductCategories,
|
||||
string? Mitigation,
|
||||
string? VulnerableSoftwareText,
|
||||
bool? VulnerableSoftwareHasCpe,
|
||||
ImmutableArray<RuNkckiSoftwareEntry> VulnerableSoftwareEntries,
|
||||
double? CvssScore,
|
||||
string? CvssVector,
|
||||
double? CvssScoreV4,
|
||||
@@ -23,7 +24,8 @@ internal sealed record RuNkckiVulnerabilityDto(
|
||||
string? Impact,
|
||||
string? MethodOfExploitation,
|
||||
bool? UserInteraction,
|
||||
ImmutableArray<string> Urls)
|
||||
ImmutableArray<string> Urls,
|
||||
ImmutableArray<string> Tags)
|
||||
{
|
||||
[JsonIgnore]
|
||||
public string AdvisoryKey => !string.IsNullOrWhiteSpace(FstecId)
|
||||
@@ -34,3 +36,5 @@ internal sealed record RuNkckiVulnerabilityDto(
|
||||
}
|
||||
|
||||
internal sealed record RuNkckiCweDto(int? Number, string? Description);
|
||||
|
||||
internal sealed record RuNkckiSoftwareEntry(string Identifier, string Evidence, ImmutableArray<string> RangeExpressions);
|
||||
|
||||
Reference in New Issue
Block a user