| Svc/Ccsds/AosFramer/AosFramer.cpp:103 | 103 | cpp/fprime/unguarded-unsigned-subtraction | medium | Unsigned subtraction from getSize() with no check that it is at least the subtracted constant; this underflows instead of going negative when the size is too small. |
| Svc/Ccsds/AosFramer/AosFramer.cpp:178 | 178 | cpp/fprime/magic-numbers | low | Magic number 0x0300; consider a named constant (enum, static constexpr, or #define). |
| Svc/Ccsds/AosFramer/AosFramer.cpp:181 | 181 | cpp/fprime/magic-numbers | low | Magic number 0x0F000000; consider a named constant (enum, static constexpr, or #define). |
| Svc/Ccsds/AosFramer/AosFramer.cpp:279 | 279 | cpp/fprime/incomplete-code | low | Comment contains the incomplete-code marker TODO. |
| Svc/Ccsds/AosFramer/AosFramer.cpp:382 | 382 | cpp/jpl-c/function-size-limits | low | fill_with_idle_packet has too many lines (63, while 60 are allowed). |
| Svc/Ccsds/AosFramer/AosFramer.cpp:412 | 412 | cpp/fprime/incomplete-code | low | Comment contains the incomplete-code marker TODO. |
| Svc/Ccsds/AosFramer/AosFramer.hpp:165 | 165 | cpp/fprime/incomplete-code | low | Comment contains the incomplete-code marker TODO. |