owasp-modsecurity / owasp-modsecurity/ModSecurity
verifySSN: Area code can be larger than 740
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.8k
- Avg merge
- 2h 46m
- Merged PRs (30d)
- 1
Description
The United States Social Security Number area code used to startwith a number less than 740 bt this is no longer the case:
https://www.ssa.gov/history/ssn/geocard.html
There are now routinely SSNs with area code larger than 740.
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
Open src/operators/verify_ssn.cc at line 103 and inspect the verifySSN area-code validation. Update the outdated restriction using the SSA reference in the issue; it is done when SSNs with area codes above 740 are accepted without breaking the existing validation behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100