Open ghost opened 6 months ago
Describe the bug Privacy leakage in app/asset-transfer-private-data/chaincode-go/chaincode/asset_transfer.go
To Reproduce
Expected behavior The private data will be included in the transaction and all peers can access.
Screenshots The private data is recorded in base64.
Desktop (please complete the following information):
Additional context leakage occurs in line 213, 289, 102, 308, 316, 445, 459, 528.
According to the Docs, the functions that query private data should be read-only.
Describe the bug Privacy leakage in app/asset-transfer-private-data/chaincode-go/chaincode/asset_transfer.go
To Reproduce
Expected behavior The private data will be included in the transaction and all peers can access.
Screenshots The private data is recorded in base64.
Desktop (please complete the following information):
Additional context leakage occurs in line 213, 289, 102, 308, 316, 445, 459, 528.