chore(deps): fix Grype Critical/High findings in transitive deps (shell-quote, qs, aiohttp, openssl)#601
Merged
Conversation
6 tasks
…findings - Add shell-quote@^1.8.4 and qs@^6.15.2 overrides to docs/docusaurus/package.json - Update aiohttp 3.13.5→3.14.1 in onvif-connector camera-dashboard and onvif-camera-simulator - Update openssl 0.10.79→0.10.80 in receiver, subscriber, and mqtt-otel-trace-exporter Cargo.lock files 🔒 - Generated by Copilot
Copilot
AI
changed the title
[WIP] Fix Grype security scan failures blocking unrelated PRs
chore(deps): fix Grype Critical/High findings in transitive deps (shell-quote, qs, aiohttp, openssl)
Jun 10, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #601 +/- ##
=======================================
Coverage 32.09% 32.09%
=======================================
Files 40 40
Lines 5960 5960
=======================================
Hits 1913 1913
Misses 4047 4047
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
bindsi
approved these changes
Jun 10, 2026
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.
Grype was failing PR validation on the
Security Scanjob due to a Criticalshell-quoteadvisory (GHSA-w7jw-789q-3m8p) and several Medium findings in pre-existing transitive dependencies unrelated to any individual PR's changes.npm — Docusaurus lockfile
Added
overridesindocs/docusaurus/package.jsonto force fixed versions through transitive parent ranges:Regenerated
package-lock.jsonvianpm install --package-lock-only.Python —
510-onvif-connectorservicesTwo services still pinned
aiohttp==3.13.5(others were already at 3.14.x):onvif-camera-simulator/requirements.in: bumped floor from>=3.12.14→>=3.14.0camera-dashboard/requirements.in: added explicitaiohttp>=3.14.0constraint (was only a transitive dep)Both
requirements.txtfiles recompiled withpip-compile --generate-hashes; resolved to 3.14.1.Rust — three
Cargo.lockfilesRan
cargo update -p opensslin each affected service to moveopenssl0.10.79 → 0.10.80 andopenssl-sys0.9.115 → 0.9.116:501-rust-telemetry/services/receiver502-rust-http-connector/services/subscriber504-mqtt-otel-trace-exporter/services/mqtt-otel-trace-exporterNo suppressions added to
.grype.yaml.