tomcat-0001/0002: BeanSupportFull/Standalone populateFromInterfaces diamond O(2^D); count 666→668
This commit is contained in:
parent
8b8f7ee951
commit
cedcc9d5ee
3 changed files with 192 additions and 0 deletions
12
defects/activemq/patch/CLEAN.md
Normal file
12
defects/activemq/patch/CLEAN.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# CLEAN — Apache ActiveMQ Classic
|
||||
|
||||
Scanned 2026-03-29 for CWE-407 (algorithmic complexity).
|
||||
|
||||
## Findings
|
||||
|
||||
- `IntrospectionSupport.java` — CLEAN: reflection on methods only, no recursive class traversal
|
||||
- `AnnotatedMBean.java` — CLEAN: simple non-recursive `getInterfaces()` iteration
|
||||
- `AsyncAnnotatedMBean.java` — CLEAN: same pattern, non-recursive
|
||||
- OpenWire generator files — CLEAN: code generation context, no runtime recursion
|
||||
|
||||
**Result: No actionable CWE-407 defects.**
|
||||
Loading…
Add table
Add a link
Reference in a new issue