feat(camera-detection): add backend and frontend to detect laptop camera #1271
Annotations
2 errors and 11 warnings
reviewdog
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
reviewdog
Process completed with exit code 1.
|
reviewdog:
launch.py#L9
[bandit] reported by reviewdog 🐶
B404:LOW:Consider possible security implications associated with the subprocess module.
Raw Output:
launch.py:9:0:B404:LOW:Consider possible security implications associated with the subprocess module.
|
reviewdog:
launch.py#L36
[bandit] reported by reviewdog 🐶
B603:LOW:subprocess call - check for execution of untrusted input.
Raw Output:
launch.py:36:12:B603:LOW:subprocess call - check for execution of untrusted input.
|
reviewdog:
launch.py#L57
[bandit] reported by reviewdog 🐶
B603:LOW:subprocess call - check for execution of untrusted input.
Raw Output:
launch.py:57:12:B603:LOW:subprocess call - check for execution of untrusted input.
|
reviewdog:
launch.py#L94
[bandit] reported by reviewdog 🐶
B603:LOW:subprocess call - check for execution of untrusted input.
Raw Output:
launch.py:94:19:B603:LOW:subprocess call - check for execution of untrusted input.
|
reviewdog:
launch.py#L109
[bandit] reported by reviewdog 🐶
B603:LOW:subprocess call - check for execution of untrusted input.
Raw Output:
launch.py:109:20:B603:LOW:subprocess call - check for execution of untrusted input.
|
reviewdog:
src/extensions/camera_detection_service/backend/main.py#L160
[bandit] reported by reviewdog 🐶
B104:MEDIUM:Possible binding to all interfaces.
Raw Output:
src/extensions/camera_detection_service/backend/main.py:160:17:B104:MEDIUM:Possible binding to all interfaces.
|
reviewdog:
src/extensions/camera_detection_service/backend/util.py#L8
[bandit] reported by reviewdog 🐶
B404:LOW:Consider possible security implications associated with the subprocess module.
Raw Output:
src/extensions/camera_detection_service/backend/util.py:8:0:B404:LOW:Consider possible security implications associated with the subprocess module.
|
reviewdog:
src/extensions/camera_detection_service/backend/util.py#L208
[bandit] reported by reviewdog 🐶
B603:LOW:subprocess call - check for execution of untrusted input.
Raw Output:
src/extensions/camera_detection_service/backend/util.py:208:17:B603:LOW:subprocess call - check for execution of untrusted input.
|
reviewdog:
src/extensions/camera_detection_service/backend/util.py#L285
[bandit] reported by reviewdog 🐶
B307:MEDIUM:Use of possibly insecure function - consider using safer ast.literal_eval.
Raw Output:
src/extensions/camera_detection_service/backend/util.py:285:21:B307:MEDIUM:Use of possibly insecure function - consider using safer ast.literal_eval.
|
reviewdog:
src/extensions/camera_detection_service/frontend/front.py#L418
[bandit] reported by reviewdog 🐶
B110:LOW:Try, Except, Pass detected.
Raw Output:
src/extensions/camera_detection_service/frontend/front.py:418:20:B110:LOW:Try, Except, Pass detected.
|
reviewdog
Restore cache failed: Dependencies file is not found in /home/runner/work/automated-self-checkout/automated-self-checkout. Supported file pattern: go.sum
|