mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-22 17:15:47 +00:00
2efadcca07
The hardcoded-secret scan flags any 64-hex 0x value in JSON as a possible private key. The restored balance-test fixtures store public 32-byte account IDs under "account" fields - public data by definition, tripping the scan as a false positive. Scope the exclusion to the exact field name rather than loosening the pattern itself.