Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

Dynatrace/agent-nodejs
main @ 805e8a7
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
TLS Certificate Verification Bypass: 2 prior fixes. Scrutinize any change in this area.
lib/request-worker.js: most-fixed (2 issues). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

TLS Certificate Verification Bypass: A permissive https.Agent could disable certificate validation, enabling MITM attacks against non-Dynatrace domains.
TLS Certificate Verification Bypass: Using includes() for domain matching allows an attacker to register a subdomain of a trusted domain and pass the security check, weakening TLS verification.