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

Implementing udev monitoring for rM1 #314

Merged
merged 25 commits into from
Oct 4, 2024

Fix signal from the wrong thread

30fcf36
Select commit
Loading
Failed to load commit list.
Merged

Implementing udev monitoring for rM1 #314

Fix signal from the wrong thread
30fcf36
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Oct 4, 2024 in 1s

2 issues fixed. 5 issues found.

Annotations

Check notice on line 55 in applications/system-service/application.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

applications/system-service/application.cpp#L55

Execution with unnecessary privileges (CWE-250, CWE-22) (flawfinder7-chroot)

Check notice on line 1286 in applications/system-service/application.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

applications/system-service/application.cpp#L1286

Execution with unnecessary privileges (CWE-250, CWE-22) (flawfinder7-chroot)

Check notice on line 495 in applications/system-service/application.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

applications/system-service/application.cpp#L495

Execution with unnecessary privileges (CWE-250, CWE-22) (flawfinder7-chroot)

Check notice on line 191 in applications/system-service/powerapi.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

applications/system-service/powerapi.cpp#L138-L191

Complex Method

Check notice on line 257 in shared/liboxide/udev.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

shared/liboxide/udev.cpp#L185-L257

Complex Method