Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Exceptions changed

This rule was developed in part by Emma Krummenacher at the October 20-22, 2017 OurCS Workshop (http://www.cs.cmu.edu/ourcs/register.html).

For more information about this statement, see the About the OurCS Workshop page.

Warning
titleUnder Construction
This guideline is under construction. 

 

(THIS CODING RULE OR GUIDELINE IS UNDER CONSTRUCTION)

This is just a place holder for now.

...

Is there something particular about Android that makes this sort of behaviour more likely?

Noncompliant Code Example

This noncompliant code example shows an application that ...

Code Block
bgColor#FFCCCC
TBD

...

Compliant Solution

In this compliant solution ...:

Code Block
bgColor#CCCCFF
TBD

Exceptions

MODE_WORLD_READABLE and MODE_WORLD_WRITABLE were deprecated in API level 17 - they are not applicable after this version.  Starting from Android 7.0 (API level 24) their use will result in a SecurityException to be thrown.

Risk Assessment

TBD

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

DRD12-J

High

Probable

Medium

P12

L1

Automated Detection

TBD

Bibliography

...

 

...

Image Added Image Added Image Added

...