4 references to Utils
Microsoft.DotNet.SignCheckLibrary (4)
Verification\ArchiveVerifier.cs (3)
40string hashedPath = String.IsNullOrEmpty(directoryName) ? Utils.GetHash(@".\", HashAlgorithmName.SHA256.Name) : 41Utils.GetHash(directoryName, HashAlgorithmName.SHA256.Name); 46Utils.GetHash(archiveEntry.FullName, HashAlgorithmName.SHA256.Name) + Path.GetExtension(archiveEntry.FullName); // lgtm [cs/zipslip] Archive from trusted source
Verification\Exclusions.cs (1)
161string regexPattern = Utils.ConvertToRegexPattern(pattern);