ProxymanApp / ProxymanApp/Proxyman
[BUG] App crash when parsing x509 Certificate from some special websites
Open
Nobody has claimed this yet.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Few users report that the app crashes immediately when they reloading some special websites. It crashes because MOLCertificate couldn't handle some edge cases.
We should investigate and fix it.
Acceptance Criteria
- Remove MOLCertificate and write a swift version, which is minimal and fit what we need
- Make sure all test cases are passed
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 reproducing the crash while reloading the reported special websites and inspect where MOLCertificate is used. Replace that dependency with a minimal Swift implementation covering the required certificate cases, then run the existing test suite; done means the crash is fixed and all test cases pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- desktop, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100