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