FabricNetwork-2.x icon indicating copy to clipboard operation
FabricNetwork-2.x copied to clipboard

Privacy leakage in fabcar.go

Open ghost opened this issue 9 months ago • 0 comments

The "CreatePrivateDataImplicitForOrg1" function in artifacts/src/github.com/fabcar/go/fabcar.go gets the private data directly via function parameters, which will be included in the transaction and all peers can access. The private data should be passed in the function via "GetTranscient" API.

ghost avatar May 20 '24 04:05 ghost