Skip to content

[DEMO — do not merge] Green fprime-examples integration tests (full stack)#198

Draft
devin-ai-integration[bot] wants to merge 66 commits into
develfrom
devin/demo-examples-int-green
Draft

[DEMO — do not merge] Green fprime-examples integration tests (full stack)#198
devin-ai-integration[bot] wants to merge 66 commits into
develfrom
devin/demo-examples-int-green

Merge branch 'pr5235' into devin/demo-examples-int-green

897bdbc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 6, 2026 in 3s

38 new alerts

New alerts in code changed by this pull request

  • 22 warnings
  • 16 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 255 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buff has not been checked.

Check warning on line 61 in Svc/Ccsds/SpacePacketDeframer/SpacePacketDeframer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter context has not been checked.

Check warning on line 34 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter serializer has not been checked.

Check warning on line 37 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter compressed_payload_size has not been checked.

Check warning on line 39 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter metadata has not been checked.

Check warning on line 56 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter fwBuffer has not been checked.

Check warning on line 57 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
deserializeHeader
is not checked.

Check warning on line 326 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unbounded loop Warning

This loop does not have a fixed bound.

Check warning on line 197 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 238 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
memmove
is not checked.

Check warning on line 246 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeSkip
is not checked.

Check warning on line 250 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeFrom
is not checked.

Check warning on line 258 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeFrom
is not checked.

Check warning on line 271 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeFrom
is not checked.

Check warning on line 275 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeFrom
is not checked.

Check warning on line 343 in Svc/DpCompressProc/DpCompressProc.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
serializeFrom
is not checked.

Check warning on line 41 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 41 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter min_compression has not been checked.

Check warning on line 53 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 65 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 78 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
memcpy
is not checked.

Check warning on line 93 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter ctx has not been checked.

Check notice on line 50 in Svc/DpZLibCompressor/DpZLibCompressor.hpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 2 statements; only one is allowed.

Check notice on line 139 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 87 in Svc/DpZLibCompressor/DpZLibCompressor.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.