trailofbits / trailofbits/vscode-weaudit
Feature Request: Configure a separate commit hash for audit vs client repos
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 245
- Forks
- 35
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 8
Description
The Repository Configuration section currently accepts one commit hash and applies it to both repo urls, which sometimes doesn't make sense. For example, while auditing two client repos, one might use git modules or subtrees to make them both accessible in one audit repo. Or, maybe the audit repo has additional fuzz tests added to it. In either case, the commits are different and at least one of the resulting permalinks will be wrong.
Contributor guide
No contributing guide indexed for this repository
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 Configuration implementation and the code that applies the configured commit hash to repository URLs and generates permalinks. Trace how both repositories currently receive the hash; done means audit and client repositories can use separate commit hashes so each resulting permalink points to the correct commit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100