brave-intl / bat-go

Pass "go", collect 200 BAT
Mozilla Public License 2.0
41 stars 31 forks source link

Cert Pinning for AWS QLDB Services #2585

Open Sneagan opened 1 week ago

Sneagan commented 1 week ago

There is a possibility of a man in the middle attack where the man in the middle is in between the enclave and QLDB, where said man in the middle would be able to replay existing QLDB SDK responses. In order to mitigate this it would be optimal to have TLS certificate pinning with AWS QLDB services, pinning the intermediate / root certificate should suffice for these purposes.

We are not yet doing this pinning and should.