mandatoryprogrammer / mandatoryprogrammer/sonar.js
Check to ensure all elements successfully onload when generating fingerprints
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 551
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
One of the problems I've encountered during fingerprint creation is an issue where there will be links to non-existant resources. This is usually just a broken resource in the app/router/device etc due to poor development. One nice thing to add would be to have the extension check to ensure everything loads successfully before adding it to a fingerprint.
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 fingerprint-generation entry point and the code that gathers external resources; the issue does not name specific files or tests. Trace how resource load failures are currently handled, then verify that fingerprints include only resources that load successfully, including broken links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100