Deprecated dependecy minimatch
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
As per title description.
```text
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
```
└─┬ tokml@0.4.0
└─┬ strxml@0.0.0
└─┬ tap@0.4.13
└─┬ glob@3.2.11
└── minimatch@0.3.0
I checked the dependency tree and `glob` and `tap` use the correct version.
So`strxml` and `tokml` are the only ones that should be updated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the dependency manifests and the installed tree for tokml, strxml, tap, glob, and minimatch. Confirm which declared dependencies pull in minimatch@0.3.0 and verify the dependency tree after updating the relevant declarations; done means the deprecated vulnerable version is no longer installed and the existing project checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100