n4o847 / seccamp-redos

A tool for detecting ReDoS vulnerabilities based on automata theory.
https://n4o847.github.io/seccamp-redos/
7 stars 4 forks source link

flagSet.ignoreCase に対応 #6

Closed n4o847 closed 3 years ago

n4o847 commented 3 years ago

ignoreCase が指定されていたら大文字に寄せます。 最初のオートマトンの構築時と、最後の攻撃文字列を具体的に構成する時点で処理すればよいはずです。