Svc/Ccsds/AesGcmEncryptor| File | Line | Rule | Severity | Message |
|---|---|---|---|---|
| Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:95 | 95 | cpp/fprime/jpl-c/no-boolean-side-effects | medium | This Boolean expression is not side-effect free. |
| Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:61 | 61 | cpp/jpl-c/function-size-limits | low | encryptIn_handler has too many lines (87, while 60 are allowed). |
| Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:101 | 101 | cpp/fprime/jpl-c/basic-int-types | low | cipherLen uses the basic integral type int rather than a typedef with size and signedness. |