hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
241 stars 158 forks source link

Address linter warning : guard against sql injection #1986

Open talwinder50 opened 3 years ago

llorllale commented 3 years ago

@talwinder50 didn't you say some of this is inevitable due to https://github.com/go-sql-driver/mysql/issues/848 ?

talwinder50 commented 3 years ago

@llorllale Yes warning will not go away, its just precautionary step i can add that is escape characters.