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.04k stars 1.3k forks source link

chore: Fix a typo (period at a wrong place) #1091

Closed soobinrho closed 1 year ago

soobinrho commented 1 year ago
Adding SQL inline comments will be.

'/**/UNION/**/SELECT/**/password/**/FROM/**/Users/**/WHERE/**/name/**/LIKE/**/'admin'--

--- The sentence ends with a period, (.) even though there's an example query right after it. This commit removes the period.