OWASP / OWASP/www-project-api-security-testing-framework
crAPI row 12: NoSQL injection breadth beyond login-shaped bodies
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 150
- Forks
- 41
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 3
Description
Tracked in docs/TRACEABILITY.md, crAPI row 12.
SqlNoSqlInjectionTestCase's NoSQL auth-bypass check (testDetectsNoSqlAuthBypass) only targets login-shaped bodies (username/password fields with a $ne operator). crAPI's "free coupons via NoSQL injection" challenge targets a coupon-code-shaped field with different operator injection. Broaden NoSQL payload targeting beyond the login pattern.
Contributor guide
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
Read docs/TRACEABILITY.md row 12 and inspect SqlNoSqlInjectionTestCase, especially testDetectsNoSqlAuthBypass. Extend the NoSQL payload coverage beyond username/password login bodies to include coupon-code-shaped operator injection, then verify the test detects the crAPI free-coupons challenge pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- security, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100