Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
13 lines
578 B
ReStructuredText
13 lines
578 B
ReStructuredText
Apache HTTP Server — CWE-407 Analysis
|
|
======================================
|
|
|
|
**Status: CLEAN — 0 candidates**
|
|
|
|
Apache httpd's ``server/`` and ``modules/`` directories were scanned. Zero candidates
|
|
returned. Apache's request processing pipeline, module loading, and connection
|
|
handling involve no graph traversal algorithms that would exhibit CWE-407.
|
|
The ``mod_proxy`` dependency graph uses pointer-linked lists for pass-through, but
|
|
no membership tests occur within traversal loops.
|
|
|
|
* Scanner: ``tools/scans/apache2.sh``
|
|
* Scan result: ``tools/scan-results/apache2.txt``
|