From 83585d66967475165956e81519e60607b74f3142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=A4=B4?= <3301352378@qq.com> Date: Thu, 9 Jul 2026 16:40:10 +0800 Subject: [PATCH] fix: correct N14 verifier forbidden field scan --- scripts/verify-n14-uia-selector-report.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/verify-n14-uia-selector-report.ps1 b/scripts/verify-n14-uia-selector-report.ps1 index a5d102f..683bf83 100644 --- a/scripts/verify-n14-uia-selector-report.ps1 +++ b/scripts/verify-n14-uia-selector-report.ps1 @@ -57,8 +57,8 @@ Write-Host "## output safety scan" $jsonRaw = Get-Content -LiteralPath $jsonPath -Raw -Encoding UTF8 $mdRaw = Get-Content -LiteralPath $mdPath -Raw -Encoding UTF8 $forbiddenOutput = @( - '\"name\"', - '\"value\"', + '"name"', + '"value"', '国网甘肃省电力公司', 'send_after_approval', 'send_file_after_approval',