readme code reordering

This commit is contained in:
Michael Hohn
2020-07-21 14:31:01 -07:00
committed by =Michael Hohn
parent 9970524b8d
commit d2a9737b4e

View File

@@ -20,13 +20,13 @@
First User
# Check
./admin show-db
# Regular user via "external" process
echo "User Outside" | ./add-user 2>> users.log
./admin show-db
# Check
./admin show-db
# Add Johnny Droptable
./add-user 2>> users.log
Johnny'); DROP TABLE users; --
@@ -35,6 +35,8 @@
# And the problem:
./admin show-db
# Check the log
#+END_SRC
** Build codeql database