Added (introduction) extra to the sidebar menu on the left.

Slightly modified SQL Injections explanation/example.
This commit is contained in:
Benedikt - Desktop
2018-11-02 11:59:56 +01:00
committed by Nanne Baars
parent adc8891160
commit 0529289f6d
3 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
StringSqlInjectionSecondStage=Now that you have successfully performed an SQL injection, try the same type of attack on a parameterized query. Restart the lesson if you wish to return to the injectable query.
EnterLastName=Enter your last name:
sql.injection.title=SQL Injection
sql.injection.title=SQL Injection (introduction)
sql.mitigation.title=SQL Injection (mitigation)
sql.advanced.title=SQL Injection (advanced)