Commit 48dccd4
timeseries, multimodal: addressed Bandit findings (#2347)
This PR aims to address Bandit findings in the multimodal sample by tightening environment-variable handling in the weld data simulator and suppressing Bandit warnings in functional tests.
Changes:
- Add input validation helpers for key environment variables used to build the RTSP URL and connect to MQTT in the weld data simulator.
- Annotate many functional-test assert statements with # nosec B101 and remove an unused subprocess import.
- Ignore Python __pycache__/ at the repo root for the multimodal sample
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vkb1 <19564820+vkb1@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent aae36c4 commit 48dccd4
File tree
4 files changed
+216
-141
lines changed- manufacturing-ai-suite/industrial-edge-insights-multimodal
- tests/functional
- weld-data-simulator
4 files changed
+216
-141
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
0 commit comments