vendor_registry.json 669 B

1234567891011121314151617181920212223
  1. {
  2. "vendors": {
  3. "ACME": {
  4. "vendor": "ACME",
  5. "found": true,
  6. "status": "candidate",
  7. "late_delivery_rate": 0.08,
  8. "disputes_24m": 2,
  9. "payment_hold": false,
  10. "beneficial_owner_verified": true
  11. },
  12. "NOVAPAY": {
  13. "vendor": "NOVAPAY",
  14. "found": true,
  15. "status": "active",
  16. "late_delivery_rate": 0.04,
  17. "disputes_24m": 1,
  18. "payment_hold": false,
  19. "beneficial_owner_verified": true,
  20. "notes": "2026-08 上线 PT-01 越权访问漏洞修复(v3.4.2),2026-08-12 复测通过。近 12 个月无工资文件延迟交付事件;服务交付稳定性恢复至历史基线。"
  21. }
  22. }
  23. }