TREのPythonバインディングでReDoS耐性を実証 TRE Python binding — ReDoS robustness demo
AI要約 PythonのreモジュールがReDoS攻撃で固まる正規表現を使い、TREライブラリのPythonバインディングで同じパターンを試したところ、TREは破滅的バックトラッキングに陥らず高速処理できることを実証した。
EN A demo showing that the TRE library's Python binding handles regex patterns vulnerable to ReDoS (Regular Expression Denial of Service) without catastrophic backtracking, unlike Python's built-in re module which hangs on the same input.