2 writes to DescriptionLink
Microsoft.Deployment.DotNet.Releases (2)
Cve.cs (2)
38
DescriptionLink
= cveElement.GetUriOrDefault("cve-url");
49
DescriptionLink
= address;
4 references to DescriptionLink
dotnet (1)
SdkVulnerability\SdkVulnerabilityChecker.cs (1)
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();