2 writes to DescriptionLink
Microsoft.Deployment.DotNet.Releases (2)
Cve.cs (2)
38DescriptionLink = cveElement.GetUriOrDefault("cve-url"); 49DescriptionLink = address;
4 references to DescriptionLink
dotnet (1)
SdkVulnerability\SdkVulnerabilityChecker.cs (1)
89Url = cve.DescriptionLink?.ToString() ?? $"https://cve.mitre.org/cgi-bin/cvename.cgi?name={cve.Id}"
Microsoft.Deployment.DotNet.Releases (3)
Cve.cs (3)
61Id == other.Id && DescriptionLink == other.DescriptionLink; 78public override int GetHashCode() => Id.GetHashCode() ^ DescriptionLink.GetHashCode();