industrial-edge-insights-multimodal: DBS vuln fix#1149
Merged
sathyendranv merged 1 commit intorelease-2025.2.0from Nov 21, 2025
Merged
industrial-edge-insights-multimodal: DBS vuln fix#1149sathyendranv merged 1 commit intorelease-2025.2.0from
sathyendranv merged 1 commit intorelease-2025.2.0from
Conversation
Changes: 1.docker-compose.yml-Set read only to true and added security opt. 2.industrial-edge-insights-time-series/docker-compose.yml - Added read only vol mount Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
vkb1
approved these changes
Nov 20, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances container security by implementing read-only filesystem configurations and privilege restrictions across multiple Docker services to address DBS (Docker Bench Security) vulnerabilities.
- Added
read_only: trueandsecurity_opt: no-new-privilegesto multiple services - Configured volume mounts as read-only where appropriate
- Applied security hardening to nginx_proxy, ia-fusion-analytics, dlstreamer-pipeline-server, mediamtx, and coturn services
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| manufacturing-ai-suite/industrial-edge-insights-time-series/docker-compose.yml | Made volume mounts read-only for analytics service configuration files and device access |
| manufacturing-ai-suite/industrial-edge-insights-multimodal/docker-compose.yml | Added read-only filesystem and security options to five container services (nginx_proxy, ia-fusion-analytics, dlstreamer-pipeline-server, mediamtx, coturn) |
Comments suppressed due to low confidence (1)
manufacturing-ai-suite/industrial-edge-insights-multimodal/docker-compose.yml:1
- Mounting /dev/dri as read-only may prevent GPU operations that require write access to device files. Hardware device mounts typically need write permissions for proper driver communication and resource management.
#
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
manufacturing-ai-suite/industrial-edge-insights-multimodal/docker-compose.yml
Show resolved
Hide resolved
sathyendranv
approved these changes
Nov 21, 2025
sathyendranv
pushed a commit
that referenced
this pull request
Nov 24, 2025
This PR enhances container security by implementing read-only filesystem configurations and privilege restrictions across multiple Docker services to address DBS (Docker Bench Security) vulnerabilities. - Added read_only: true and security_opt: no-new-privileges to multiple services - Configured volume mounts as read-only where appropriate - Applied security hardening to nginx_proxy, ia-fusion-analytics, dlstreamer-pipeline-server, mediamtx, and coturn services Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes:
1.docker-compose.yml-Set read only to true and added security opt.
2.industrial-edge-insights-time-series/docker-compose.yml - Added read
only vol mount
Fixes # (issue)
Any Newly Introduced Dependencies
No
How Has This Been Tested?
Yes
Checklist: