V7: Code Quality and Build Setting Requirements

Control Objective

The goal of this control is to ensure that basic security coding practices are followed in developing the app, and that "free" security features offered by the compiler are activated.

Security Verification Requirements

#MSTG-IDDescriptionL1L2

7.1

MSTG-CODE-1

The app is signed and provisioned with a valid certificate, of which the private key is properly protected.

x

x

7.2

MSTG-CODE-2

The app has been built in release mode, with settings appropriate for a release build (e.g. non-debuggable).

x

x

7.3

MSTG-CODE-3

Debugging symbols have been removed from native binaries.

x

x

7.4

MSTG-CODE-4

Debugging code and developer assistance code (e.g. test code, backdoors, hidden settings) have been removed. The app does not log verbose errors or debugging messages.

x

x

7.5

MSTG-CODE-5

All third party components used by the mobile app, such as libraries and frameworks, are identified, and checked for known vulnerabilities.

x

x

7.6

MSTG-CODE-6

The app catches and handles possible exceptions.

x

x

7.7

MSTG-CODE-7

Error handling logic in security controls denies access by default.

x

x

7.8

MSTG-CODE-8

In unmanaged code, memory is allocated, freed and used securely.

x

x

7.9

MSTG-CODE-9

Free security features offered by the toolchain, such as byte-code minification, stack protection, PIE support and automatic reference counting, are activated.

x

x

References

The OWASP Mobile Security Testing Guide provides detailed instructions for verifying the requirements listed above.

For more information, see also:

Last updated