TREのPythonバインディングでReDoS耐性を実証 TRE Python binding — ReDoS robustness demo
AI 3 行サマリ
PythonのreモジュールがReDoS攻撃で固まる正規表現を使い、TREライブラリのPythonバインディングで同じパターンを試したところ、TREは破滅的バックトラッキングに陥らず高速処理できることを実証した。
English summary
- 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.
※ この記事の本文は近日中に AI が生成して差し替わります。現時点では上記サマリをご参照ください。
元記事を読む
simonwillison.net
本ページの本文・要約は AI による自動生成です。正確性は元記事 (simonwillison.net) をご確認ください。