We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
According to the Docs, the functions that query private data should be read-only.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: