486 B
486 B
CLEAN — Apache ActiveMQ Classic
Scanned 2026-03-29 for CWE-407 (algorithmic complexity).
Findings
IntrospectionSupport.java— CLEAN: reflection on methods only, no recursive class traversalAnnotatedMBean.java— CLEAN: simple non-recursivegetInterfaces()iterationAsyncAnnotatedMBean.java— CLEAN: same pattern, non-recursive- OpenWire generator files — CLEAN: code generation context, no runtime recursion
Result: No actionable CWE-407 defects.