2 writes to Id
Microsoft.Deployment.DotNet.Releases (2)
Cve.cs (2)
39
Id
= cveElement.GetStringOrDefault("cve-id");
50
Id
= id;
5 references to Id
dotnet (2)
SdkVulnerability\SdkVulnerabilityChecker.cs (2)
88
Id = cve.
Id
,
89
Url = cve.DescriptionLink?.ToString() ?? $"https://cve.mitre.org/cgi-bin/cvename.cgi?name={cve.
Id
}"
Microsoft.Deployment.DotNet.Releases (3)
Cve.cs (3)
61
Id
== other.
Id
&& DescriptionLink == other.DescriptionLink;
78
public override int GetHashCode() =>
Id
.GetHashCode() ^ DescriptionLink.GetHashCode();