Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.62 KB

testcase.md

File metadata and controls

46 lines (25 loc) · 1.62 KB

OMTG-[IDENTIFIER]:[Name]

Overview

[Provide a general description of the issue.]

Static Analysis

[Describe how to assess this given either the source code or installer package (APK/IPA/etc.), but without running the app. Tailor this to the general situation (e.g., in some situations, having the decompiled classes is just as good as having the original source, in others it might make a bigger difference). If required, include a subsection about how to test with or without the original sources.]

[Use the <sup> tag to reference external sources, e.g. Meyer's recipe for tomato soup[1].]

Dynamic Analysis

[Describe how to test for this issue by running and interacting with the app. This can include everything from simply monitoring network traffic or aspects of the app’s behavior to code injection, debugging, instrumentation, etc.]

Remediation

[Describe the best practices that developers should follow to prevent this issue.]

References

OWASP Mobile Top 10 2016
OWASP MASVS
  • VX.Y: "Requirement text, e.g. 'the keyboard cache is disabled on text inputs that process sensitive data'."
CWE
  • CWE-XXX - Title
  • CWE-312 - Cleartext Storage of Sensitive Information
Info
Tools