mozilla-services / FindMyDevice

Find My Device - 🚨🚨This server is obsolete and unsupported.🚨🚨
Mozilla Public License 2.0
13 stars 8 forks source link

Make sure the application is build with Go 1.3 or higher #288

Closed pdehaan closed 9 years ago

pdehaan commented 10 years ago

There is a bug in Go versions older than 1.3 where TLS verification is broken. More details in http://tip.golang.org/doc/go1.3#major_library_changes but it is not immediately clear what the code changes should be. This needs more investigation to make sure this not affect us.

— via https://wiki.mozilla.org/Find_My_Device_Security_Review

oremj commented 10 years ago

The spec file has a >= 1.3 requirement: https://github.com/mozilla-services/svcops/blob/master/cloudformations/find-my-device/spec/fmd.spec#L13