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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Dec 2014 at 5:17The text was updated successfully, but these errors were encountered: