Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr/bocchino/2485 #2487

Closed
wants to merge 7 commits into from

Add log archiving to FppTest CI

215c9e4
Select commit
Loading
Failed to load commit list.
Closed

Pr/bocchino/2485 #2487

Add log archiving to FppTest CI
215c9e4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 17, 2024 in 6s

4 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 4 configurations present on refs/heads/devel were not found:

Actions workflow (codeql-security-scan.yml)

  • ❓  /language:cpp
  • ❓  /language:python

Actions workflow (codeql-jpl-standard.yml)

  • ⌛  .github/workflows/codeql-jpl-standard.yml:analyze/config-file:jpl-standard-pack-1.yml/language:cpp
  • ⌛  .github/workflows/codeql-jpl-standard.yml:analyze/config-file:jpl-standard-pack-2.yml/language:cpp

New alerts in code changed by this pull request

  • 29 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 170 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

getPacketSizeForDataSize uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 170 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataSize uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 47 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

SIZE uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 156 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

getDataHashOffset uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 213 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 143 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 90 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

getPacketSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 83 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

getDataSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 57 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

MIN_PACKET_SIZE uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 53 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

DATA_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 51 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

HEADER_HASH_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 45 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

DATA_SIZE_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 43 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

DP_STATE_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 41 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

USER_DATA_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 39 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

PROC_TYPES_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 37 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

TIME_TAG_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 33 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

ID_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 31 in Fw/Dp/DpContainer.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

PACKET_DESCRIPTOR_OFFSET uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 37 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

offset uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 104 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 105 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

bufferSize uses the basic integral type unsigned int rather than a typedef with size and signedness.

Check notice on line 108 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataHashOffset uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 84 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

dataCapacity uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 64 in Fw/Dp/DpContainer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

omitLength uses the basic integral type bool rather than a typedef with size and signedness.

Check notice on line 600 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

numBytesToSkip uses the basic integral type unsigned long rather than a typedef with size and signedness.