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

Hci refactor #78

Merged
merged 8 commits into from
Oct 11, 2024

update ReadMe

cc39a32
Select commit
Loading
Failed to load commit list.
Merged

Hci refactor #78

update ReadMe
cc39a32
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Flawfinder succeeded Oct 11, 2024 in 1s

No new alerts in code changed by this pull request

Annotations

Check notice on line 3200 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Note

buffer/char:Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120).

Check notice on line 3251 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Note

buffer/char:Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120).

Check notice on line 3270 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). Note

buffer/read:Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).

Check notice on line 3288 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Note

buffer/char:Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120).

Check notice on line 3518 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

This C routine is considered obsolete (as opposed to the shell command by the same name). The interaction of this function with SIGALRM and other timer functions such as sleep(), alarm(), setitimer(), and nanosleep() is unspecified (CWE-676). Note

obsolete/usleep:This C routine is considered obsolete (as opposed to the shell command by the same name). The interaction of this function with SIGALRM and other timer functions such as sleep(), alarm(), setitimer(), and nanosleep() is unspecified (CWE-676).

Check notice on line 3576 in goveebttemplogger.cpp

See this annotation in the file changed.

Code scanning / Flawfinder

Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120). Note

buffer/char:Statically-sized arrays can be improperly restricted, leading to potential overflows or other issues (CWE-119!/CWE-120).