CodeQL findings — Svc/Ccsds/AesGcmEncryptor

devel @ 79819c5815de · generated 2026-09-23T21:24:50Z
FileLineRuleSeverityMessage
Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:9595cpp/fprime/jpl-c/no-boolean-side-effectsmediumThis Boolean expression is not side-effect free.
Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:6161cpp/jpl-c/function-size-limitslowencryptIn_handler has too many lines (87, while 60 are allowed).
Svc/Ccsds/AesGcmEncryptor/AesGcmEncryptor.cpp:101101cpp/fprime/jpl-c/basic-int-typeslowcipherLen uses the basic integral type int rather than a typedef with size and signedness.