Skip to content

Commit 48dccd4

Browse files
vkb1CopilotCopilot
authored
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

4 files changed

+216
-141
lines changed

manufacturing-ai-suite/industrial-edge-insights-multimodal/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ helm-packages/
1111
.venv/
1212

1313
# Python cache
14+
__pycache__/
1415
tests/**/__pycache__/
1516
tests/__pycache__/
1617
tests/functional/tests.log

0 commit comments

Comments
 (0)