| Drv/Ip/IpSocket.cpp:160 | 160 | cpp/fprime/checking-parameter-values | medium | Parameter data is dereferenced without first being checked (e.g. with FW_ASSERT or a condition). |
| Drv/Ip/SocketComponentHelper.cpp:210 | 210 | cpp/fprime/jpl-c/loop-bounds | medium | This loop does not have a fixed bound. |
| Drv/Ip/SocketComponentHelper.cpp:351 | 351 | cpp/fprime/jpl-c/loop-bounds | medium | This loop does not have a fixed bound. |
| Drv/Ip/IpSocket.cpp:24 | 24 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/IpSocket.cpp:77 | 77 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/IpSocket.cpp:99 | 99 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/IpSocket.cpp:186 | 186 | cpp/fprime/incomplete-code | low | Comment contains the incomplete-code marker TODO. |
| Drv/Ip/SocketComponentHelper.cpp:24 | 24 | cpp/jpl-c/function-size-limits | low | start has too many parameters (7, while 6 are allowed). |
| Drv/Ip/TcpClientSocket.cpp:18 | 18 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/TcpServerSocket.cpp:17 | 17 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/UdpSocket.cpp:18 | 18 | cpp/fprime/jpl-c/preprocessor-use-ifdef | low | Use of conditional compilation must be kept to a minimum. |
| Drv/Ip/UdpSocket.cpp:121 | 121 | cpp/jpl-c/function-size-limits | low | openProtocol has too many lines (87, while 60 are allowed). |