Files
pezkuwi-wallet-utils/.github/workflows
pezkuwichain 2efadcca07 fix: exclude public account-id fields from the private-key heuristic
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.
2026-07-19 00:11:53 -07:00
..