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
Our company requires to run Veracode scans for all mobile software, so we ran android code generated by rhodes through it. Veracode reported the flaw in
com/.../rhodes/RhodesService.java 1107
Description
The software specifies permissions in a way that causes the resource to be accessible to an unintended sphere of control. A common manifestation of this is setting overly lax file permissions.
Our company requires to run Veracode scans for all mobile software, so we ran android code generated by rhodes through it. Veracode reported the flaw in
com/.../rhodes/RhodesService.java 1107
Description
The software specifies permissions in a way that causes the resource to be accessible to an unintended sphere of control. A common manifestation of this is setting overly lax file permissions.
https://github.com/rhomobile/rhodes/blob/master/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java#L1107
And here is the suggestion for the fix.
http://stackoverflow.com/questions/24479461/android%C2%B4s-mode-world-readable
Thank you
The text was updated successfully, but these errors were encountered: