GitHub
CERT Secure Coding

DRD28 Do not load world-writable libraries

This rule was split off from rule DRD12. Do not trust data from world-writable files .

Under Construction

This guideline is under construction.

This is just a place holder for now.

Noncompliant Code Example

This noncompliant code example shows an application that ...

Non-compliant code
TBD

...

Compliant Solution

In this compliant solution ...:

Compliant code
TBD

Risk Assessment

TBD

Rule Severity Likelihood Detectable Repairable Priority Level
DRD28 High Probable Yes No P12 L1

Automated Detection

Tool

Version

Checker

Description

Bibliography

Android Developers Contexthttps://developer.android.com/reference/android/content/Context.html

Attachments: