SasanLabs / VulnerableApp

OWASP VulnerableApp Project: For Security Enthusiasts by Security Enthusiasts.

Home Page:https://sasanlabs.github.io/VulnerableApp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Hint Message in Error Based SQL Injection and union Based SQL Injections

preetkaran20 opened this issue · comments

Describe the bug
Error-based SQL Injection and Union-based SQL Injection has hints which have messages without space between 2 words in multiple levels.

image

How to fix
Correct the string in messages files: https://github.com/SasanLabs/VulnerableApp/tree/master/src/main/resources/i18n.

Hello @preetkaran20, could you please assign it to me? I would like to work on it during Hacktober fest

Closing this issue as this is fixed by the #326