envoyproxy/envoy

wasm: metrics never expire and accumulate

Open

#14,070 opened on 2020年11月17日

GitHub で見る
 (14 comments) (8 reactions) (0 assignees)C++ (5,373 forks)batch import
area/statsarea/wasmbughelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 7d 21h) (30d で 260 merged PRs)

説明

Wasm filter implements the stats by allocating Envoy stats in the context and never de-allocating them. Since ABI encourages dynamic values, the stats accumulate and eventually leak (also, potentially exposing a security risk if stat values are untrusted).

コントリビューターガイド