Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 709 Bytes

File metadata and controls

16 lines (12 loc) · 709 Bytes

MISRA Compliance

The Device Defender Client Library files conform to the MISRA C:2012 guidelines, with some noted exceptions. Compliance is checked with Coverity static analysis version 2023.6.1. The specific deviations, suppressed inline, are listed below.

Additionally, MISRA configuration file contains the project wide deviations.

Suppressed with Coverity Comments

To find the violation references in the source files run grep on the source code with ( Assuming rule 11.4 violation; with justification in point 2 ):

grep 'MISRA Ref 11.4.2' . -rI

None.