You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@houmie,
Sorry for the delayed response, I never get notifications about new issues although I'm watching the repo.
It could be technically possible to resolve the SDK zip dynamically by the version number, but I this could open a security hole. Currently the downloaded zip is checked against a hardcoded SHA1 checksum.
I have considered to create a web service which would check whether there's a new GAE SDK version and then automatically commit a new version and notify subscribers, but this solution seems to suffer with the same security issue and would probably be very fragile.
But maybe my security misgivings are unjustified. What do you think?
I see your point. I think its best to keep it simple. At the end developers are using this. Maybe you allow a version to be set by passing in the SHA1 checksum + version number, hence keeping it dynamic.
It seems it doesn't support the latest 1.9.15 yet.
I wonder if the code could be adjusted to pass in the required version number.
Thanks,
The text was updated successfully, but these errors were encountered: