5 writes to RelativePath
Microsoft.DotNet.SignCheckLibrary (5)
Verification\DebVerifier.cs (1)
66RelativePath = relativePath,
Verification\PkgVerifier.cs (1)
51RelativePath = relativePath,
Verification\RpmVerifier.cs (1)
34RelativePath = entry.Name,
Verification\TarVerifier.cs (1)
53RelativePath = entry.Name,
Verification\ZipVerifier.cs (1)
35RelativePath = relativePath,
10 references to RelativePath
Microsoft.DotNet.SignCheckLibrary (10)
Verification\ArchiveVerifier.cs (9)
94archiveEntry.RelativePath, 96Path.Combine(svr.VirtualPath, archiveEntry.RelativePath)); 112archiveMap[archiveEntry.RelativePath] = aliasFullName; 166string directoryName = Path.GetDirectoryName(archiveEntry.RelativePath); 169string extension = Path.GetExtension(archiveEntry.RelativePath); 172string aliasFileName = String.Equals(extension.ToLowerInvariant(), ".cab") ? Path.GetFileName(archiveEntry.RelativePath) : 173Utils.GetHash(archiveEntry.RelativePath, HashAlgorithmName.SHA256.Name) + Path.GetExtension(archiveEntry.RelativePath); // lgtm [cs/zipslip] Archive from trusted source 188=> string.IsNullOrEmpty(RelativePath) || ContentStream == Stream.Null || ContentSize == 0;
Verification\DebVerifier.cs (1)
85string entryPath = Path.Combine(workingDir, archiveEntry.RelativePath);