diff --git a/docs/labs/sending_output.html b/docs/labs/sending_output.html new file mode 100644 index 00000000..ba980f11 --- /dev/null +++ b/docs/labs/sending_output.html @@ -0,0 +1,125 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + ++This is a lab exercise on developing secure software. +For more information, see the introduction to +the labs. + +
+
+Restrict the JNDI hostnames from which variables can be loaded. + +
+
+In this exercise, we'll assume that out output template allows a user to specify a JNDI hostname + from which to load variables from. As is the case in the Log4j logging framework. + +
+
+ +
+Please change the code below so that it restricts the JNDI hostnames from which variables can be + loaded to only the local network interface (127.0.0.1). Use IPv4 addresses only. + + +
+
+
+
+