rust-lang / rust-lang/rust-clippy

lint suboptimal regexps

Open
#646 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-enhancement E-medium L-perf L-unnecessary T-middle
Dominant language
Rust
Stars
13.5k
Forks
2.2k
Avg merge
2d 10h
Merged PRs (30d)
32

Description

See https://en.wikipedia.org/wiki/ReDoS e.g. (a+)+

@BurntSushi I think we could have a big benefit here. However I'm not as deep in the implementation as you are – could you give us some hints how to detect those cases?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides no files, tests, or entry points; it points to the ReDoS Wikipedia article and the (a+)+ example. Start by reading the referenced ReDoS material and researching Clippy's existing lint implementation patterns. Done requires an agreed way to detect vulnerable regular expressions and defined lint behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devtools, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.