Document and suppress CVE-2026-29181 (go.opentelemetry.io/otel)#671
Conversation
Adds .trivyignore suppression and threat_model.md risk assessment for CVE-2026-29181, a HIGH severity vulnerability in go.opentelemetry.io/otel embedded in the gh CLI binary. Risk is accepted while awaiting an upstream gh release that includes go.opentelemetry.io/otel v1.38.0+. Closes #667 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Reviewer's GuideDocuments and formally accepts the risk for CVE-2026-29181 in the transitive go.opentelemetry.io/otel dependency bundled in the gh CLI, and suppresses the finding in Trivy until an upstream GitHub CLI release with a fixed otel version is available. Sequence diagram for Trivy using .trivyignore to suppress CVE-2026-29181sequenceDiagram
participant Dev as Developer
participant CI as CI_Pipeline
participant Trivy as Trivy_Scanner
participant Ignore as Trivyignore_File
participant Report as Scan_Report
Dev->>CI: Push changes including updated .trivyignore and docs
CI->>Trivy: Run container image scan
Trivy->>Trivy: Detect CVE_2026_29181 in go_opentelemetry_io_otel via gh
Trivy->>Ignore: Read suppression rules
Ignore-->>Trivy: Match CVE_2026_29181 with justification
Trivy->>Trivy: Mark CVE_2026_29181 as suppressed
Trivy-->>Report: Generate scan report without blocking failure
Report-->>CI: Return accepted risk status
CI-->>Dev: Pipeline passes with CVE_2026_29181 documented and suppressed
Flow diagram for Trivy CVE-2026-29181 suppression and remediation planflowchart TD
A["Trivy scan of container image"] --> B["Detect CVE-2026-29181 in go.opentelemetry.io/otel via gh binary"]
B --> C["Check .trivyignore for CVE-2026-29181 entry"]
C -->|Found with justification and acceptance date| D["Suppress CVE-2026-29181 in scan results"]
D --> E["Scan passes with documented accepted risk"]
C -->|Not found| F["Fail scan and report HIGH severity finding"]
subgraph RiskManagement
G["Document CVE-2026-29181 in docs/threat_model.md"] --> H["Mark status as Accepted Risk / Suppressed"]
H --> I["Define mitigation: monitor gh releases and upgrade GH_VERSION when patched"]
I --> J["Remove .trivyignore suppression after patched gh release is adopted"]
end
E --> G
File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Testing script results from test/test.sh Test script outputs from test/test.sh
Convert SARIF file ./test/fixtures/codeql.sarif Results
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "CodeQL command-line toolchain",
"organization": "GitHub",
"semanticVersion": "2.2.4",
"rules": [
{
"id": "js/xss",
"name": "js/xss",
"shortDescription": {
"text": "Client-side cross-site scripting"
},
"fullDescription": {
"text": "Writing user input directly to the DOM allows for a cross-site scripting vulnerability."
},
"defaultConfiguration": {
"level": "error"
},
"properties": {
"tags": [
"security",
"external/cwe/cwe-079",
"external/cwe/cwe-116"
],
"kind": "path-problem",
"precision": "high",
"name": "Client-side cross-site scripting",
"description": "Writing user input directly to the DOM allows for\n a cross-site scripting vulnerability.",
"id": "js/xss",
"problem.severity": "error"
}
}
]
}
}Tool information
(node:30) [DEP0040] DeprecationWarning: The Results
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "dependency-check",
"version": "7.1.0",
"informationUri": "https://jeremylong.github.io/DependencyCheck/",
"rules": [
{
"id": "CVE-2022-24823",
"shortDescription": {
"text": "Medium severity - CVE-2022-24823 Exposure of Resource to Wrong Sphere vulnerability in pkg:maven/io.netty/netty-transport@4.1.76.Final"
},
"fullDescription": {
"text": "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user."
},
"help": {
"text": "",
"markdown": "For more information see [CVE-2022-24823](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24823).\n\n\nIf this is a false positive - consider using the HTML report to generate a suppression file. For more information see [How dependency-check works](https://jeremylong.github.io/DependencyCheck/general/internals.html), [How to read the HTML report](https://jeremylong.github.io/DependencyCheck/general/thereport.html), and [Suppressing false positives](https://jeremylong.github.io/DependencyCheck/general/suppression.html)."
},
"properties": {
"cvssv2_score": 1.9,
"cvssv2_accessVector": "LOCAL",
"cvssv2_accessComplexity": "MEDIUM",
"cvssv2_authenticationr": "NONE",
"cvssv2_confidentialImpact": "$enc.json($rule.cvssv2ConfidentialityImpact)",
"cvssv2_integrityImpact": "NONE",
"cvssv2_availabilityImpact": "NONE",
"cvssv2_severity": "LOW",
"cvssv3_baseScore": 5.5,
"cvssv3_attackVector": "LOCAL",
"cvssv3_attackComplexity": "LOW",
"cvssv3_privilegesRequired": "LOW",
"cvssv3_userInteraction": "NONE",
"cvssv3_scope": "UNCHANGED",
"cvssv3_confidentialityImpact": "HIGH",
"cvssv3_integrityImpact": "NONE",
"cvssv3_availabilityImpact": "NONE",
"cvssv3_baseSeverity": "MEDIUM",
"cvssv3_exploitabilityScore": "1.8",
"cvssv3_impactScore": "3.6",
"cvssv3_version": "3.1",
"source": "NVD"
},
"defaultConfiguration": {
"level": "error"
}
}
],
"properties": {
"disclaimer": "Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.",
"nvd": "This report contains data retrieved from the National Vulnerability Database: http://nvd.nist.gov",
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"NVD CVE Checked": "2022-05-25T15:58:07",
"NVD CVE Modified": "2022-05-25T14:00:01",
"VersionCheckOn": "2022-05-25T15:58:07"
}
}
}Tool information
(node:32) [DEP0040] DeprecationWarning: The |
PR smoke test of comment with security scanning resultsResults
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "dependency-check",
"version": "7.1.0",
"informationUri": "https://jeremylong.github.io/DependencyCheck/",
"rules": [
{
"id": "CVE-2022-24823",
"shortDescription": {
"text": "Medium severity - CVE-2022-24823 Exposure of Resource to Wrong Sphere vulnerability in pkg:maven/io.netty/netty-transport@4.1.76.Final"
},
"fullDescription": {
"text": "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user."
},
"help": {
"text": "",
"markdown": "For more information see [CVE-2022-24823](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24823).\n\n\nIf this is a false positive - consider using the HTML report to generate a suppression file. For more information see [How dependency-check works](https://jeremylong.github.io/DependencyCheck/general/internals.html), [How to read the HTML report](https://jeremylong.github.io/DependencyCheck/general/thereport.html), and [Suppressing false positives](https://jeremylong.github.io/DependencyCheck/general/suppression.html)."
},
"properties": {
"cvssv2_score": 1.9,
"cvssv2_accessVector": "LOCAL",
"cvssv2_accessComplexity": "MEDIUM",
"cvssv2_authenticationr": "NONE",
"cvssv2_confidentialImpact": "$enc.json($rule.cvssv2ConfidentialityImpact)",
"cvssv2_integrityImpact": "NONE",
"cvssv2_availabilityImpact": "NONE",
"cvssv2_severity": "LOW",
"cvssv3_baseScore": 5.5,
"cvssv3_attackVector": "LOCAL",
"cvssv3_attackComplexity": "LOW",
"cvssv3_privilegesRequired": "LOW",
"cvssv3_userInteraction": "NONE",
"cvssv3_scope": "UNCHANGED",
"cvssv3_confidentialityImpact": "HIGH",
"cvssv3_integrityImpact": "NONE",
"cvssv3_availabilityImpact": "NONE",
"cvssv3_baseSeverity": "MEDIUM",
"cvssv3_exploitabilityScore": "1.8",
"cvssv3_impactScore": "3.6",
"cvssv3_version": "3.1",
"source": "NVD"
},
"defaultConfiguration": {
"level": "error"
}
}
],
"properties": {
"disclaimer": "Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.",
"nvd": "This report contains data retrieved from the National Vulnerability Database: http://nvd.nist.gov",
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"NVD CVE Checked": "2022-05-25T15:58:07",
"NVD CVE Modified": "2022-05-25T14:00:01",
"VersionCheckOn": "2022-05-25T15:58:07"
}
}
}Tool information
|
🛡️ Trivy Scan Report🔧 Config Scan: ✅ Clean🐳 Image Scan: ✅ Clean |
Adds an explicit analysis of the patch-currency vs. reproducibility tradeoff introduced by using apt-get upgrade -y in the Dockerfile. Documents why the risk is bounded (GPG signing, egress policy, ephemeral runners) and what residual risks are accepted, including the rationale for not pinning individual package versions. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Testing script results from test/test.sh Test script outputs from test/test.sh
docker: invalid reference format Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information |
PR smoke test of comment with security scanning resultsResults
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "dependency-check",
"version": "7.1.0",
"informationUri": "https://jeremylong.github.io/DependencyCheck/",
"rules": [
{
"id": "CVE-2022-24823",
"shortDescription": {
"text": "Medium severity - CVE-2022-24823 Exposure of Resource to Wrong Sphere vulnerability in pkg:maven/io.netty/netty-transport@4.1.76.Final"
},
"fullDescription": {
"text": "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user."
},
"help": {
"text": "",
"markdown": "For more information see [CVE-2022-24823](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24823).\n\n\nIf this is a false positive - consider using the HTML report to generate a suppression file. For more information see [How dependency-check works](https://jeremylong.github.io/DependencyCheck/general/internals.html), [How to read the HTML report](https://jeremylong.github.io/DependencyCheck/general/thereport.html), and [Suppressing false positives](https://jeremylong.github.io/DependencyCheck/general/suppression.html)."
},
"properties": {
"cvssv2_score": 1.9,
"cvssv2_accessVector": "LOCAL",
"cvssv2_accessComplexity": "MEDIUM",
"cvssv2_authenticationr": "NONE",
"cvssv2_confidentialImpact": "$enc.json($rule.cvssv2ConfidentialityImpact)",
"cvssv2_integrityImpact": "NONE",
"cvssv2_availabilityImpact": "NONE",
"cvssv2_severity": "LOW",
"cvssv3_baseScore": 5.5,
"cvssv3_attackVector": "LOCAL",
"cvssv3_attackComplexity": "LOW",
"cvssv3_privilegesRequired": "LOW",
"cvssv3_userInteraction": "NONE",
"cvssv3_scope": "UNCHANGED",
"cvssv3_confidentialityImpact": "HIGH",
"cvssv3_integrityImpact": "NONE",
"cvssv3_availabilityImpact": "NONE",
"cvssv3_baseSeverity": "MEDIUM",
"cvssv3_exploitabilityScore": "1.8",
"cvssv3_impactScore": "3.6",
"cvssv3_version": "3.1",
"source": "NVD"
},
"defaultConfiguration": {
"level": "error"
}
}
],
"properties": {
"disclaimer": "Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.",
"nvd": "This report contains data retrieved from the National Vulnerability Database: http://nvd.nist.gov",
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"NVD CVE Checked": "2022-05-25T15:58:07",
"NVD CVE Modified": "2022-05-25T14:00:01",
"VersionCheckOn": "2022-05-25T15:58:07"
}
}
}Tool information
|
Docker BuildKit fetches the dockerfile:1 syntax frontend from production.cloudfront.docker.com (AWS CloudFront), which was blocked by the egress policy. The allowlist only had the similarly-named but distinct production.cloudflare.docker.com (Cloudflare), causing the image build step to fail with a connection refused error. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Testing script results from test/test.sh Test script outputs from test/test.sh
docker: invalid reference format Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information Run 'docker run --help' for more information |
PR smoke test of comment with security scanning resultsResults
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "dependency-check",
"version": "7.1.0",
"informationUri": "https://jeremylong.github.io/DependencyCheck/",
"rules": [
{
"id": "CVE-2022-24823",
"shortDescription": {
"text": "Medium severity - CVE-2022-24823 Exposure of Resource to Wrong Sphere vulnerability in pkg:maven/io.netty/netty-transport@4.1.76.Final"
},
"fullDescription": {
"text": "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user."
},
"help": {
"text": "",
"markdown": "For more information see [CVE-2022-24823](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24823).\n\n\nIf this is a false positive - consider using the HTML report to generate a suppression file. For more information see [How dependency-check works](https://jeremylong.github.io/DependencyCheck/general/internals.html), [How to read the HTML report](https://jeremylong.github.io/DependencyCheck/general/thereport.html), and [Suppressing false positives](https://jeremylong.github.io/DependencyCheck/general/suppression.html)."
},
"properties": {
"cvssv2_score": 1.9,
"cvssv2_accessVector": "LOCAL",
"cvssv2_accessComplexity": "MEDIUM",
"cvssv2_authenticationr": "NONE",
"cvssv2_confidentialImpact": "$enc.json($rule.cvssv2ConfidentialityImpact)",
"cvssv2_integrityImpact": "NONE",
"cvssv2_availabilityImpact": "NONE",
"cvssv2_severity": "LOW",
"cvssv3_baseScore": 5.5,
"cvssv3_attackVector": "LOCAL",
"cvssv3_attackComplexity": "LOW",
"cvssv3_privilegesRequired": "LOW",
"cvssv3_userInteraction": "NONE",
"cvssv3_scope": "UNCHANGED",
"cvssv3_confidentialityImpact": "HIGH",
"cvssv3_integrityImpact": "NONE",
"cvssv3_availabilityImpact": "NONE",
"cvssv3_baseSeverity": "MEDIUM",
"cvssv3_exploitabilityScore": "1.8",
"cvssv3_impactScore": "3.6",
"cvssv3_version": "3.1",
"source": "NVD"
},
"defaultConfiguration": {
"level": "error"
}
}
],
"properties": {
"disclaimer": "Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.",
"nvd": "This report contains data retrieved from the National Vulnerability Database: http://nvd.nist.gov",
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"NVD CVE Checked": "2022-05-25T15:58:07",
"NVD CVE Modified": "2022-05-25T14:00:01",
"VersionCheckOn": "2022-05-25T15:58:07"
}
}
}Tool information
|
PR smoke test of comment with security scanning resultsResults
Suppressed ResultsNothing here. Rules informationRules detailsDetails{
"driver": {
"name": "dependency-check",
"version": "7.1.0",
"informationUri": "https://jeremylong.github.io/DependencyCheck/",
"rules": [
{
"id": "CVE-2022-24823",
"shortDescription": {
"text": "Medium severity - CVE-2022-24823 Exposure of Resource to Wrong Sphere vulnerability in pkg:maven/io.netty/netty-transport@4.1.76.Final"
},
"fullDescription": {
"text": "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user."
},
"help": {
"text": "",
"markdown": "For more information see [CVE-2022-24823](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-24823).\n\n\nIf this is a false positive - consider using the HTML report to generate a suppression file. For more information see [How dependency-check works](https://jeremylong.github.io/DependencyCheck/general/internals.html), [How to read the HTML report](https://jeremylong.github.io/DependencyCheck/general/thereport.html), and [Suppressing false positives](https://jeremylong.github.io/DependencyCheck/general/suppression.html)."
},
"properties": {
"cvssv2_score": 1.9,
"cvssv2_accessVector": "LOCAL",
"cvssv2_accessComplexity": "MEDIUM",
"cvssv2_authenticationr": "NONE",
"cvssv2_confidentialImpact": "$enc.json($rule.cvssv2ConfidentialityImpact)",
"cvssv2_integrityImpact": "NONE",
"cvssv2_availabilityImpact": "NONE",
"cvssv2_severity": "LOW",
"cvssv3_baseScore": 5.5,
"cvssv3_attackVector": "LOCAL",
"cvssv3_attackComplexity": "LOW",
"cvssv3_privilegesRequired": "LOW",
"cvssv3_userInteraction": "NONE",
"cvssv3_scope": "UNCHANGED",
"cvssv3_confidentialityImpact": "HIGH",
"cvssv3_integrityImpact": "NONE",
"cvssv3_availabilityImpact": "NONE",
"cvssv3_baseSeverity": "MEDIUM",
"cvssv3_exploitabilityScore": "1.8",
"cvssv3_impactScore": "3.6",
"cvssv3_version": "3.1",
"source": "NVD"
},
"defaultConfiguration": {
"level": "error"
}
}
],
"properties": {
"disclaimer": "Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user's risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.",
"nvd": "This report contains data retrieved from the National Vulnerability Database: http://nvd.nist.gov",
"npm": "This report may contain data retrieved from the NPM Public Advisories: https://www.npmjs.com/advisories",
"retirejs": "This report may contain data retrieved from the RetireJS community: https://retirejs.github.io/retire.js/",
"ossindex": "This report may contain data retrieved from the Sonatype OSS Index: https://ossindex.sonatype.org",
"NVD CVE Checked": "2022-05-25T15:58:07",
"NVD CVE Modified": "2022-05-25T14:00:01",
"VersionCheckOn": "2022-05-25T15:58:07"
}
}
}Tool information
|
Summary
.trivyignoresuppression entry for CVE-2026-29181 (go.opentelemetry.io/otelHIGH severity) with justification and acceptance datedocs/threat_model.mdrisk assessment section documenting the vulnerability, attack surface analysis, and mitigation strategyghCLI binary; fixed in otel v1.38.0, awaiting an upstreamghreleaseContext
Closes #667. Issues #663, #664, #665, #666, #668, #669 were already resolved in prior commits and have been closed.
Test plan
.trivyignorecontainsCVE-2026-29181with a comment blockdocs/threat_model.mdcontains the new CVE-2026-29181 section before "General Dependency Policy"🤖 Generated with Claude Code
Summary by Sourcery
Document and temporarily accept the CVE-2026-29181 vulnerability in the embedded go.opentelemetry.io/otel library while awaiting an upstream GitHub CLI fix.
Build:
Documentation:
Chores: