Files
sif/internal
1820ba2547 feat(frameworks): report every detected technology (#314)
framework detection collapsed to a single argmax winner, so a page built
from several technologies (react behind a next.js server, say) reported
only one and dropped the rest. add DetectFrameworks, which keeps every
detector hit above the threshold ranked most-confident first, and wire
the -framework path to emit one finding per detected framework.

the single-winner DetectFramework stays for callers that want just the
top match; both share one fetch through the new gatherDetections helper,
so the extra coverage costs no additional request.

Co-authored-by: vmfunc <vmfunc.lc@gmail.com>
2026-07-22 22:41:19 +00:00
..