Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS can be used in a couple places #13

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

HTTPS can be used in a couple places #13

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Running a security scan against the source code of this project has shown that 
HTTP has been used where HTTPS can just as easily be implemented. This can be 
resolved by changing the 'http://' to 'https://' in the URL string literals. 
Using HTTPS increases the security of credentials transmitted between the 
device and server as well as guaranteeing there is no middle-man attacker 
feeding malicious data to the user. 

share-to-browser/android/src/com/ivanvolosyuk/sharetobrowser/HelpPage.java:61
share-to-browser/android/src/com/ivanvolosyuk/sharetobrowser/HelpPage.java:76
share-to-browser/android/src/com/ivanvolosyuk/sharetobrowser/Share.java:44

The instances in this project aren't major, but can still be shifted to a 
preferred HTTPS everywhere methodology

Original issue reported on code.google.com by [email protected] on 10 Dec 2014 at 5:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant