1 write to RelativePath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ZipVerifier.cs (1)
35RelativePath = relativePath,
6 references to RelativePath
Microsoft.DotNet.SignCheckLibrary (6)
Verification\ArchiveVerifier.cs (6)
100archiveMap[archiveEntry.RelativePath] = aliasFullName; 154string directoryName = Path.GetDirectoryName(archiveEntry.RelativePath); 157string extension = Path.GetExtension(archiveEntry.RelativePath); 160string aliasFileName = String.Equals(extension.ToLowerInvariant(), ".cab") ? Path.GetFileName(archiveEntry.RelativePath) : 161Utils.GetHash(archiveEntry.RelativePath, HashAlgorithmName.SHA256.Name) + Path.GetExtension(archiveEntry.RelativePath); // lgtm [cs/zipslip] Archive from trusted source