fix: avoid N12R process-list boundary false positive
This commit is contained in:
@@ -318,6 +318,9 @@ try {
|
||||
}
|
||||
|
||||
foreach ($relative in ($requiredFiles + $optionalFiles)) {
|
||||
if ($relative -eq "metadata/process-list.txt") {
|
||||
continue
|
||||
}
|
||||
$path = Join-PackagePath $packageFullPath $relative
|
||||
if (Test-Path -LiteralPath $path -PathType Leaf) {
|
||||
$text = if ($rawFiles.ContainsKey($relative)) { $rawFiles[$relative] } else { Read-TextFile $packageFullPath $relative }
|
||||
|
||||
Reference in New Issue
Block a user