Added lesson (no content yet) for explaining nist password standards.

This commit is contained in:
Benedikt - Desktop
2018-12-02 17:35:20 +01:00
committed by Nanne Baars
parent b02a01d35e
commit 91e6f70919
10 changed files with 110 additions and 2 deletions

View File

@ -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.