[feature request]: create audit script that checks if ghas's are resolved
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 63
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 15
Description
### Summary
To help speed up maintainance it would be good if we had a script that checks if a ghsa is resolved or not.
### 💬 Description
1. create a simple script that takes a ghsa and re-run `npm run audit`
### 🚨 Urgency (low, medium or high)
Low
### Why do we need it?
Easier to keep up with old ghsa's.
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 locating the repository's npm scripts and the existing `npm run audit` entry point. Define how a GHSA is supplied, rerun the audit for it, and verify that the script clearly reports whether the advisory is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- security, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100