FabricNetwork-2.x
FabricNetwork-2.x copied to clipboard
Privacy leakage in fabcar.go
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.