mandatoryprogrammer / mandatoryprogrammer/sonar.js
Add Advanced Stylesheet Fingerprint (Same idea as image fingerprinting)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 551
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
sonar should be able to fingerprint specific stylesheets by what styles they change from the current document when included. We'd have to write iframes and then include the stylesheet into them, after the styles are imported we can observe the changes and create a fingerprint off of that. Required a bit more research into how to hook style changes/etc.
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
No source file or test is named in the issue. Start by researching how iframes can load stylesheets and how stylesheet-driven style changes can be observed; the work is done when sonar can produce a fingerprint for a specific stylesheet based on the styles it changes in the current document.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100