OWASP / wstg

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
https://owasp.org/www-project-web-security-testing-guide/
Creative Commons Attribution Share Alike 4.0 International
7.37k stars 1.34k forks source link

Known Issue: WSTG-INPV-13 is listed twice in checklist.json #1165

Open J0n-H4rr150n opened 1 week ago

J0n-H4rr150n commented 1 week ago

What's the issue? WSTG-INPV-13 has two records in the checklist.json file. https://github.com/OWASP/wstg/blob/master/checklists/checklist.json#L617

https://github.com/OWASP/wstg/blob/74c9f95d4530781b7c69aab5dde48af15f5d4851/checklists/checklist.json#L625

How do we solve it? WSTG-INPV-13 with the name of Testing for Buffer Overflow should be removed since it was removed from the main list of tests (see link below).

https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/13-Testing_for_Buffer_Overflow

Would you like to be assigned to this issue? Check the box if you will submit a PR to fix this issue. Please read CONTRIBUTING.md.

kingthorin commented 1 week ago

Please refer to: https://github.com/OWASP/wstg/issues/1163 for clarification.