Added lesson (no content yet) for explaining nist password standards.
This commit is contained in:
committed by
Nanne Baars
parent
b02a01d35e
commit
91e6f70919
@ -69,7 +69,7 @@ sql-injection.10b.success=<span class='feedback-positive'>You did it! Your code
|
||||
sql-injection.10b.failed=<span class='feedback-negative'>Something doesn't seem right with that code. Maybe you should look at an example how to prevent SQL Injections with JDBC?</span>
|
||||
sql-injection.10b.no-code=<span class='feedback-negative'>You need to write some code.</span>
|
||||
sql-injection.10b.compiler-errors=<span class='feedback-negative'>Couldn't compile code:</span>
|
||||
|
||||
|
||||
SqlStringInjectionHint.10.1=Use the techniques that you have learned before.
|
||||
SqlStringInjectionHint.10.2=The application takes your input and filters for entries that are LIKE it.
|
||||
SqlStringInjectionHint.10.3=Try query chaining to reach the goal.
|
||||
|
Reference in New Issue
Block a user